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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
198,795 | 14,997,536,536 | IssuesEvent | 2021-01-29 17:02:24 | tracim/tracim | https://api.github.com/repos/tracim/tracim | closed | Feat: Add "informations" at public profile | feature frontend manually tested not in changelog p0 | ## Feature description and goals
- [x] Add fixed fields (which, if not filled in, should not appear in the profile) and the information about the user's subscription date, number of interventions and number of spaces that the user is member (which are generated automatically and cannot be changed by the user).
- [x] An administrator is allowed to edit the information of any user.
- [x] When the user/administrator clicks on edit, only the selected part switches to edit mode.
- [x] When the user/administrator clicks to confirm, the selected part returns to the view mode with the changes made.
- [x] Update loading screen if necessary
## Translations
|English|French|Portuguese|
|-|-|-|
|Information|Informations|Informações|
|Subscription date|Date d'inscription|Data de subscrição|
|{{interventions}} interventions in {{spaces}} spaces| {{interventions}} interventions dans {{spaces}} espaces | {{interventions}} intervenções em {{spaces}} espaços|
|Edit|Éditer|Editar|
|Confirm|Valider|Confirmar|
## Interface
_Obs: These interface examples are only templates, not everything will be developed in this issue and some details can be changed according to the implementation._
- Public profile of the logged user

- Public profile of the logged user in edition mode

- Public profile of other user and menu details

## Prerequisites
- #3829
## Discussed
1. How we handle translation for the Informations fields?
**Decision**: Have a user configurable translation file (https://github.com/tracim/tracim/issues/3829#issuecomment-729705064)
## Time Estimation
3 man/day (using JSONSchema as CustomForms) | 1.0 | Feat: Add "informations" at public profile - ## Feature description and goals
- [x] Add fixed fields (which, if not filled in, should not appear in the profile) and the information about the user's subscription date, number of interventions and number of spaces that the user is member (which are generated automatically and cannot be changed by the user).
- [x] An administrator is allowed to edit the information of any user.
- [x] When the user/administrator clicks on edit, only the selected part switches to edit mode.
- [x] When the user/administrator clicks to confirm, the selected part returns to the view mode with the changes made.
- [x] Update loading screen if necessary
## Translations
|English|French|Portuguese|
|-|-|-|
|Information|Informations|Informações|
|Subscription date|Date d'inscription|Data de subscrição|
|{{interventions}} interventions in {{spaces}} spaces| {{interventions}} interventions dans {{spaces}} espaces | {{interventions}} intervenções em {{spaces}} espaços|
|Edit|Éditer|Editar|
|Confirm|Valider|Confirmar|
## Interface
_Obs: These interface examples are only templates, not everything will be developed in this issue and some details can be changed according to the implementation._
- Public profile of the logged user

- Public profile of the logged user in edition mode

- Public profile of other user and menu details

## Prerequisites
- #3829
## Discussed
1. How we handle translation for the Informations fields?
**Decision**: Have a user configurable translation file (https://github.com/tracim/tracim/issues/3829#issuecomment-729705064)
## Time Estimation
3 man/day (using JSONSchema as CustomForms) | test | feat add informations at public profile feature description and goals add fixed fields which if not filled in should not appear in the profile and the information about the user s subscription date number of interventions and number of spaces that the user is member which are generated automatically and cannot be changed by the user an administrator is allowed to edit the information of any user when the user administrator clicks on edit only the selected part switches to edit mode when the user administrator clicks to confirm the selected part returns to the view mode with the changes made update loading screen if necessary translations english french portuguese information informations informações subscription date date d inscription data de subscrição interventions interventions in spaces spaces interventions interventions dans spaces espaces interventions intervenções em spaces espaços edit éditer editar confirm valider confirmar interface obs these interface examples are only templates not everything will be developed in this issue and some details can be changed according to the implementation public profile of the logged user public profile of the logged user in edition mode public profile of other user and menu details prerequisites discussed how we handle translation for the informations fields decision have a user configurable translation file time estimation man day using jsonschema as customforms | 1 |
55,840 | 6,493,636,500 | IssuesEvent | 2017-08-21 18:02:49 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | Failure of the lookups integration test | affects_2.3 bug_report c:plugins/test support:core | <!---
Verify first that your issue/request is not already reported on GitHub.
Also test if the latest release, and master branch are affected too.
-->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the module/plugin/task/feature -->
integration test for lookups
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
ansible 2.3.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.5 (default, May 3 2017, 07:55:04) [GCC 4.8.5 20150623 (Red Hat 4.8.5-14)]
```
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
-->
##### OS / ENVIRONMENT
<!---
Mention the OS you are running Ansible from, and the OS you are
managing, or say “N/A” for anything that is not platform-specific.
Also mention the specific version of what you are trying to control,
e.g. if this is a network bug the version of firmware on the network device.
-->
RHEL 7.4
##### SUMMARY
<!--- Explain the problem briefly -->
The "lookups" integration test (test/integration/targets/lookups/tasks/main.yml) can fail when the first environment variable has a value of "false" (or anything else which is interpreted as boolean). The set_fact module will convert the result of the env lookup to boolean, so the value will be false, but the result from the shell command (known_var_value.stdout) will be string, so "false". The two values are not equal.
Seems to be fixed in the master branch in cd22f67154be89d5760c6c3e2f6e8a1ea3f358f6.
##### STEPS TO REPRODUCE
<!---
For bugs, show exactly how to reproduce the problem, using a minimal test-case.
For new features, show how the feature would be used.
-->
<!--- Paste example playbooks or commands between quotes below -->
```
test/runner/ansible-test integration -vvv posix/ci/ --start-at lookups
```
<!--- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- What did you expect to happen when running the steps above? -->
the test should succeed.
##### ACTUAL RESULTS
<!--- What actually happened? If possible run with extra verbosity (-vvvv) -->
<!--- Paste verbatim command output between quotes below -->
```
TASK [lookups : use env lookup to get known var] *******************************
task path: /root/rpmbuild/BUILD/ansible-2.3.1.0/test/integration/targets/lookups/tasks/main.yml:160
ok: [testhost] => {
"ansible_facts": {
"test_val": false
},
"changed": false
}
TASK [lookups : debug] *********************************************************
task path: /root/rpmbuild/BUILD/ansible-2.3.1.0/test/integration/targets/lookups/tasks/main.yml:164
ok: [testhost] => {
"known_var_name.stdout": "ANSIBLE_HOST_KEY_CHECKING"
}
TASK [lookups : debug] *********************************************************
task path: /root/rpmbuild/BUILD/ansible-2.3.1.0/test/integration/targets/lookups/tasks/main.yml:165
ok: [testhost] => {
"known_var_value.stdout": "false"
}
TASK [lookups : debug] *********************************************************
task path: /root/rpmbuild/BUILD/ansible-2.3.1.0/test/integration/targets/lookups/tasks/main.yml:166
ok: [testhost] => {
"test_val": false
}
TASK [lookups : compare values] ************************************************
task path: /root/rpmbuild/BUILD/ansible-2.3.1.0/test/integration/targets/lookups/tasks/main.yml:168
fatal: [testhost]: FAILED! => {
"assertion": "test_val == known_var_value.stdout",
"changed": false,
"evaluated_to": false,
"failed": true
}
```
| 1.0 | Failure of the lookups integration test - <!---
Verify first that your issue/request is not already reported on GitHub.
Also test if the latest release, and master branch are affected too.
-->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the module/plugin/task/feature -->
integration test for lookups
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
ansible 2.3.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.5 (default, May 3 2017, 07:55:04) [GCC 4.8.5 20150623 (Red Hat 4.8.5-14)]
```
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
-->
##### OS / ENVIRONMENT
<!---
Mention the OS you are running Ansible from, and the OS you are
managing, or say “N/A” for anything that is not platform-specific.
Also mention the specific version of what you are trying to control,
e.g. if this is a network bug the version of firmware on the network device.
-->
RHEL 7.4
##### SUMMARY
<!--- Explain the problem briefly -->
The "lookups" integration test (test/integration/targets/lookups/tasks/main.yml) can fail when the first environment variable has a value of "false" (or anything else which is interpreted as boolean). The set_fact module will convert the result of the env lookup to boolean, so the value will be false, but the result from the shell command (known_var_value.stdout) will be string, so "false". The two values are not equal.
Seems to be fixed in the master branch in cd22f67154be89d5760c6c3e2f6e8a1ea3f358f6.
##### STEPS TO REPRODUCE
<!---
For bugs, show exactly how to reproduce the problem, using a minimal test-case.
For new features, show how the feature would be used.
-->
<!--- Paste example playbooks or commands between quotes below -->
```
test/runner/ansible-test integration -vvv posix/ci/ --start-at lookups
```
<!--- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- What did you expect to happen when running the steps above? -->
the test should succeed.
##### ACTUAL RESULTS
<!--- What actually happened? If possible run with extra verbosity (-vvvv) -->
<!--- Paste verbatim command output between quotes below -->
```
TASK [lookups : use env lookup to get known var] *******************************
task path: /root/rpmbuild/BUILD/ansible-2.3.1.0/test/integration/targets/lookups/tasks/main.yml:160
ok: [testhost] => {
"ansible_facts": {
"test_val": false
},
"changed": false
}
TASK [lookups : debug] *********************************************************
task path: /root/rpmbuild/BUILD/ansible-2.3.1.0/test/integration/targets/lookups/tasks/main.yml:164
ok: [testhost] => {
"known_var_name.stdout": "ANSIBLE_HOST_KEY_CHECKING"
}
TASK [lookups : debug] *********************************************************
task path: /root/rpmbuild/BUILD/ansible-2.3.1.0/test/integration/targets/lookups/tasks/main.yml:165
ok: [testhost] => {
"known_var_value.stdout": "false"
}
TASK [lookups : debug] *********************************************************
task path: /root/rpmbuild/BUILD/ansible-2.3.1.0/test/integration/targets/lookups/tasks/main.yml:166
ok: [testhost] => {
"test_val": false
}
TASK [lookups : compare values] ************************************************
task path: /root/rpmbuild/BUILD/ansible-2.3.1.0/test/integration/targets/lookups/tasks/main.yml:168
fatal: [testhost]: FAILED! => {
"assertion": "test_val == known_var_value.stdout",
"changed": false,
"evaluated_to": false,
"failed": true
}
```
| test | failure of the lookups integration test verify first that your issue request is not already reported on github also test if the latest release and master branch are affected too issue type bug report component name integration test for lookups ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides python version default may configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables os environment mention the os you are running ansible from and the os you are managing or say “n a” for anything that is not platform specific also mention the specific version of what you are trying to control e g if this is a network bug the version of firmware on the network device rhel summary the lookups integration test test integration targets lookups tasks main yml can fail when the first environment variable has a value of false or anything else which is interpreted as boolean the set fact module will convert the result of the env lookup to boolean so the value will be false but the result from the shell command known var value stdout will be string so false the two values are not equal seems to be fixed in the master branch in steps to reproduce for bugs show exactly how to reproduce the problem using a minimal test case for new features show how the feature would be used test runner ansible test integration vvv posix ci start at lookups expected results the test should succeed actual results task task path root rpmbuild build ansible test integration targets lookups tasks main yml ok ansible facts test val false changed false task task path root rpmbuild build ansible test integration targets lookups tasks main yml ok known var name stdout ansible host key checking task task path root rpmbuild build ansible test integration targets lookups tasks main yml ok known var value stdout false task task path root rpmbuild build ansible test integration targets lookups tasks main yml ok test val false task task path root rpmbuild build ansible test integration targets lookups tasks main yml fatal failed assertion test val known var value stdout changed false evaluated to false failed true | 1 |
28,381 | 4,102,395,934 | IssuesEvent | 2016-06-04 00:51:34 | warcraftlfg/warcraft-lfg | https://api.github.com/repos/warcraftlfg/warcraft-lfg | closed | Create a new home background logo image | design | 
Create an infographics who explain how warcraftlfg is working.
| 1.0 | Create a new home background logo image - 
Create an infographics who explain how warcraftlfg is working.
| non_test | create a new home background logo image create an infographics who explain how warcraftlfg is working | 0 |
225,534 | 17,864,365,105 | IssuesEvent | 2021-09-06 07:36:08 | MetagaussInc/Blazeforms-Revamped-Frontend | https://api.github.com/repos/MetagaussInc/Blazeforms-Revamped-Frontend | closed | When click on General showing error in console.[Manage-work-spaces] | bug medium Ready For Retest | 1.Manage work spaces page.
2. Click on General.
Actual result- Showing error in console when clicking on General.
Check here-

| 1.0 | When click on General showing error in console.[Manage-work-spaces] - 1.Manage work spaces page.
2. Click on General.
Actual result- Showing error in console when clicking on General.
Check here-

| test | when click on general showing error in console manage work spaces page click on general actual result showing error in console when clicking on general check here | 1 |
57,704 | 6,554,682,435 | IssuesEvent | 2017-09-06 07:16:25 | translate/pootle | https://api.github.com/repos/translate/pootle | closed | Tests: add proper tests for ScoreLog model | tests | We need to test:
- what scorelog objects should be created for a submission;
- how translated, reviewed wordcounts are calculated;
| 1.0 | Tests: add proper tests for ScoreLog model - We need to test:
- what scorelog objects should be created for a submission;
- how translated, reviewed wordcounts are calculated;
| test | tests add proper tests for scorelog model we need to test what scorelog objects should be created for a submission how translated reviewed wordcounts are calculated | 1 |
270,533 | 8,461,572,441 | IssuesEvent | 2018-10-22 22:19:04 | timmo001/home-panel | https://api.github.com/repos/timmo001/home-panel | closed | Card For Device tracking | Accepted Hacktoberfest Idea Priority: Low Status: In progress Type: Feature User Interface | Hi there great job on the home panel interface
Is there a way to track a device entity in Home Assistant as home and not_home using the home-panel
Thanks
Peter | 1.0 | Card For Device tracking - Hi there great job on the home panel interface
Is there a way to track a device entity in Home Assistant as home and not_home using the home-panel
Thanks
Peter | non_test | card for device tracking hi there great job on the home panel interface is there a way to track a device entity in home assistant as home and not home using the home panel thanks peter | 0 |
59,525 | 6,654,516,081 | IssuesEvent | 2017-09-29 13:09:21 | kontena/kontena | https://api.github.com/repos/kontena/kontena | closed | kontena stack validate --online fails on GRID/STACK/PLATFORM variables | bug cli test | ```
$ DEBUG=true kontena stack validate --online spec/fixtures/stack/simple/kontena.yml
DEBUG Kontena CLI 1.4.0.rc1 (ruby-2.3.3+x86_64-linux-musl)
DEBUG Running Kontena::MainCommand with ["stack", "validate", "--online", "spec/fixtures/stack/simple/kontena.yml"] -- callback matcher = 'nil'
DEBUG Running Kontena::Cli::StackCommand with ["validate", "--online", "spec/fixtures/stack/simple/kontena.yml"] -- callback matcher = 'nil'
DEBUG Running Kontena::Cli::Stacks::ValidateCommand with ["--online", "spec/fixtures/stack/simple/kontena.yml"] -- callback matcher = 'stacks validate'
DEBUG Execution took 0.557 seconds
DEBUG RuntimeError
/kontena/cli/lib/kontena/cli/stacks/yaml/reader.rb:200:in `execute': Variable validation failed: {"GRID"=>{:presence=>"Required value missing"}, "STACK"=>{:presence=>"Required value missing"}, "PLATFORM"=>{:presence=>"Required value missing"}} in /kontena/test/spec/fixtures/stack/simple/kontena.yml (RuntimeError)
from /kontena/cli/lib/kontena/cli/stacks/common.rb:33:in `stack'
from /kontena/cli/lib/kontena/cli/stacks/validate_command.rb:53:in `execute'
from /kontena/cli/lib/kontena/command.rb:213:in `run'
from /usr/lib/ruby/gems/2.3.0/gems/clamp-1.1.2/lib/clamp/subcommand/execution.rb:11:in `execute'
from /kontena/cli/lib/kontena/command.rb:213:in `run'
from /usr/lib/ruby/gems/2.3.0/gems/clamp-1.1.2/lib/clamp/subcommand/execution.rb:11:in `execute'
from /kontena/cli/lib/kontena/command.rb:213:in `run'
from /usr/lib/ruby/gems/2.3.0/gems/clamp-1.1.2/lib/clamp/command.rb:132:in `run'
from /usr/local/bin/kontena:18:in `<main>'
```
## e2e specs
```
core@localhost /kontena/test $ docker-compose run --rm -e DEBUG_KOMMANDO=true test rspec ./spec/features/stack/validate_spec.rb -e 'service_link allows to select matching service'
Run options: include {:full_description=>/service_link\ allows\ to\ select\ matching\ service/}
stack validate
service_link
[done] Creating stack simple
> Select link simple/redis
[error] RuntimeError : Variable validation failed: {"GRID"=>{:presence=>"Required value missing"}, "STACK"=>{:presence=>"Required value missing"}, "PLATFORM"=>{:presence=>"Required value missing"}} in /kontena/test/spec/fixtures/stack/service_link/kontena.yml
See /root/.kontena/kontena.log or run the command again with environment DEBUG=true set to see the full exception
[done] Removing stack simple
allows to select matching service (FAILED - 1)
Failures:
1) stack validate service_link allows to select matching service
Failure/Error: expect(k.code).to eq(0)
expected: 0
got: 1
(compared using ==)
# ./spec/features/stack/validate_spec.rb:17:in `block (4 levels) in <top (required)>'
# ./spec/support/shell.rb:33:in `block in with_fixture_dir'
# ./spec/support/shell.rb:32:in `chdir'
# ./spec/support/shell.rb:32:in `with_fixture_dir'
# ./spec/features/stack/validate_spec.rb:11:in `block (3 levels) in <top (required)>'
Finished in 4.62 seconds (files took 0.28925 seconds to load)
1 example, 1 failure
Failed examples:
rspec ./spec/features/stack/validate_spec.rb:7 # stack validate service_link allows to select matching service
``` | 1.0 | kontena stack validate --online fails on GRID/STACK/PLATFORM variables - ```
$ DEBUG=true kontena stack validate --online spec/fixtures/stack/simple/kontena.yml
DEBUG Kontena CLI 1.4.0.rc1 (ruby-2.3.3+x86_64-linux-musl)
DEBUG Running Kontena::MainCommand with ["stack", "validate", "--online", "spec/fixtures/stack/simple/kontena.yml"] -- callback matcher = 'nil'
DEBUG Running Kontena::Cli::StackCommand with ["validate", "--online", "spec/fixtures/stack/simple/kontena.yml"] -- callback matcher = 'nil'
DEBUG Running Kontena::Cli::Stacks::ValidateCommand with ["--online", "spec/fixtures/stack/simple/kontena.yml"] -- callback matcher = 'stacks validate'
DEBUG Execution took 0.557 seconds
DEBUG RuntimeError
/kontena/cli/lib/kontena/cli/stacks/yaml/reader.rb:200:in `execute': Variable validation failed: {"GRID"=>{:presence=>"Required value missing"}, "STACK"=>{:presence=>"Required value missing"}, "PLATFORM"=>{:presence=>"Required value missing"}} in /kontena/test/spec/fixtures/stack/simple/kontena.yml (RuntimeError)
from /kontena/cli/lib/kontena/cli/stacks/common.rb:33:in `stack'
from /kontena/cli/lib/kontena/cli/stacks/validate_command.rb:53:in `execute'
from /kontena/cli/lib/kontena/command.rb:213:in `run'
from /usr/lib/ruby/gems/2.3.0/gems/clamp-1.1.2/lib/clamp/subcommand/execution.rb:11:in `execute'
from /kontena/cli/lib/kontena/command.rb:213:in `run'
from /usr/lib/ruby/gems/2.3.0/gems/clamp-1.1.2/lib/clamp/subcommand/execution.rb:11:in `execute'
from /kontena/cli/lib/kontena/command.rb:213:in `run'
from /usr/lib/ruby/gems/2.3.0/gems/clamp-1.1.2/lib/clamp/command.rb:132:in `run'
from /usr/local/bin/kontena:18:in `<main>'
```
## e2e specs
```
core@localhost /kontena/test $ docker-compose run --rm -e DEBUG_KOMMANDO=true test rspec ./spec/features/stack/validate_spec.rb -e 'service_link allows to select matching service'
Run options: include {:full_description=>/service_link\ allows\ to\ select\ matching\ service/}
stack validate
service_link
[done] Creating stack simple
> Select link simple/redis
[error] RuntimeError : Variable validation failed: {"GRID"=>{:presence=>"Required value missing"}, "STACK"=>{:presence=>"Required value missing"}, "PLATFORM"=>{:presence=>"Required value missing"}} in /kontena/test/spec/fixtures/stack/service_link/kontena.yml
See /root/.kontena/kontena.log or run the command again with environment DEBUG=true set to see the full exception
[done] Removing stack simple
allows to select matching service (FAILED - 1)
Failures:
1) stack validate service_link allows to select matching service
Failure/Error: expect(k.code).to eq(0)
expected: 0
got: 1
(compared using ==)
# ./spec/features/stack/validate_spec.rb:17:in `block (4 levels) in <top (required)>'
# ./spec/support/shell.rb:33:in `block in with_fixture_dir'
# ./spec/support/shell.rb:32:in `chdir'
# ./spec/support/shell.rb:32:in `with_fixture_dir'
# ./spec/features/stack/validate_spec.rb:11:in `block (3 levels) in <top (required)>'
Finished in 4.62 seconds (files took 0.28925 seconds to load)
1 example, 1 failure
Failed examples:
rspec ./spec/features/stack/validate_spec.rb:7 # stack validate service_link allows to select matching service
``` | test | kontena stack validate online fails on grid stack platform variables debug true kontena stack validate online spec fixtures stack simple kontena yml debug kontena cli ruby linux musl debug running kontena maincommand with callback matcher nil debug running kontena cli stackcommand with callback matcher nil debug running kontena cli stacks validatecommand with callback matcher stacks validate debug execution took seconds debug runtimeerror kontena cli lib kontena cli stacks yaml reader rb in execute variable validation failed grid presence required value missing stack presence required value missing platform presence required value missing in kontena test spec fixtures stack simple kontena yml runtimeerror from kontena cli lib kontena cli stacks common rb in stack from kontena cli lib kontena cli stacks validate command rb in execute from kontena cli lib kontena command rb in run from usr lib ruby gems gems clamp lib clamp subcommand execution rb in execute from kontena cli lib kontena command rb in run from usr lib ruby gems gems clamp lib clamp subcommand execution rb in execute from kontena cli lib kontena command rb in run from usr lib ruby gems gems clamp lib clamp command rb in run from usr local bin kontena in specs core localhost kontena test docker compose run rm e debug kommando true test rspec spec features stack validate spec rb e service link allows to select matching service run options include full description service link allows to select matching service stack validate service link creating stack simple select link simple redis runtimeerror variable validation failed grid presence required value missing stack presence required value missing platform presence required value missing in kontena test spec fixtures stack service link kontena yml see root kontena kontena log or run the command again with environment debug true set to see the full exception removing stack simple allows to select matching service failed failures stack validate service link allows to select matching service failure error expect k code to eq expected got compared using spec features stack validate spec rb in block levels in spec support shell rb in block in with fixture dir spec support shell rb in chdir spec support shell rb in with fixture dir spec features stack validate spec rb in block levels in finished in seconds files took seconds to load example failure failed examples rspec spec features stack validate spec rb stack validate service link allows to select matching service | 1 |
208,121 | 23,579,943,929 | IssuesEvent | 2022-08-23 06:42:38 | tabacws-marketing/continental-cloudyourself | https://api.github.com/repos/tabacws-marketing/continental-cloudyourself | closed | WS-2022-0008 (Medium) detected in node-forge-0.10.0.tgz - autoclosed | security vulnerability | ## WS-2022-0008 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary>
<p>JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz">https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz</a></p>
<p>
Dependency Hierarchy:
- build-angular-0.1100.6.tgz (Root Library)
- webpack-dev-server-3.11.0.tgz
- selfsigned-1.10.8.tgz
- :x: **node-forge-0.10.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The forge.debug API had a potential prototype pollution issue if called with untrusted input. The API was only used for internal debug purposes in a safe way and never documented or advertised. It is suspected that uses of this API, if any exist, would likely not have used untrusted inputs in a vulnerable way.
<p>Publish Date: 2022-01-08
<p>URL: <a href=https://github.com/digitalbazaar/forge/commit/51228083550dde97701ac8e06c629a5184117562>WS-2022-0008</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.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: High
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-5rrq-pxf6-6jx5">https://github.com/advisories/GHSA-5rrq-pxf6-6jx5</a></p>
<p>Release Date: 2022-01-08</p>
<p>Fix Resolution (node-forge): 1.0.0</p>
<p>Direct dependency fix Resolution (@angular-devkit/build-angular): 13.2.1</p>
</p>
</details>
<p></p>
| True | WS-2022-0008 (Medium) detected in node-forge-0.10.0.tgz - autoclosed - ## WS-2022-0008 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary>
<p>JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz">https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz</a></p>
<p>
Dependency Hierarchy:
- build-angular-0.1100.6.tgz (Root Library)
- webpack-dev-server-3.11.0.tgz
- selfsigned-1.10.8.tgz
- :x: **node-forge-0.10.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The forge.debug API had a potential prototype pollution issue if called with untrusted input. The API was only used for internal debug purposes in a safe way and never documented or advertised. It is suspected that uses of this API, if any exist, would likely not have used untrusted inputs in a vulnerable way.
<p>Publish Date: 2022-01-08
<p>URL: <a href=https://github.com/digitalbazaar/forge/commit/51228083550dde97701ac8e06c629a5184117562>WS-2022-0008</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.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: High
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-5rrq-pxf6-6jx5">https://github.com/advisories/GHSA-5rrq-pxf6-6jx5</a></p>
<p>Release Date: 2022-01-08</p>
<p>Fix Resolution (node-forge): 1.0.0</p>
<p>Direct dependency fix Resolution (@angular-devkit/build-angular): 13.2.1</p>
</p>
</details>
<p></p>
| non_test | ws medium detected in node forge tgz autoclosed ws medium severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href dependency hierarchy build angular tgz root library webpack dev server tgz selfsigned tgz x node forge tgz vulnerable library found in base branch master vulnerability details the forge debug api had a potential prototype pollution issue if called with untrusted input the api was only used for internal debug purposes in a safe way and never documented or advertised it is suspected that uses of this api if any exist would likely not have used untrusted inputs in a vulnerable way publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required high user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution node forge direct dependency fix resolution angular devkit build angular | 0 |
341,429 | 30,586,131,667 | IssuesEvent | 2023-07-21 13:31:11 | finos/waltz | https://api.github.com/repos/finos/waltz | closed | All Application View: extend with dynamic sections | noteworthy fixed (test & close) | ### Description
Following on from #6677 we wish to add support for dynamic sections:
> What our users have suggested is a new 'Applications' link on the header bar that shows all applications (no matter who owns them). It would contain the same kind of panels shown when viewing an org unit or application group. e.g. Applications, Application Costs, Technologies, Statistics, Application Complexity etc... (probably not People, Bookmarks, ....)
### Resourcing
We intend to contribute this feature | 1.0 | All Application View: extend with dynamic sections - ### Description
Following on from #6677 we wish to add support for dynamic sections:
> What our users have suggested is a new 'Applications' link on the header bar that shows all applications (no matter who owns them). It would contain the same kind of panels shown when viewing an org unit or application group. e.g. Applications, Application Costs, Technologies, Statistics, Application Complexity etc... (probably not People, Bookmarks, ....)
### Resourcing
We intend to contribute this feature | test | all application view extend with dynamic sections description following on from we wish to add support for dynamic sections what our users have suggested is a new applications link on the header bar that shows all applications no matter who owns them it would contain the same kind of panels shown when viewing an org unit or application group e g applications application costs technologies statistics application complexity etc probably not people bookmarks resourcing we intend to contribute this feature | 1 |
163,187 | 25,769,129,418 | IssuesEvent | 2022-12-09 06:02:55 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | Incremental changing of TextField values leads to unpredictable scrolling of ListView consists of the TextFields | a: text input framework f: material design f: scrolling has reproducible steps found in release: 1.22 found in release: 1.26 | when the number of (TextField) components in (ListView) exceeds the visible view, use (Controller) to update all the (TextField) numerical values, and (ListView) will likely scroll to the bottom.
```
[√] Flutter (Channel stable, v1.7.8+hotfix.4, on Microsoft Windows [Version 10.0.17134.915], locale zh-CN)
• Flutter version 1.7.8+hotfix.4 at D:\flutter
• Framework revision 20e59316b8 (6 weeks ago), 2019-07-18 20:04:33 -0700
• Engine revision fee001c93f
• Dart version 2.4.0
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
• Android SDK at C:\Users\Administrator\AppData\Local\Android\sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)
• All Android licenses accepted.
[√] Android Studio (version 3.5)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 38.2.3
• Dart plugin version 191.8423
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)
[!] IntelliJ IDEA Ultimate Edition (version 2018.3)
• IntelliJ at D:\Program Files\JetBrains\IntelliJ IDEA 2018.3.2
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
• For information about installing plugins, see
https://flutter.dev/intellij-setup/#installing-the-plugins
[√] Connected device (1 available)
• MI 8 Lite • 1f39cc10 • android-arm64 • Android 9 (API 28)
! Doctor found issues in 1 category.
```
```
| 1.0 | Incremental changing of TextField values leads to unpredictable scrolling of ListView consists of the TextFields - when the number of (TextField) components in (ListView) exceeds the visible view, use (Controller) to update all the (TextField) numerical values, and (ListView) will likely scroll to the bottom.
```
[√] Flutter (Channel stable, v1.7.8+hotfix.4, on Microsoft Windows [Version 10.0.17134.915], locale zh-CN)
• Flutter version 1.7.8+hotfix.4 at D:\flutter
• Framework revision 20e59316b8 (6 weeks ago), 2019-07-18 20:04:33 -0700
• Engine revision fee001c93f
• Dart version 2.4.0
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
• Android SDK at C:\Users\Administrator\AppData\Local\Android\sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)
• All Android licenses accepted.
[√] Android Studio (version 3.5)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 38.2.3
• Dart plugin version 191.8423
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)
[!] IntelliJ IDEA Ultimate Edition (version 2018.3)
• IntelliJ at D:\Program Files\JetBrains\IntelliJ IDEA 2018.3.2
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
• For information about installing plugins, see
https://flutter.dev/intellij-setup/#installing-the-plugins
[√] Connected device (1 available)
• MI 8 Lite • 1f39cc10 • android-arm64 • Android 9 (API 28)
! Doctor found issues in 1 category.
```
```
| non_test | incremental changing of textfield values leads to unpredictable scrolling of listview consists of the textfields when the number of textfield components in listview exceeds the visible view use controller to update all the textfield numerical values and listview will likely scroll to the bottom flutter channel stable hotfix on microsoft windows locale zh cn • flutter version hotfix at d flutter • framework revision weeks ago • engine revision • dart version android toolchain develop for android devices android sdk version • android sdk at c users administrator appdata local android sdk • android ndk location not configured optional useful for native profiling support • platform android build tools • java binary at c program files android android studio jre bin java • java version openjdk runtime environment build release • all android licenses accepted android studio version • android studio at c program files android android studio • flutter plugin version • dart plugin version • java version openjdk runtime environment build release intellij idea ultimate edition version • intellij at d program files jetbrains intellij idea x flutter plugin not installed this adds flutter specific functionality x dart plugin not installed this adds dart specific functionality • for information about installing plugins see connected device available • mi lite • • android • android api doctor found issues in category | 0 |
49,470 | 13,453,468,409 | IssuesEvent | 2020-09-09 01:02:50 | nasifimtiazohi/openmrs-module-coreapps-1.28.0 | https://api.github.com/repos/nasifimtiazohi/openmrs-module-coreapps-1.28.0 | opened | CVE-2018-19839 (Medium) detected in node-sass-3.1.0 | security vulnerability | ## CVE-2018-19839 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sass3.1.0</b></p></summary>
<p>
<p>:rainbow: Node.js bindings to libsass</p>
<p>Library home page: <a href=https://github.com/sass/node-sass.git>https://github.com/sass/node-sass.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/nasifimtiazohi/openmrs-module-coreapps-1.28.0/commit/a473f1097dd760370898008cacd6434f0620476f">a473f1097dd760370898008cacd6434f0620476f</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>openmrs-module-coreapps-1.28.0/node_modules/node-sass/src/libsass/utf8/checked.h</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In LibSass prior to 3.5.5, the function handle_error in sass_context.cpp allows attackers to cause a denial-of-service resulting from a heap-based buffer over-read via a crafted sass file.
<p>Publish Date: 2018-12-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19839>CVE-2018-19839</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19839">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19839</a></p>
<p>Release Date: 2018-12-04</p>
<p>Fix Resolution: Libsass:3.6.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2018-19839 (Medium) detected in node-sass-3.1.0 - ## CVE-2018-19839 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sass3.1.0</b></p></summary>
<p>
<p>:rainbow: Node.js bindings to libsass</p>
<p>Library home page: <a href=https://github.com/sass/node-sass.git>https://github.com/sass/node-sass.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/nasifimtiazohi/openmrs-module-coreapps-1.28.0/commit/a473f1097dd760370898008cacd6434f0620476f">a473f1097dd760370898008cacd6434f0620476f</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>openmrs-module-coreapps-1.28.0/node_modules/node-sass/src/libsass/utf8/checked.h</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In LibSass prior to 3.5.5, the function handle_error in sass_context.cpp allows attackers to cause a denial-of-service resulting from a heap-based buffer over-read via a crafted sass file.
<p>Publish Date: 2018-12-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19839>CVE-2018-19839</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19839">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19839</a></p>
<p>Release Date: 2018-12-04</p>
<p>Fix Resolution: Libsass:3.6.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in node sass cve medium severity vulnerability vulnerable library node rainbow node js bindings to libsass library home page a href found in head commit a href vulnerable source files openmrs module coreapps node modules node sass src libsass checked h vulnerability details in libsass prior to the function handle error in sass context cpp allows attackers to cause a denial of service resulting from a heap based buffer over read via a crafted sass file publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution libsass step up your open source security game with whitesource | 0 |
322,215 | 27,590,713,347 | IssuesEvent | 2023-03-09 00:02:44 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | reopened | Fix tensor.test_tensorflow_instance_rsub | TensorFlow Frontend Sub Task Failing Test | | | |
|---|---|
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4366247310/jobs/7636005104" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/4359543517/jobs/7621445407" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/4366247310/jobs/7636004857" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
<details>
<summary>Not found</summary>
Not found
</details>
<details>
<summary>Not found</summary>
Not found
</details>
| 1.0 | Fix tensor.test_tensorflow_instance_rsub - | | |
|---|---|
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4366247310/jobs/7636005104" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/4359543517/jobs/7621445407" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/4366247310/jobs/7636004857" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
<details>
<summary>Not found</summary>
Not found
</details>
<details>
<summary>Not found</summary>
Not found
</details>
| test | fix tensor test tensorflow instance rsub tensorflow img src torch img src numpy img src jax img src not found not found not found not found | 1 |
6,105 | 2,812,750,164 | IssuesEvent | 2015-05-18 10:43:20 | k-int/gokb-phase1 | https://api.github.com/repos/k-int/gokb-phase1 | closed | Add a notes field for TI, TIPP, Package | TestMe | Users have suggested note fields on at least the following components: TI, TIPP, Package. This would allow us to convey descriptive information about these entities. Each note should have an audit stamp with user and date; each note is new and has its own audit stamp, like a comment field. | 1.0 | Add a notes field for TI, TIPP, Package - Users have suggested note fields on at least the following components: TI, TIPP, Package. This would allow us to convey descriptive information about these entities. Each note should have an audit stamp with user and date; each note is new and has its own audit stamp, like a comment field. | test | add a notes field for ti tipp package users have suggested note fields on at least the following components ti tipp package this would allow us to convey descriptive information about these entities each note should have an audit stamp with user and date each note is new and has its own audit stamp like a comment field | 1 |
205,414 | 15,613,574,826 | IssuesEvent | 2021-03-19 16:37:52 | ValveSoftware/steam-for-linux | https://api.github.com/repos/ValveSoftware/steam-for-linux | closed | Properties panel crash with A Plague Tale when selected custom proton is deleted | Need Retest Proton Steam client | #### Your system information
* Steam client version (build number or date): 2020-03-23 build
* Distribution (e.g. Ubuntu): Arch - Manjaro
* Opted into Steam client beta?: [Yes/No] Yes
* Have you checked for system updates?: [Yes/No] Yes
#### Please describe your issue in as much detail as possible:
When deleting a custom proton version that is assigned to the game A Plague Tale, steam will crash when opening the properties panel for the game. However the same does not happen when I do the same for Streets of Rogue, then the "Force the use of a specific Steam Play compatibility tool" option just gets unchecked and no crash happens.
/home/zuriele/.local/share/Steam/steam.sh: line 722: 186600 Segmentation fault (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
Can provide dmp file of the crash if needed
#### Steps for reproducing this issue:
1. Set A Plague Tale to use custom proton
2. Delete the custom proton version and restart steam
3. Open steam and open the properties panel for the game
4. Steam should crash to desktop
| 1.0 | Properties panel crash with A Plague Tale when selected custom proton is deleted - #### Your system information
* Steam client version (build number or date): 2020-03-23 build
* Distribution (e.g. Ubuntu): Arch - Manjaro
* Opted into Steam client beta?: [Yes/No] Yes
* Have you checked for system updates?: [Yes/No] Yes
#### Please describe your issue in as much detail as possible:
When deleting a custom proton version that is assigned to the game A Plague Tale, steam will crash when opening the properties panel for the game. However the same does not happen when I do the same for Streets of Rogue, then the "Force the use of a specific Steam Play compatibility tool" option just gets unchecked and no crash happens.
/home/zuriele/.local/share/Steam/steam.sh: line 722: 186600 Segmentation fault (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
Can provide dmp file of the crash if needed
#### Steps for reproducing this issue:
1. Set A Plague Tale to use custom proton
2. Delete the custom proton version and restart steam
3. Open steam and open the properties panel for the game
4. Steam should crash to desktop
| test | properties panel crash with a plague tale when selected custom proton is deleted your system information steam client version build number or date build distribution e g ubuntu arch manjaro opted into steam client beta yes have you checked for system updates yes please describe your issue in as much detail as possible when deleting a custom proton version that is assigned to the game a plague tale steam will crash when opening the properties panel for the game however the same does not happen when i do the same for streets of rogue then the force the use of a specific steam play compatibility tool option just gets unchecked and no crash happens home zuriele local share steam steam sh line segmentation fault core dumped steam debugger steamroot steamexepath can provide dmp file of the crash if needed steps for reproducing this issue set a plague tale to use custom proton delete the custom proton version and restart steam open steam and open the properties panel for the game steam should crash to desktop | 1 |
279,987 | 8,676,712,911 | IssuesEvent | 2018-11-30 14:53:15 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | Gaebolg Family Curse quest bugs | component:script mode:renewal priority:low status:confirmed type:bug | <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. -->
* **rAthena Hash**: https://github.com/rathena/rathena/commit/dbf2f2325336db516d32c8b196913b2c9423c882
* **Client Date**: 2017-06-14
<!-- Please specify the client date you used. -->
* **Server Mode**: Renewal
<!-- Which mode does your server use: Pre-Renewal or Renewal? -->
* **Description of Issue**:
* Result: `Marjana#poison::OnDisable` not found! and no quest_id 18048
* Expected Result: no bugs
* How to Reproduce:
1. `npc\quests\quests_prontera.txt`: NPC Marjana#poison doesn't have `OnDisable` label.
2. `npc\quests\quests_prontera.txt`: `completequest 18048` but no `setquest 18048` | 1.0 | Gaebolg Family Curse quest bugs - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. -->
* **rAthena Hash**: https://github.com/rathena/rathena/commit/dbf2f2325336db516d32c8b196913b2c9423c882
* **Client Date**: 2017-06-14
<!-- Please specify the client date you used. -->
* **Server Mode**: Renewal
<!-- Which mode does your server use: Pre-Renewal or Renewal? -->
* **Description of Issue**:
* Result: `Marjana#poison::OnDisable` not found! and no quest_id 18048
* Expected Result: no bugs
* How to Reproduce:
1. `npc\quests\quests_prontera.txt`: NPC Marjana#poison doesn't have `OnDisable` label.
2. `npc\quests\quests_prontera.txt`: `completequest 18048` but no `setquest 18048` | non_test | gaebolg family curse quest bugs rathena hash client date server mode renewal description of issue result marjana poison ondisable not found and no quest id expected result no bugs how to reproduce npc quests quests prontera txt npc marjana poison doesn t have ondisable label npc quests quests prontera txt completequest but no setquest | 0 |
195,230 | 14,708,665,215 | IssuesEvent | 2021-01-05 00:18:29 | github-vet/rangeloop-pointer-findings | https://api.github.com/repos/github-vet/rangeloop-pointer-findings | closed | keptn/keptn: shipyard-controller/api/event_test.go; 5 LoC | fresh test tiny |
Found a possible issue in [keptn/keptn](https://www.github.com/keptn/keptn) at [shipyard-controller/api/event_test.go](https://github.com/keptn/keptn/blob/047a7f7898950941496969d3055671ccf8968347/shipyard-controller/api/event_test.go#L1789-L1793)
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.
> reference to ts was used in a composite literal at line 1791
[Click here to see the code in its original context.](https://github.com/keptn/keptn/blob/047a7f7898950941496969d3055671ccf8968347/shipyard-controller/api/event_test.go#L1789-L1793)
<details>
<summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary>
```go
for _, ts := range taskSequenceCollection {
if ts.TriggeredEventID == triggeredID {
return &ts, nil
}
}
```
</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: 047a7f7898950941496969d3055671ccf8968347
| 1.0 | keptn/keptn: shipyard-controller/api/event_test.go; 5 LoC -
Found a possible issue in [keptn/keptn](https://www.github.com/keptn/keptn) at [shipyard-controller/api/event_test.go](https://github.com/keptn/keptn/blob/047a7f7898950941496969d3055671ccf8968347/shipyard-controller/api/event_test.go#L1789-L1793)
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.
> reference to ts was used in a composite literal at line 1791
[Click here to see the code in its original context.](https://github.com/keptn/keptn/blob/047a7f7898950941496969d3055671ccf8968347/shipyard-controller/api/event_test.go#L1789-L1793)
<details>
<summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary>
```go
for _, ts := range taskSequenceCollection {
if ts.TriggeredEventID == triggeredID {
return &ts, nil
}
}
```
</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: 047a7f7898950941496969d3055671ccf8968347
| test | keptn keptn shipyard controller api event 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 reference to ts was used in a composite literal at line click here to show the line s of go which triggered the analyzer go for ts range tasksequencecollection if ts triggeredeventid triggeredid return ts nil 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 |
265,892 | 23,207,862,616 | IssuesEvent | 2022-08-02 07:31:22 | vaadin/spring | https://api.github.com/repos/vaadin/spring | opened | Merge tests from vaadin-flow 9.0 - Configure Spring Security to handle vaadin.urlMapping | testing Impact: Low Severity: Minor | The point of this ticket is to merge tests into branch 19.0 that have been introduced as a part of https://github.com/vaadin/flow/issues/13073 | 1.0 | Merge tests from vaadin-flow 9.0 - Configure Spring Security to handle vaadin.urlMapping - The point of this ticket is to merge tests into branch 19.0 that have been introduced as a part of https://github.com/vaadin/flow/issues/13073 | test | merge tests from vaadin flow configure spring security to handle vaadin urlmapping the point of this ticket is to merge tests into branch that have been introduced as a part of | 1 |
102,553 | 11,301,085,129 | IssuesEvent | 2020-01-17 14:55:33 | papesce/balanced-gym-app | https://api.github.com/repos/papesce/balanced-gym-app | opened | Comments after Jan 17 execution | documentation | Review of v0.3
1- It is not clear how to stop the rest timer when starting the execution. Probably I should go back to the Pause button implementation.
2-It is not clear how to log the weight when using dumbells or long bar. Should I sum the total or just to put the weight on each side?
3-Add the last execution data to the details panel (not only the suggested). Also increase the size of the button to reverse the gif and use white as a backgound for the button.
4-Think a way to put the timer/ total execution time/ to the top of the App. (global timer, execution time status)
5-BUG in triceps suggestion (last execution was on top of the suggestion)
6-Exercise should have variants (with knees, weighted, etc). and no weighted variants should allow to enter weight. User can switch between the variants depending on the reps.
Priority wise I should say:
5-BUG investigate
3 easy fix
1 easy fix
2 good to have
6-goot to have but requires more work
4- more related to global summary
| 1.0 | Comments after Jan 17 execution - Review of v0.3
1- It is not clear how to stop the rest timer when starting the execution. Probably I should go back to the Pause button implementation.
2-It is not clear how to log the weight when using dumbells or long bar. Should I sum the total or just to put the weight on each side?
3-Add the last execution data to the details panel (not only the suggested). Also increase the size of the button to reverse the gif and use white as a backgound for the button.
4-Think a way to put the timer/ total execution time/ to the top of the App. (global timer, execution time status)
5-BUG in triceps suggestion (last execution was on top of the suggestion)
6-Exercise should have variants (with knees, weighted, etc). and no weighted variants should allow to enter weight. User can switch between the variants depending on the reps.
Priority wise I should say:
5-BUG investigate
3 easy fix
1 easy fix
2 good to have
6-goot to have but requires more work
4- more related to global summary
| non_test | comments after jan execution review of it is not clear how to stop the rest timer when starting the execution probably i should go back to the pause button implementation it is not clear how to log the weight when using dumbells or long bar should i sum the total or just to put the weight on each side add the last execution data to the details panel not only the suggested also increase the size of the button to reverse the gif and use white as a backgound for the button think a way to put the timer total execution time to the top of the app global timer execution time status bug in triceps suggestion last execution was on top of the suggestion exercise should have variants with knees weighted etc and no weighted variants should allow to enter weight user can switch between the variants depending on the reps priority wise i should say bug investigate easy fix easy fix good to have goot to have but requires more work more related to global summary | 0 |
12,373 | 3,267,545,704 | IssuesEvent | 2015-10-23 04:48:23 | calblueprint/edge-yl | https://api.github.com/repos/calblueprint/edge-yl | opened | Include test-infrastructure gems and setup RSpec in project | tests | RSpec (Github): https://github.com/rspec/rspec-rails
Sample GemFile:
```
group :development, :test do
gem 'rspec-rails'
gem 'factory_girl_rails'
end
group :test do
gem 'faker'
gem 'capybara'
gem 'guard-rspec'
gem 'launchy'
end
``` | 1.0 | Include test-infrastructure gems and setup RSpec in project - RSpec (Github): https://github.com/rspec/rspec-rails
Sample GemFile:
```
group :development, :test do
gem 'rspec-rails'
gem 'factory_girl_rails'
end
group :test do
gem 'faker'
gem 'capybara'
gem 'guard-rspec'
gem 'launchy'
end
``` | test | include test infrastructure gems and setup rspec in project rspec github sample gemfile group development test do gem rspec rails gem factory girl rails end group test do gem faker gem capybara gem guard rspec gem launchy end | 1 |
148,270 | 11,845,377,182 | IssuesEvent | 2020-03-24 08:14:21 | indexeddbshim/indexeddbshim | https://api.github.com/repos/indexeddbshim/indexeddbshim | opened | Getting to 100% coverage (including shim-specific tests) | Testing | We really ought to add tests for the following give our implementation details (and with nyc coverage added now, we can more easily find these):
- [ ] Use of NUL within database/object store/index names and content
- [ ] Use of binary within arrays testing padded bytes, e.g., `'5' > '400'` but `'005' < '400'` (other different types within other types probably already covered for other cases by Mocha tests)
- [ ] The W3C tests don't seem to test cloning of `ImageData`. We might add our own though already tested by `typeson-registry`.
- [ ] Add tests for our `__forceClose` | 1.0 | Getting to 100% coverage (including shim-specific tests) - We really ought to add tests for the following give our implementation details (and with nyc coverage added now, we can more easily find these):
- [ ] Use of NUL within database/object store/index names and content
- [ ] Use of binary within arrays testing padded bytes, e.g., `'5' > '400'` but `'005' < '400'` (other different types within other types probably already covered for other cases by Mocha tests)
- [ ] The W3C tests don't seem to test cloning of `ImageData`. We might add our own though already tested by `typeson-registry`.
- [ ] Add tests for our `__forceClose` | test | getting to coverage including shim specific tests we really ought to add tests for the following give our implementation details and with nyc coverage added now we can more easily find these use of nul within database object store index names and content use of binary within arrays testing padded bytes e g but other different types within other types probably already covered for other cases by mocha tests the tests don t seem to test cloning of imagedata we might add our own though already tested by typeson registry add tests for our forceclose | 1 |
182,455 | 14,915,433,365 | IssuesEvent | 2021-01-22 16:43:21 | AltraMayor/f3 | https://api.github.com/repos/AltraMayor/f3 | closed | `f3probe` doesn't return the right size | Documentation | I have a noname-brand SD card ("KTYSOON"), that after having some issues writing later in the disk I'm trying to figure out the real size of. I can create a partition and store some files just fine, but whenever I go and run `f3probe -n -t /dev/mmcblk0`, I get the following message:
```
# f3probe -n -t /dev/mmcblk0
F3 probe 8.0
Copyright (C) 2010 Digirati Internet LTDA.
This is free software; see the source for copying conditions.
WARNING: Probing normally takes from a few seconds to 15 minutes, but
it can take longer. Please be patient.
Bad news: The device `/dev/mmcblk0' is damaged
Device geometry:
*Usable* size: 0.00 Byte (0 blocks)
Announced size: 250.00 GB (524288000 blocks)
Module: 256.00 GB (2^38 Bytes)
Approximate cache size: 0.00 Byte (0 blocks), need-reset=no
Physical block size: 512.00 Byte (2^9 Bytes)
Probe time: 13.80s
Operation: total time / count = avg time
Read: 509.1ms / 2094 = 243us
Write: 13.29s / 2120 = 6.2ms
Reset: 0us / 0 = 0us
```
As I've been able to use at least part of this card, I know the \*Usable\* size is more than 0, trying `echo "hello" > /dev/mmcblk0` and `xxd /dev/mmcblk0 | head` confirms this further.
I've tested this program on some other memory cards and it works fine there, so I'm wondering why not here.
Interestingly, dmesg also screams some errors while running the `f3probe` command:
```
[ 1868.070473] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: error -110 requesting status
[ 1869.516421] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: error -110 requesting status
[ 1871.035189] mmc0: card never left busy state
[ 1871.035194] mmc0: tried to HW reset card, got error -110
[ 1871.035196] mmcblk0: recovery failed!
[ 1871.035218] blk_update_request: I/O error, dev mmcblk0, sector 36155195 op 0x1:(WRITE) flags 0x8800 phys_seg 1 prio class 0
[ 1872.585601] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: error -110 requesting status
[ 1872.585605] mmcblk0: recovery failed!
[ 1872.585623] blk_update_request: I/O error, dev mmcblk0, sector 36155195 op 0x1:(WRITE) flags 0x8800 phys_seg 1 prio class 0
[ 1884.049201] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: error -110 requesting status
[ 1884.444321] mmcblk0: p1
```
Any idea what might be the issue? I'm suspecting a card reader/driver problem somehow, as this isn't the first card that's acted up in strange ways, but maybe this is a known/different issue. | 1.0 | `f3probe` doesn't return the right size - I have a noname-brand SD card ("KTYSOON"), that after having some issues writing later in the disk I'm trying to figure out the real size of. I can create a partition and store some files just fine, but whenever I go and run `f3probe -n -t /dev/mmcblk0`, I get the following message:
```
# f3probe -n -t /dev/mmcblk0
F3 probe 8.0
Copyright (C) 2010 Digirati Internet LTDA.
This is free software; see the source for copying conditions.
WARNING: Probing normally takes from a few seconds to 15 minutes, but
it can take longer. Please be patient.
Bad news: The device `/dev/mmcblk0' is damaged
Device geometry:
*Usable* size: 0.00 Byte (0 blocks)
Announced size: 250.00 GB (524288000 blocks)
Module: 256.00 GB (2^38 Bytes)
Approximate cache size: 0.00 Byte (0 blocks), need-reset=no
Physical block size: 512.00 Byte (2^9 Bytes)
Probe time: 13.80s
Operation: total time / count = avg time
Read: 509.1ms / 2094 = 243us
Write: 13.29s / 2120 = 6.2ms
Reset: 0us / 0 = 0us
```
As I've been able to use at least part of this card, I know the \*Usable\* size is more than 0, trying `echo "hello" > /dev/mmcblk0` and `xxd /dev/mmcblk0 | head` confirms this further.
I've tested this program on some other memory cards and it works fine there, so I'm wondering why not here.
Interestingly, dmesg also screams some errors while running the `f3probe` command:
```
[ 1868.070473] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: error -110 requesting status
[ 1869.516421] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: error -110 requesting status
[ 1871.035189] mmc0: card never left busy state
[ 1871.035194] mmc0: tried to HW reset card, got error -110
[ 1871.035196] mmcblk0: recovery failed!
[ 1871.035218] blk_update_request: I/O error, dev mmcblk0, sector 36155195 op 0x1:(WRITE) flags 0x8800 phys_seg 1 prio class 0
[ 1872.585601] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: error -110 requesting status
[ 1872.585605] mmcblk0: recovery failed!
[ 1872.585623] blk_update_request: I/O error, dev mmcblk0, sector 36155195 op 0x1:(WRITE) flags 0x8800 phys_seg 1 prio class 0
[ 1884.049201] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: error -110 requesting status
[ 1884.444321] mmcblk0: p1
```
Any idea what might be the issue? I'm suspecting a card reader/driver problem somehow, as this isn't the first card that's acted up in strange ways, but maybe this is a known/different issue. | non_test | doesn t return the right size i have a noname brand sd card ktysoon that after having some issues writing later in the disk i m trying to figure out the real size of i can create a partition and store some files just fine but whenever i go and run n t dev i get the following message n t dev probe copyright c digirati internet ltda this is free software see the source for copying conditions warning probing normally takes from a few seconds to minutes but it can take longer please be patient bad news the device dev is damaged device geometry usable size byte blocks announced size gb blocks module gb bytes approximate cache size byte blocks need reset no physical block size byte bytes probe time operation total time count avg time read write reset as i ve been able to use at least part of this card i know the usable size is more than trying echo hello dev and xxd dev head confirms this further i ve tested this program on some other memory cards and it works fine there so i m wondering why not here interestingly dmesg also screams some errors while running the command rtsx pci sdmmc rtsx pci sdmmc error requesting status rtsx pci sdmmc rtsx pci sdmmc error requesting status card never left busy state tried to hw reset card got error recovery failed blk update request i o error dev sector op write flags phys seg prio class rtsx pci sdmmc rtsx pci sdmmc error requesting status recovery failed blk update request i o error dev sector op write flags phys seg prio class rtsx pci sdmmc rtsx pci sdmmc error requesting status any idea what might be the issue i m suspecting a card reader driver problem somehow as this isn t the first card that s acted up in strange ways but maybe this is a known different issue | 0 |
277,347 | 21,039,865,641 | IssuesEvent | 2022-03-31 11:17:57 | alina-yakovleva/todo | https://api.github.com/repos/alina-yakovleva/todo | opened | Создать в папке components папку Icons | documentation | Требуется заменить использование svg в разметке на компонент, который будет импортироваться из папки Icons | 1.0 | Создать в папке components папку Icons - Требуется заменить использование svg в разметке на компонент, который будет импортироваться из папки Icons | non_test | создать в папке components папку icons требуется заменить использование svg в разметке на компонент который будет импортироваться из папки icons | 0 |
159,836 | 12,492,779,725 | IssuesEvent | 2020-06-01 07:57:58 | IBM/ibm-spectrum-scale-csi | https://api.github.com/repos/IBM/ibm-spectrum-scale-csi | closed | Need user friendly message when remotecluster id is not passed in storageclass | Customer Impact: Minor Customer Probability: Low Phase: Test Target: Driver Type: Bug | **Describe the bug**
Need user friendly message when remotecluster id is not passed in storageclass
**To Reproduce**
Setup for remote cluster where rgfps0 is remotely mounted filesystem.
Local Cluster :
```
[root@oc-w3 functional-tests]# mmlscluster
GPFS cluster information
========================
GPFS cluster name: openshift.scale.net
GPFS cluster id: 6544305008369427178
GPFS UID domain: openshift.scale.net
Remote shell command: /usr/bin/ssh
Remote file copy command: /usr/bin/scp
Repository type: CCR
Node Daemon node name IP address Admin node name Designation
-----------------------------------------------------------------------------------------------
1 oc-w3.ocp.openshift.scale.net 192.168.8.43 oc-w3.ocp.openshift.scale.net quorum-manager-gateway-perfmon
2 oc-w4.ocp.openshift.scale.net 192.168.8.44 oc-w4.ocp.openshift.scale.net quorum-gateway-perfmon
3 oc-w5.ocp.openshift.scale.net 192.168.8.45 oc-w5.ocp.openshift.scale.net quorum-gateway-perfmon
4 oc-w6.ocp.openshift.scale.net 192.168.8.46 oc-w6.ocp.openshift.scale.net perfmon
```
Remote cluster :
```
[root@remote-w1 ~]# /usr/lpp/mmfs/bin/mmlscluster
GPFS cluster information
========================
GPFS cluster name: kubernetes.scale.net
GPFS cluster id: 5671145063406913128
GPFS UID domain: kubernetes.scale.net
Remote shell command: /usr/bin/ssh
Remote file copy command: /usr/bin/scp
Repository type: CCR
Node Daemon node name IP address Admin node name Designation
-------------------------------------------------------------------------------------------------------
1 remote-w1.ocp.openshift.scale.net 192.168.8.61 remote-w1.ocp.openshift.scale.net quorum-manager-perfmon
2 remote-w2.ocp.openshift.scale.net 192.168.8.62 remote-w2.ocp.openshift.scale.net quorum-perfmon
3 remote-w3.ocp.openshift.scale.net 192.168.8.63 remote-w3.ocp.openshift.scale.net quorum-perfmon
```
Configmap for cr config
```
[root@oc-w3 functional-tests]# kubectl describe cm spectrum-scale-config
Name: spectrum-scale-config
Namespace: ibm-spectrum-scale-csi-driver
Labels: app.kubernetes.io/instance=ibm-spectrum-scale-csi-operator
app.kubernetes.io/managed-by=ibm-spectrum-scale-csi-operator
app.kubernetes.io/name=ibm-spectrum-scale-csi-operator
product=ibm-spectrum-scale-csi
release=ibm-spectrum-scale-csi-operator
Annotations: <none>
Data
====
spectrum-scale-config.json:
----
{ "clusters": [{"id": "6544305008369427178", "primary": {"primaryFs": "gpfs0"}, "restApi": [{"guiHost": "oc-w6.ocp.openshift.scale.net"}], "secrets": "guisecretlocal", "secureSslMode": false}, {"id": "5671145063406913128", "restApi": [{"guiHost": "remote-w1.ocp.openshift.scale.net"}], "secrets": "guisecretremote", "secureSslMode": false}] }
Events: <none>
[root@oc-w3 functional-tests]# ssh remote-w1.ocp.openshift.scale.net
Last login: Tue Apr 28 19:43:49 2020 from api.ocp.openshift.scale.net
```
Created Stroageclass with remote cluster filesystem only
```
[root@oc-w3 functional-tests]# oc describe sc sc-frosty-smita-481
Name: sc-frosty-smita-481
IsDefaultClass: No
Annotations: <none>
Provisioner: spectrumscale.csi.ibm.com
Parameters: volBackendFs=rgfps0
AllowVolumeExpansion: <unset>
MountOptions: <none>
ReclaimPolicy: Delete
VolumeBindingMode: Immediate
Events: <none>
```
PVC creation failed as expected :
```
[root@oc-w3 functional-tests]# oc describe pvc pvc-funny-abhishek-851
Name: pvc-funny-abhishek-851
Namespace: ibm-spectrum-scale-csi-driver
StorageClass: sc-frosty-smita-481
Status: Pending
Volume:
Labels: <none>
Annotations: volume.beta.kubernetes.io/storage-provisioner: spectrumscale.csi.ibm.com
Finalizers: [kubernetes.io/pvc-protection]
Capacity:
Access Modes:
VolumeMode: Filesystem
Mounted By: <none>
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Provisioning 21s (x6 over 63s) spectrumscale.csi.ibm.com_ibm-spectrum-scale-csi-provisioner-0_1e956b6a-c221-4646-acac-233072b7dde0 External provisioner is provisioning volume for claim "ibm-spectrum-scale-csi-driver/pvc-funny-abhishek-851"
Warning ProvisioningFailed 18s (x6 over 61s) spectrumscale.csi.ibm.com_ibm-spectrum-scale-csi-provisioner-0_1e956b6a-c221-4646-acac-233072b7dde0 failed to provision volume with StorageClass "sc-frosty-smita-481": rpc error: code = Internal desc = Unable to create fileset [pvc-d4676166-8616-4907-ad
1f-50641be7d28a] in FS [rgfps0]. Error [[EFSSG1072C The fileset pvc-d4676166-8616-4907-ad1f-50641be7d28a cannot be created. Cause: mmcrfileset: File system rgfps0 belongs to cluster kubernetes.scale.net.
Command is not allowed for remote file systems.
mmcrfileset: Command failed. Examine previous error messages to determine cause.
. EFSSG1072C The fileset pvc-d4676166-8616-4907-ad1f-50641be7d28a cannot be created. Cause: mmcrfileset: File system rgfps0 belongs to cluster kubernetes.scale.net.
Command is not allowed for remote file systems.
mmcrfileset: Command failed. Examine previous error messages to determine cause..]]
Normal ExternalProvisioning 15s (x5 over 63s) persistentvolume-controller waiting for a volume to be created, either by external provisioner "spectrumscale.csi.ibm.com" or manually created by system administrator
```
**Expected behavior**
User friendly message when we have only "volBackendFs=rgfps0 " parameter for remote cluster case. We might do storageclass parameter check before trying to create the fileset and see if volbackendfs is remote fs and remoteid is not there than just fail in validation phase only.
**Environment**
```
[root@oc-w3 functional-tests]# oc get nodes
NAME STATUS ROLES AGE VERSION
oc-m1.ocp.openshift.scale.net Ready master 200d v1.17.1
oc-m2.ocp.openshift.scale.net Ready master 200d v1.17.1
oc-m3.ocp.openshift.scale.net Ready master 200d v1.17.1
oc-w1.ocp.openshift.scale.net Ready worker 200d v1.17.1
oc-w3.ocp.openshift.scale.net Ready worker 200d v1.17.1
oc-w4.ocp.openshift.scale.net Ready worker 200d v1.17.1
oc-w5.ocp.openshift.scale.net Ready worker 200d v1.17.1
```
| 1.0 | Need user friendly message when remotecluster id is not passed in storageclass - **Describe the bug**
Need user friendly message when remotecluster id is not passed in storageclass
**To Reproduce**
Setup for remote cluster where rgfps0 is remotely mounted filesystem.
Local Cluster :
```
[root@oc-w3 functional-tests]# mmlscluster
GPFS cluster information
========================
GPFS cluster name: openshift.scale.net
GPFS cluster id: 6544305008369427178
GPFS UID domain: openshift.scale.net
Remote shell command: /usr/bin/ssh
Remote file copy command: /usr/bin/scp
Repository type: CCR
Node Daemon node name IP address Admin node name Designation
-----------------------------------------------------------------------------------------------
1 oc-w3.ocp.openshift.scale.net 192.168.8.43 oc-w3.ocp.openshift.scale.net quorum-manager-gateway-perfmon
2 oc-w4.ocp.openshift.scale.net 192.168.8.44 oc-w4.ocp.openshift.scale.net quorum-gateway-perfmon
3 oc-w5.ocp.openshift.scale.net 192.168.8.45 oc-w5.ocp.openshift.scale.net quorum-gateway-perfmon
4 oc-w6.ocp.openshift.scale.net 192.168.8.46 oc-w6.ocp.openshift.scale.net perfmon
```
Remote cluster :
```
[root@remote-w1 ~]# /usr/lpp/mmfs/bin/mmlscluster
GPFS cluster information
========================
GPFS cluster name: kubernetes.scale.net
GPFS cluster id: 5671145063406913128
GPFS UID domain: kubernetes.scale.net
Remote shell command: /usr/bin/ssh
Remote file copy command: /usr/bin/scp
Repository type: CCR
Node Daemon node name IP address Admin node name Designation
-------------------------------------------------------------------------------------------------------
1 remote-w1.ocp.openshift.scale.net 192.168.8.61 remote-w1.ocp.openshift.scale.net quorum-manager-perfmon
2 remote-w2.ocp.openshift.scale.net 192.168.8.62 remote-w2.ocp.openshift.scale.net quorum-perfmon
3 remote-w3.ocp.openshift.scale.net 192.168.8.63 remote-w3.ocp.openshift.scale.net quorum-perfmon
```
Configmap for cr config
```
[root@oc-w3 functional-tests]# kubectl describe cm spectrum-scale-config
Name: spectrum-scale-config
Namespace: ibm-spectrum-scale-csi-driver
Labels: app.kubernetes.io/instance=ibm-spectrum-scale-csi-operator
app.kubernetes.io/managed-by=ibm-spectrum-scale-csi-operator
app.kubernetes.io/name=ibm-spectrum-scale-csi-operator
product=ibm-spectrum-scale-csi
release=ibm-spectrum-scale-csi-operator
Annotations: <none>
Data
====
spectrum-scale-config.json:
----
{ "clusters": [{"id": "6544305008369427178", "primary": {"primaryFs": "gpfs0"}, "restApi": [{"guiHost": "oc-w6.ocp.openshift.scale.net"}], "secrets": "guisecretlocal", "secureSslMode": false}, {"id": "5671145063406913128", "restApi": [{"guiHost": "remote-w1.ocp.openshift.scale.net"}], "secrets": "guisecretremote", "secureSslMode": false}] }
Events: <none>
[root@oc-w3 functional-tests]# ssh remote-w1.ocp.openshift.scale.net
Last login: Tue Apr 28 19:43:49 2020 from api.ocp.openshift.scale.net
```
Created Stroageclass with remote cluster filesystem only
```
[root@oc-w3 functional-tests]# oc describe sc sc-frosty-smita-481
Name: sc-frosty-smita-481
IsDefaultClass: No
Annotations: <none>
Provisioner: spectrumscale.csi.ibm.com
Parameters: volBackendFs=rgfps0
AllowVolumeExpansion: <unset>
MountOptions: <none>
ReclaimPolicy: Delete
VolumeBindingMode: Immediate
Events: <none>
```
PVC creation failed as expected :
```
[root@oc-w3 functional-tests]# oc describe pvc pvc-funny-abhishek-851
Name: pvc-funny-abhishek-851
Namespace: ibm-spectrum-scale-csi-driver
StorageClass: sc-frosty-smita-481
Status: Pending
Volume:
Labels: <none>
Annotations: volume.beta.kubernetes.io/storage-provisioner: spectrumscale.csi.ibm.com
Finalizers: [kubernetes.io/pvc-protection]
Capacity:
Access Modes:
VolumeMode: Filesystem
Mounted By: <none>
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Provisioning 21s (x6 over 63s) spectrumscale.csi.ibm.com_ibm-spectrum-scale-csi-provisioner-0_1e956b6a-c221-4646-acac-233072b7dde0 External provisioner is provisioning volume for claim "ibm-spectrum-scale-csi-driver/pvc-funny-abhishek-851"
Warning ProvisioningFailed 18s (x6 over 61s) spectrumscale.csi.ibm.com_ibm-spectrum-scale-csi-provisioner-0_1e956b6a-c221-4646-acac-233072b7dde0 failed to provision volume with StorageClass "sc-frosty-smita-481": rpc error: code = Internal desc = Unable to create fileset [pvc-d4676166-8616-4907-ad
1f-50641be7d28a] in FS [rgfps0]. Error [[EFSSG1072C The fileset pvc-d4676166-8616-4907-ad1f-50641be7d28a cannot be created. Cause: mmcrfileset: File system rgfps0 belongs to cluster kubernetes.scale.net.
Command is not allowed for remote file systems.
mmcrfileset: Command failed. Examine previous error messages to determine cause.
. EFSSG1072C The fileset pvc-d4676166-8616-4907-ad1f-50641be7d28a cannot be created. Cause: mmcrfileset: File system rgfps0 belongs to cluster kubernetes.scale.net.
Command is not allowed for remote file systems.
mmcrfileset: Command failed. Examine previous error messages to determine cause..]]
Normal ExternalProvisioning 15s (x5 over 63s) persistentvolume-controller waiting for a volume to be created, either by external provisioner "spectrumscale.csi.ibm.com" or manually created by system administrator
```
**Expected behavior**
User friendly message when we have only "volBackendFs=rgfps0 " parameter for remote cluster case. We might do storageclass parameter check before trying to create the fileset and see if volbackendfs is remote fs and remoteid is not there than just fail in validation phase only.
**Environment**
```
[root@oc-w3 functional-tests]# oc get nodes
NAME STATUS ROLES AGE VERSION
oc-m1.ocp.openshift.scale.net Ready master 200d v1.17.1
oc-m2.ocp.openshift.scale.net Ready master 200d v1.17.1
oc-m3.ocp.openshift.scale.net Ready master 200d v1.17.1
oc-w1.ocp.openshift.scale.net Ready worker 200d v1.17.1
oc-w3.ocp.openshift.scale.net Ready worker 200d v1.17.1
oc-w4.ocp.openshift.scale.net Ready worker 200d v1.17.1
oc-w5.ocp.openshift.scale.net Ready worker 200d v1.17.1
```
| test | need user friendly message when remotecluster id is not passed in storageclass describe the bug need user friendly message when remotecluster id is not passed in storageclass to reproduce setup for remote cluster where is remotely mounted filesystem local cluster mmlscluster gpfs cluster information gpfs cluster name openshift scale net gpfs cluster id gpfs uid domain openshift scale net remote shell command usr bin ssh remote file copy command usr bin scp repository type ccr node daemon node name ip address admin node name designation oc ocp openshift scale net oc ocp openshift scale net quorum manager gateway perfmon oc ocp openshift scale net oc ocp openshift scale net quorum gateway perfmon oc ocp openshift scale net oc ocp openshift scale net quorum gateway perfmon oc ocp openshift scale net oc ocp openshift scale net perfmon remote cluster usr lpp mmfs bin mmlscluster gpfs cluster information gpfs cluster name kubernetes scale net gpfs cluster id gpfs uid domain kubernetes scale net remote shell command usr bin ssh remote file copy command usr bin scp repository type ccr node daemon node name ip address admin node name designation remote ocp openshift scale net remote ocp openshift scale net quorum manager perfmon remote ocp openshift scale net remote ocp openshift scale net quorum perfmon remote ocp openshift scale net remote ocp openshift scale net quorum perfmon configmap for cr config kubectl describe cm spectrum scale config name spectrum scale config namespace ibm spectrum scale csi driver labels app kubernetes io instance ibm spectrum scale csi operator app kubernetes io managed by ibm spectrum scale csi operator app kubernetes io name ibm spectrum scale csi operator product ibm spectrum scale csi release ibm spectrum scale csi operator annotations data spectrum scale config json clusters secrets guisecretlocal securesslmode false id restapi secrets guisecretremote securesslmode false events ssh remote ocp openshift scale net last login tue apr from api ocp openshift scale net created stroageclass with remote cluster filesystem only oc describe sc sc frosty smita name sc frosty smita isdefaultclass no annotations provisioner spectrumscale csi ibm com parameters volbackendfs allowvolumeexpansion mountoptions reclaimpolicy delete volumebindingmode immediate events pvc creation failed as expected oc describe pvc pvc funny abhishek name pvc funny abhishek namespace ibm spectrum scale csi driver storageclass sc frosty smita status pending volume labels annotations volume beta kubernetes io storage provisioner spectrumscale csi ibm com finalizers capacity access modes volumemode filesystem mounted by events type reason age from message normal provisioning over spectrumscale csi ibm com ibm spectrum scale csi provisioner acac external provisioner is provisioning volume for claim ibm spectrum scale csi driver pvc funny abhishek warning provisioningfailed over spectrumscale csi ibm com ibm spectrum scale csi provisioner acac failed to provision volume with storageclass sc frosty smita rpc error code internal desc unable to create fileset pvc ad in fs error the fileset pvc cannot be created cause mmcrfileset file system belongs to cluster kubernetes scale net command is not allowed for remote file systems mmcrfileset command failed examine previous error messages to determine cause the fileset pvc cannot be created cause mmcrfileset file system belongs to cluster kubernetes scale net command is not allowed for remote file systems mmcrfileset command failed examine previous error messages to determine cause normal externalprovisioning over persistentvolume controller waiting for a volume to be created either by external provisioner spectrumscale csi ibm com or manually created by system administrator expected behavior user friendly message when we have only volbackendfs parameter for remote cluster case we might do storageclass parameter check before trying to create the fileset and see if volbackendfs is remote fs and remoteid is not there than just fail in validation phase only environment oc get nodes name status roles age version oc ocp openshift scale net ready master oc ocp openshift scale net ready master oc ocp openshift scale net ready master oc ocp openshift scale net ready worker oc ocp openshift scale net ready worker oc ocp openshift scale net ready worker oc ocp openshift scale net ready worker | 1 |
761,371 | 26,677,878,299 | IssuesEvent | 2023-01-26 15:31:21 | googlefonts/fontbakery | https://api.github.com/repos/googlefonts/fontbakery | closed | Universal / check if math signs have same width | New check proposal Profile: Universal Rosalie's priority list | This is common practice to have:
- math signs are sharing the same width
- preferably the same width as tabular figures
- preferably across all masters of the same family
The math signs:
+ − × ÷ = ≠ > < ≥ ≤ ± ≈ ~
This practice comes probably from the will to avoid additional tabular math signs knowing that their design can easily share the same width. Would be quite useful to have a check warning in case of inconsistency. At east it would make my life easier that's for sure.
I would say WARN, not fail.
I would like more input to know if there is more to add to the list, or if there is something against such a check; @vv-monsalve @tphinney @twardoch @tiroj ?
| 1.0 | Universal / check if math signs have same width - This is common practice to have:
- math signs are sharing the same width
- preferably the same width as tabular figures
- preferably across all masters of the same family
The math signs:
+ − × ÷ = ≠ > < ≥ ≤ ± ≈ ~
This practice comes probably from the will to avoid additional tabular math signs knowing that their design can easily share the same width. Would be quite useful to have a check warning in case of inconsistency. At east it would make my life easier that's for sure.
I would say WARN, not fail.
I would like more input to know if there is more to add to the list, or if there is something against such a check; @vv-monsalve @tphinney @twardoch @tiroj ?
| non_test | universal check if math signs have same width this is common practice to have math signs are sharing the same width preferably the same width as tabular figures preferably across all masters of the same family the math signs − × ÷ ≠ ≥ ≤ ± ≈ this practice comes probably from the will to avoid additional tabular math signs knowing that their design can easily share the same width would be quite useful to have a check warning in case of inconsistency at east it would make my life easier that s for sure i would say warn not fail i would like more input to know if there is more to add to the list or if there is something against such a check vv monsalve tphinney twardoch tiroj | 0 |
54,725 | 6,402,466,461 | IssuesEvent | 2017-08-06 09:46:48 | FlightControl-Master/MOOSE | https://api.github.com/repos/FlightControl-Master/MOOSE | closed | AI_A2A_GCICAP: - Planes spawn at a very low alititude (causes issues if close to coast and ridges are near by) | enhancement implemented ready for testing | Observed several AI planes spawn fly for 20 seconds and then crash straight into hillside
They spawned at Gelendzhik and after maybe 10-20 seconds crashed into ridge to NE of this airport
Witnessed this several times
REQUEST: - Make the default ALT to spawn AI aircraft to be 1000m above the airfield
thanks | 1.0 | AI_A2A_GCICAP: - Planes spawn at a very low alititude (causes issues if close to coast and ridges are near by) - Observed several AI planes spawn fly for 20 seconds and then crash straight into hillside
They spawned at Gelendzhik and after maybe 10-20 seconds crashed into ridge to NE of this airport
Witnessed this several times
REQUEST: - Make the default ALT to spawn AI aircraft to be 1000m above the airfield
thanks | test | ai gcicap planes spawn at a very low alititude causes issues if close to coast and ridges are near by observed several ai planes spawn fly for seconds and then crash straight into hillside they spawned at gelendzhik and after maybe seconds crashed into ridge to ne of this airport witnessed this several times request make the default alt to spawn ai aircraft to be above the airfield thanks | 1 |
21,586 | 4,726,867,681 | IssuesEvent | 2016-10-18 11:43:32 | horazont/aioxmpp | https://api.github.com/repos/horazont/aioxmpp | opened | Add glossary to the documentation | documentation enhancement | Terms to explain: Basic XMPP terms as well as terms specific to the architecture of aioxmpp. | 1.0 | Add glossary to the documentation - Terms to explain: Basic XMPP terms as well as terms specific to the architecture of aioxmpp. | non_test | add glossary to the documentation terms to explain basic xmpp terms as well as terms specific to the architecture of aioxmpp | 0 |
48,404 | 13,348,704,350 | IssuesEvent | 2020-08-29 19:59:09 | nihalmurmu/automata | https://api.github.com/repos/nihalmurmu/automata | opened | CVE-2020-11023 (Medium) detected in jquery-1.7.1.min.js | security vulnerability | ## CVE-2020-11023 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/automata/node_modules/sockjs/examples/echo/index.html</p>
<p>Path to vulnerable library: /automata/node_modules/sockjs/examples/echo/index.html,/automata/node_modules/sockjs/examples/multiplex/index.html,/automata/node_modules/sockjs/examples/express-3.x/index.html,/automata/node_modules/sockjs/examples/hapi/html/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.7.1.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nihalmurmu/automata/commit/b0596fe35efe453e1655735f1f65b07178a7c8b2">b0596fe35efe453e1655735f1f65b07178a7c8b2</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</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-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jquery - 3.5.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-11023 (Medium) detected in jquery-1.7.1.min.js - ## CVE-2020-11023 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/automata/node_modules/sockjs/examples/echo/index.html</p>
<p>Path to vulnerable library: /automata/node_modules/sockjs/examples/echo/index.html,/automata/node_modules/sockjs/examples/multiplex/index.html,/automata/node_modules/sockjs/examples/express-3.x/index.html,/automata/node_modules/sockjs/examples/hapi/html/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.7.1.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nihalmurmu/automata/commit/b0596fe35efe453e1655735f1f65b07178a7c8b2">b0596fe35efe453e1655735f1f65b07178a7c8b2</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</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-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jquery - 3.5.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm automata node modules sockjs examples echo index html path to vulnerable library automata node modules sockjs examples echo index html automata node modules sockjs examples multiplex index html automata node modules sockjs examples express x index html automata node modules sockjs examples hapi html index html dependency hierarchy x jquery min js vulnerable library found in head commit a href vulnerability details in jquery versions greater than or equal to and before passing html containing elements from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery step up your open source security game with whitesource | 0 |
241,296 | 20,115,093,715 | IssuesEvent | 2022-02-07 18:38:31 | hikari-py/hikari | https://api.github.com/repos/hikari-py/hikari | closed | Investigate pytest issues on CI | bug testing | CI run logs: [logs_5403.zip](https://github.com/hikari-py/hikari/files/8015710/logs_5403.zip)
Failing pipeline: `test (macos-latest, 3.9)` | 1.0 | Investigate pytest issues on CI - CI run logs: [logs_5403.zip](https://github.com/hikari-py/hikari/files/8015710/logs_5403.zip)
Failing pipeline: `test (macos-latest, 3.9)` | test | investigate pytest issues on ci ci run logs failing pipeline test macos latest | 1 |
114,283 | 17,198,418,573 | IssuesEvent | 2021-07-16 21:34:09 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | System.Security.Cryptography.OpenSsl.Tests Fails on iOS | area-System.Security os-ios os-tvos | System.Security.Cryptography.OpenSsl.Tests.dll Failed: 874
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssVerifyHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssRoundtrip(hashAlgorithmName: \"SHA256\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssRoundtrip(hashAlgorithmName: \"MD5\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssRoundtrip(hashAlgorithmName: \"SHA1\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssRoundtrip(hashAlgorithmName: \"SHA384\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssRoundtrip(hashAlgorithmName: \"SHA512\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssSignature_WrongHashAlgorithm
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssSignature_WrongData
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PublicKey_CannotSign
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha256_RSA16384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_WrongAlgorithm
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_BadKeysize
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.InvalidHashAlgorithmName_Throws(name: \"\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.InvalidHashAlgorithmName_Throws(name: null)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.UseAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.UseAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssSignature_WrongLength
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha512
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"MD5\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA1\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA256\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"MD5\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA1\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA256\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA384\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA512\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_WrongSignature
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignEmptyHash
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssSignHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_TamperedData
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha256_RSA2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectSignature_SHA256_1024_Stream
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NullPadding_Throws
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PkcsSignHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA256_1024
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyParameterCtor
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_DistinctHandles
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_NullHandle
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_ECDsaHandle
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_ValidHandle
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_RefCounts
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_InvalidHandle
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_NeverValidHandle
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_NoPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Char_NoPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_SubjectPublicKeyInfo_Simple
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Encrypted_Char_Simple
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_NoEncryptedPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_EncryptedPrivateKeyFails
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_SpkiAlgorithmMismatch_Throws
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_Simple
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_PrecedingMalformedPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_AmbiguousKey_Pkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_AmbiguousKey_EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_AmbiguousKey_Spki
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Byte_NoPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Encrypted_Byte_Simple
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_UnrelatedPrecedingPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Encrypted_AmbiguousPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.Verify2048WithSha1
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_2048_SHA512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.SignAndVerifyDataExplicit2048
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_576
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.SignAndVerifyDataExplicit1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnownSignature
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.PublicKey_CannotSign
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.InvalidStreamArrayArguments_Throws
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.UseAfterDispose_ImportedKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_2048_SHA256
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.SignAndVerifyDataNew1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.Sign2048WithSha1
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_2048_SHA384
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.UseAfterDispose_NewKey
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.NullInputs
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestChangeFromNamedCurveToKeySize
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestRegenKeyNamed
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.SignVerify_InteroperableSameKeys_RoundTripsUnlessTampered
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestNegative256WithRandomKey
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.UseAfterDispose_Import
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.UseAfterDispose_NewKey
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.SignData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.KeySizeProp
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.Roundtrip_WithOffset
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestRegenKeyNistP256
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestRegenKeyExplicit
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.CreateKey(keySize: 256)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.CreateKey(keySize: 521)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.CreateKey(keySize: 384)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.SignData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.PublicKey_CannotSign
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.VerifyData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.VerifyData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestPositive256WithExplicitParameters
System.Security.Cryptography.Dsa.Tests.DSAKeyGeneration.VerifyDefaultKeySize_Fips186_2
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.Rfc23279TrySignDataUnderMax
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.Rfc23279TrySignHashUnderMax
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.NullInputs
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.NullInputs
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.OffsetAndCountOutOfRange
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.Rfc23279TrySignDataUnderMax
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.Rfc23279TrySignHashUnderMax
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.NullInputs
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.DecryptPkcs12PbeTooManyIterations
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP521Pkcs8_ECDH
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP521SubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1EncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1ECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1EncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_Sha384_PasswordBytes
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_Sha384
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteEc256EncryptedPkcs8_Pbes2HighIterations
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1SubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP521Pkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1SubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1Pkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.NoFuzzyECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ECPrivateKey_LimitedPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.DecryptPkcs12WithBytes
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.UseAfterDispose(importKey: True)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.UseAfterDispose(importKey: False)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadNistP256EncryptedPkcs8_Pbes1_RC2_MD5
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_LimitedPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.NoPrivKeyFromPublicOnly
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1Pkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.NoFuzzyPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1Pkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1EncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.NoFuzzyEncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP521Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1SubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP521SubjectPublicKeyInfo_ECDH
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_LimitedPrivateKey_PasswordBytes
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1EncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.BadPbeParameters
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1Pkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1ECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.NoFuzzySubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1SubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DSASignatureFormatterTests.VerifySignature_SHA1
System.Security.Cryptography.Dsa.Tests.DSASignatureFormatterTests.VerifyKnownSignature
System.Security.Cryptography.Dsa.Tests.DSASignatureFormatterTests.InvalidHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa576SubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa2048EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa2048DeficientXPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024EncryptedPkcs8_Pbes2HighIterations
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa2048DeficientXEncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoFuzzyPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoPrivKeyFromPublicOnly
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.BadPbeParameters
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024SubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoFuzzyEncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa512EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa576EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.UseAfterDispose_NewKey
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.DecryptPkcs12PbeTooManyIterations
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa2048SubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa512Pkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.UseAfterDispose_ImportedKey
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024EncryptedPkcs8_PasswordBytes
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.DecryptPkcs12WithBytes
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoFuzzySubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.NullInputs
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptOaepWrongData
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaOaepMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptOaepWrongAlgorithm
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptOaepWrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RoundtripEmptyArray
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaPkcsEncryptMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.NullPadding_Throws
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.LargeKeyCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptAfterExport
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaCryptRoundtrip_OaepSHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswerUnusualExponent
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.NullArray_Throws
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer_OaepSHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptPkcs1Deficient
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptPkcs1WrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptPkcs1LeadingZero
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.UseAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.UseAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaCryptRoundtrip_OaepSHA1
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptWithPublicKey_Fails
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.UnusualExponentCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaCryptRoundtrip_OaepSHA384
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer_OaepSHA512
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptOaep_ExpectFailure
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaCryptRoundtrip_OaepSHA512
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.NotSupportedValueMethods
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer_OaepSHA384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssRoundtrip(hashAlgorithmName: \"SHA256\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssRoundtrip(hashAlgorithmName: \"SHA1\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssRoundtrip(hashAlgorithmName: \"SHA512\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssRoundtrip(hashAlgorithmName: \"SHA384\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssRoundtrip(hashAlgorithmName: \"MD5\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_TamperedData
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"MD5\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA1\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA256\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"MD5\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA1\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA256\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA384\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA512\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PkcsSignHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.InvalidHashAlgorithmName_Throws(name: null)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.InvalidHashAlgorithmName_Throws(name: \"\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_WrongSignature
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssVerifyHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NullPadding_Throws
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha256_RSA16384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NullArray_Throws
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PublicKey_CannotSign
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_WrongAlgorithm
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.UseAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.UseAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectSignature_SHA256_1024_Stream
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_BadKeysize
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssSignHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha512
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssSignature_WrongData
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssSignature_WrongHashAlgorithm
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssSignature_WrongLength
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignEmptyHash
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha256_RSA2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests.VerifyKnownSignature
System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests.VerifySignature_SHA1
System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests.VerifySignature_SHA256
System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests.InvalidHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaXml.TestNotImplementedException
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateMinKey
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateKey_2048
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateSecondMinKey
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateKey_4096
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaCryptRoundtrip_OaepSHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer_OaepSHA384
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RoundtripEmptyArray
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer_OaepSHA512
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Decrypt_WrongKey_Pkcs7
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaCryptRoundtrip_OaepSHA384
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptOaepWrongAlgorithm
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.NullPadding_Throws
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Encrypt_VariousSizeSpans_Success
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptPkcs1LeadingZero
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswerUnusualExponent
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptWithPublicKey_Fails
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Decrypt_VariousSizeSpans_Success
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.UseAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.UseAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.UnusualExponentCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaCryptRoundtrip_OaepSHA512
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptOaepWrongData
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaCryptRoundtrip_OaepSHA1
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptAfterExport
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptOaepWrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptPkcs1WrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaOaepMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Decrypt_WrongKey_OAEP_SHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptPkcs1Deficient
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaPkcsEncryptMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptOaep_ExpectFailure
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer_OaepSHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.LargeKeyCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Decrypt_WrongKey_OAEP_SHA1
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.NotSupportedValueMethods
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.SignAndVerifyDataExplicit1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_2048_SHA256
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.SignAndVerifyDataNew1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_576
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.UseAfterDispose_NewKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.Sign2048WithSha1
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.SignAndVerifyDataExplicit2048
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.UseAfterDispose_ImportedKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_2048_SHA512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.PublicKey_CannotSign
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.Verify2048WithSha1
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_2048_SHA384
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnownSignature
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.KeySizeProp
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.VerifyData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestRegenKeyExplicit
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.VerifyData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestPositive256WithExplicitParameters
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.PublicKey_CannotSign
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.CreateKey(keySize: 384)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.CreateKey(keySize: 521)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.CreateKey(keySize: 256)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.UseAfterDispose_Import
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.Roundtrip_WithOffset
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.UseAfterDispose_NewKey
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.SignVerify_InteroperableSameKeys_RoundTripsUnlessTampered
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestNegative256WithRandomKey
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.SignData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestRegenKeyNamed
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.SignData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestChangeFromNamedCurveToKeySize
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestRegenKeyNistP256
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.VerifyData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestRegenKeyNistP256
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.VerifyHash_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.CreateKey(keySize: 521)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.CreateKey(keySize: 256)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.CreateKey(keySize: 384)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestPositive256WithExplicitParameters
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestRegenKeyNamed
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.UseAfterDispose_Import
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.SignData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestRegenKeyExplicit
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.SignHash_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.SignVerify_InteroperableSameKeys_RoundTripsUnlessTampered
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestChangeFromNamedCurveToKeySize
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.PublicKey_CannotSign
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.SignData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.Roundtrip_WithOffset
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.KeySizeProp
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestNegative256WithRandomKey
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.VerifyData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.UseAfterDispose_NewKey
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteDiminishedDPPrivatePkcs1
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.UseAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.UseAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteSubjectPublicKeyInfo
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedDiminishedDP_EmptyPassword
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedDiminishedDP
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadPbes2Rc2EncryptedDiminishedDP_PasswordBytes
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedRsa1032
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.DecryptPkcs12PbeTooManyIterations
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteRsa2048EncryptedPkcs8_Pbes2HighIterations
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzySubjectPublicKeyInfo
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadPbes2Rc2EncryptedDiminishedDP
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyRSAPublicKey
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.DecryptPkcs12WithBytes
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyRSAPrivateKey
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyEncryptedPkcs8
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoPrivKeyFromPublicOnly
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.BadPbeParameters
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyPkcs8
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadPbes1Rc2EncryptedRsa384
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteSubjectPublicKeyInfo_DiminishedDPKey
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteBigExponentPrivatePkcs1
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteDiminishedDPPkcs8
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedDiminishedDP_EmptyPasswordBytes
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.SignAndVerifyDataExplicit2048
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.UseAfterDispose_ImportedKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.PublicKey_CannotSign
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_576
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_2048_SHA384
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_2048_SHA512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.SignAndVerifyDataNew1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_2048_SHA256
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.UseAfterDispose_NewKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnownSignature
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.Verify2048WithSha1
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.SignAndVerifyDataExplicit1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.InvalidArrayArguments_Throws
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.Sign2048WithSha1
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestKeySizeCreateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestExplicitCurves
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestExplicitCurvesSignVerify
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestGeneralExportWithExplicitParameters
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestNamedCurves
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.ImportFromPrivateOnlyKey
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestExplicitImportValidationNegative
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestNamedCurvesNegative
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.ExportIncludingPrivateOnPublicOnlyKey
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.DiminishedCoordsRoundtrip
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead2048Parameters_Private_Base64Binary
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXml_MissingY
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWriteDeficientXParameters(includePrivateParameters: True)
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWriteDeficientXParameters(includePrivateParameters: False)
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead576Parameters_Private
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlCounterWithoutSeed
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite512Parameters(includePrivateParameters: False)
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite512Parameters(includePrivateParameters: True)
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlInvalidJ_Fails
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlWrongCounter_SometimesOK
System.Security.Cryptography.Dsa.Tests.DSAXml.FromNonsenseXml
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead1024Parameters_Private
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead2048Parameters_Public
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite1024Parameters(includePrivateParameters: True)
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite1024Parameters(includePrivateParameters: False)
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXml_MissingP
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXml_CounterOverflow_Succeeds
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite576Parameters(includePrivateParameters: True)
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite576Parameters(includePrivateParameters: False)
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlWrongJ_OK
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead512Parameters_Public
System.Security.Cryptography.Dsa.Tests.DSAXml.FromInvalidXml
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlSeedWithoutCounter
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead1024Parameters_Public
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXml_MissingG
System.Security.Cryptography.Dsa.Tests.DSAXml.FromNullXml
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXml_MissingQ
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead512Parameters_Private
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlWithSeedAndCounterAndJ
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead2048Parameters_Private_CryptoBinary
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead576Parameters_Public
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromEncryptedPem_Pkcs8_Byte_Simple
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromEncryptedPem_Pkcs8_Char_Simple
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Spki_IgnoresUnrelatedAlgorithms
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_ECPrivateKey_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Pkcs8_Simple
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Spki_PrecedingMalformedPem
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Spki_Simple
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Spki_PrecedingUnrelatedPemIsIgnored
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Pkcs8_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_ECPrivateKey_Simple
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_DistinctHandles
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_InvalidHandle
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.LookupCurveByOidWindowsFriendlyName(friendlyName: \"ECDSA_P521\")
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.LookupCurveByOidWindowsFriendlyName(friendlyName: \"ECDSA_P256\")
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.LookupCurveByOidWindowsFriendlyName(friendlyName: \"ECDSA_P384\")
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_RefCounts
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.KeySizePropWithExercise
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.Ctor256
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_RsaHandle
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.CtorHandleDuplicate
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.CtorHandle384
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.CtorHandle521
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.Ctor521
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_NeverValidHandle
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_ValidHandle
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.LookupCurveByOidValue
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.Ctor384
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.LookupCurveByOidFriendlyName
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.DefaultCtor
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_NullHandle
System.Security.Cryptography.OpenSsl.Tests.SafeEvpPKeyHandleTests.TestOpenSslVersion
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingQ
System.Security.Cryptography.Rsa.Tests.RSAXml.TestReadDiminishedDPParameters_Private_Base64Binary
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingInverseQ
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWriteUnusualExponentParameters(includePrivateParameters: True)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWriteUnusualExponentParameters(includePrivateParameters: False)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestRead1032Parameters_Private
System.Security.Cryptography.Rsa.Tests.RSAXml.TestRead1032Parameters_Public
System.Security.Cryptography.Rsa.Tests.RSAXml.FromInvalidXml
System.Security.Cryptography.Rsa.Tests.RSAXml.TestReadDiminishedDPParameters_Public
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite1024Parameters(includePrivateParameters: False)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite1024Parameters(includePrivateParameters: True)
System.Security.Cryptography.Rsa.Tests.RSAXml.FromNonsenseXml
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWriteDiminishedDPParameters(includePrivateParameters: True)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWriteDiminishedDPParameters(includePrivateParameters: False)
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingDQ
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite1032Parameters(includePrivateParameters: True)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite1032Parameters(includePrivateParameters: False)
System.Security.Cryptography.Rsa.Tests.RSAXml.FromToXml
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingModulus
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite2048Parameters(includePrivateParameters: True)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite2048Parameters(includePrivateParameters: False)
System.Security.Cryptography.Rsa.Tests.RSAXml.FromNullXml
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingDP
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingExponent
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_BadBase64
System.Security.Cryptography.Rsa.Tests.RSAXml.TestReadDiminishedDPParameters_Private_CryptoBinary
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.NullInputs
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.OffsetAndCountOutOfRange
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Spki_PrecedingMalformedPem
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Spki_PrecedingUnrelatedPemIsIgnored
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Spki_IgnoresUnrelatedAlgorithms
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_ECPrivateKey_Simple
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Pkcs8_Simple
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Pkcs8_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Spki_Simple
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromEncryptedPem_Pkcs8_Char_Simple
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_ECPrivateKey_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromEncryptedPem_Pkcs8_Byte_Simple
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_NeverValidHandle
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.LookupCurveByOidValue
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_NullHandle
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_DistinctHandles
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.DefaultCtor
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.LookupCurveByOidFriendlyName
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_RsaHandle
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.Ctor384
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.CtorHandle384
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.Ctor256
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_ValidHandle
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.CtorHandleDuplicate
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.Ctor521
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_InvalidHandle
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.CtorHandle521
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.KeySizePropWithExercise
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_RefCounts
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_AmbiguousKey_SubjectPublicKeyInfo
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_Byte_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_PrecedingUnrelatedPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_PrecedingMalformedPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_SubjectPublicKeyInfo_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_IgnoresOtherAlgorithms
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_AmbiguousKey_RSAPrivateKey
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_AmbiguousKey_EncryptedPkcs8
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_SubjectPublicKeyInfo_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPublicKey_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_Byte_NoPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_AmbiguousPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_NoEncryptedPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_UnrelatedAlgorithmIsIgnored
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_AmbiguousKey_RSAPublicKey
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_EncryptedPrivateKeyFails
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_Char_NoPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_NoPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_Pkcs8AlgorithmMismatch_Throws
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_Char_Simple
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationIsStable
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsDerivation_KnownResults(labelText: \"slithy toves\", answerHex: \"3D5DCEF2B35E73523C34802175875CC241A966D2DEB8904154\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsDerivation_KnownResults(labelText: \"Hello, World!\", answerHex: \"ED83A7CF14C6F1577FE7AD90F1D78D36AFF5D2612B78A70E5F\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ExportIncludingPrivateOnPublicOnlyKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestNamedCurvesNegative
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_SameSizeOtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP384_1
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestExplicitCurves
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_HashAppend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.DeriveKeyMaterialEquivalentToDeriveKeyFromHash
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivationVariesOnPublicKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationVariesOnPublicKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestExplicitImportValidationNegative
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.UseAfterDispose(importKey: False)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.UseAfterDispose(importKey: True)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.PublicKey_TryExportSubjectPublicKeyInfo_TooSmall
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SimpleHashMethodForwardsNull
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsPrfVariesOnOtherKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA256, prependBytes: null, appendBytes: null, answerBytes: \"595B71C33D9D40ACD9CA847C47267DAEE7498EEF0B553482FA\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA1, prependBytes: null, appendBytes: null, answerBytes: \"25E464FAC33F4A5F8786627FB3685F4C31B26327\")
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA256, prependBytes: \"02040608\", appendBytes: null, answerBytes: \"D0F4C42D61E794E508A079822F3069C9F89D9E3385C8E09042\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA256, prependBytes: null, appendBytes: \"010305\", answerBytes: \"20DCB58E2AC4E70B1BF47362B0D1C8B728E27D6575EA9B8510\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA256, prependBytes: \"02040608\", appendBytes: \"010305\", answerBytes: \"EFC758D39896E9DE96C120B0A74FB751F140BD7F3F4FC3777D\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA256, prependBytes: \"010305\", appendBytes: \"02040608\", answerBytes: \"7DB5520A5D6351595FC286CD53509D964FBB152C289F072581\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ImportExplicitWithSeedButNoHash
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP521_1
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestExplicitCurvesKeyAgree
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.PublicKey_NotNull
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_HashPrepend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsPrfVariesOnLabel
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestNamedCurves
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestNotImplementedException
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: null, prependBytes: null, appendBytes: null, answerBytes: \"6D7D15C9A08FD47DFDABD3541BE3BBAF93B15FC65D30E6012C\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA1, hmacKeyBytes: null, prependBytes: null, appendBytes: null, answerBytes: \"39D4B035BC1A1E4108B965689E27BA98ACED8449\")
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: \"030609\", prependBytes: null, appendBytes: null, answerBytes: \"7A4F81BF065CC521AFB162DB4A45CEFC78227178A58632EA53\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: null, prependBytes: \"02040608\", appendBytes: \"010305\", answerBytes: \"DB39A6AC9334701D2DCD508C401C65BC69348F684C85EDDE50\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: null, prependBytes: \"010305\", appendBytes: \"02040608\", answerBytes: \"66471DE2655DF9404636F9076F845F0B71A04DDA2BA6F1469E\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: \"030609\", prependBytes: \"02040608\", appendBytes: \"010305\", answerBytes: \"2F7A31FF9118A6BBF92E268568C634A9F1E244CA8C1A74C864\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: \"030609\", prependBytes: \"010305\", appendBytes: \"02040608\", answerBytes: \"AE3CD974F262B199B0859D9F933207D2F6E3E04434D60089FE\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.PublicKeyIsFactory
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_SameSizeOtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SimpleHmacNullKeyForwardsNull
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP256_1
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SupportsKeysize
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsDerivation_OtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_HmacNullKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationVariesOnKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_OtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_HmacPrepend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationVariesOnAlgorithm
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivationVariesOnAppend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_Hmac
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsRequiresLabel
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP384_0
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestGeneralExportWithExplicitParameters
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsRequiresSeed
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationVariesOnPrepend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationVariesOnAppend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_OtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP521_0
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP256_0
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SimpleHmacMethodForwardsNull
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_AlgorithmRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacNullKeyDerivationIsStable
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsPrfVariesOnSeed
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsPrfOutputIs48Bytes
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestKeySizeCreateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivationVariesOnAlgorithm
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsDerivation_SameSizeOtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ImportFromPrivateOnlyKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivationVariesOnPrepend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivationIsStable
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsRequiresSeed64(seedSize: 63)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsRequiresSeed64(seedSize: 65)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsRequiresSeed64(seedSize: 0)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsPrfDerivationIsStable
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_TlsPrf
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_HmacAppend
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportNoExponent
System.Security.Cryptography.Rsa.Tests.ImportExport.ExportAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.ImportExport.ExportAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.ImportExport.MultiExport
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportExport1032
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportNoModulus
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportPrivateExportPublic
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportNoDP
System.Security.Cryptography.Rsa.Tests.ImportExport.PaddedExport
System.Security.Cryptography.Rsa.Tests.ImportExport.LargeKeyImportExport
System.Security.Cryptography.Rsa.Tests.ImportExport.UnusualExponentImportExport
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportReset
System.Security.Cryptography.Rsa.Tests.ImportExport.PublicOnlyPrivateExport
System.Security.Cryptography.Rsa.Tests.ImportExport.ExportAutoKey
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ImportRoundTrip(includePrivate: True)
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ImportRoundTrip(includePrivate: False)
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ExportAutoKey
System.Security.Cryptography.Dsa.Tests.DSAImportExport.Import_2048
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ExportAfterDispose(importKey: True)
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ExportAfterDispose(importKey: False)
System.Security.Cryptography.Dsa.Tests.DSAImportExport.Import_1024
System.Security.Cryptography.Dsa.Tests.DSAImportExport.MultiExport
System.Security.Cryptography.Dsa.Tests.DSAImportExport.Import_576
System.Security.Cryptography.Dsa.Tests.DSAImportExport.Import_512
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.TestKnownValuePkcs1
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.VerifyDecryptKeyExchangePkcs1
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.TestKnownValueOaep
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.VerifyDecryptKeyExchangeOaep
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_NullHandle
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_InvalidHandle
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_ValidHandle
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_NeverValidHandle
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_DistinctHandles
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_RefCounts
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyParameterCtor
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_ECDsaHandle
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP521Pkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.NoFuzzyECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1EncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.UseAfterDispose(importKey: True)
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.UseAfterDispose(importKey: False)
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1SubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1Pkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.NoFuzzyEncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.DecryptPkcs12PbeTooManyIterations
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1SubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1Pkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1EncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1SubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteEc256EncryptedPkcs8_Pbes2HighIterations
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.BadPbeParameters
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1Pkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_Sha384
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ECPrivateKey_LimitedPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1EncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.NoFuzzyPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_LimitedPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP521SubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_Sha384_PasswordBytes
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1SubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.NoFuzzySubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP521Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.NoPrivKeyFromPublicOnly
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1EncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_LimitedPrivateKey_PasswordBytes
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.DecryptPkcs12WithBytes
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1ECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1ECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadNistP256EncryptedPkcs8_Pbes1_RC2_MD5
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP521SubjectPublicKeyInfo_ECDH
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP521Pkcs8_ECDH
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1Pkcs8
[System.Security.Cryptography.OpenSsl.Tests.failures.log](https://github.com/dotnet/runtime/files/6327835/System.Security.Cryptography.OpenSsl.Tests.failures.log)
| True | System.Security.Cryptography.OpenSsl.Tests Fails on iOS - System.Security.Cryptography.OpenSsl.Tests.dll Failed: 874
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssVerifyHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssRoundtrip(hashAlgorithmName: \"SHA256\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssRoundtrip(hashAlgorithmName: \"MD5\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssRoundtrip(hashAlgorithmName: \"SHA1\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssRoundtrip(hashAlgorithmName: \"SHA384\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssRoundtrip(hashAlgorithmName: \"SHA512\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssSignature_WrongHashAlgorithm
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssSignature_WrongData
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PublicKey_CannotSign
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha256_RSA16384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_WrongAlgorithm
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_BadKeysize
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.InvalidHashAlgorithmName_Throws(name: \"\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.InvalidHashAlgorithmName_Throws(name: null)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.UseAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.UseAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssSignature_WrongLength
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha512
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"MD5\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA1\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA256\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"MD5\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA1\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA256\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA384\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA512\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_WrongSignature
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectedSignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.SignEmptyHash
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PssSignHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NegativeVerify_TamperedData
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifyExpectedSignature_PssSha256_RSA2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.ExpectSignature_SHA256_1024_Stream
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.NullPadding_Throws
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.PkcsSignHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Span.VerifySignature_SHA256_1024
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyParameterCtor
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_DistinctHandles
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_NullHandle
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_ECDsaHandle
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_ValidHandle
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_RefCounts
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_InvalidHandle
System.Security.Cryptography.OpenSsl.Tests.RsaOpenSslTests.VerifyDuplicateKey_NeverValidHandle
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_NoPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Char_NoPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_SubjectPublicKeyInfo_Simple
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Encrypted_Char_Simple
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_NoEncryptedPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_EncryptedPrivateKeyFails
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_SpkiAlgorithmMismatch_Throws
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_Simple
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_PrecedingMalformedPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_AmbiguousKey_Pkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_AmbiguousKey_EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_AmbiguousKey_Spki
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Byte_NoPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Encrypted_Byte_Simple
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8_UnrelatedPrecedingPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromEncryptedPem_Pkcs8_Encrypted_AmbiguousPem
System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.Verify2048WithSha1
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_2048_SHA512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.SignAndVerifyDataExplicit2048
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_576
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.SignAndVerifyDataExplicit1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnownSignature
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.PublicKey_CannotSign
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.InvalidStreamArrayArguments_Throws
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.UseAfterDispose_ImportedKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_2048_SHA256
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.SignAndVerifyDataNew1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.Sign2048WithSha1
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.VerifyKnown_2048_SHA384
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array.UseAfterDispose_NewKey
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.NullInputs
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestChangeFromNamedCurveToKeySize
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestRegenKeyNamed
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.SignVerify_InteroperableSameKeys_RoundTripsUnlessTampered
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestNegative256WithRandomKey
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.UseAfterDispose_Import
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.UseAfterDispose_NewKey
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.SignData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.KeySizeProp
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.Roundtrip_WithOffset
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestRegenKeyNistP256
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestRegenKeyExplicit
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.CreateKey(keySize: 256)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.CreateKey(keySize: 521)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.CreateKey(keySize: 384)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.SignData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.PublicKey_CannotSign
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.VerifyData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.VerifyData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream.TestPositive256WithExplicitParameters
System.Security.Cryptography.Dsa.Tests.DSAKeyGeneration.VerifyDefaultKeySize_Fips186_2
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.Rfc23279TrySignDataUnderMax
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.Rfc23279TrySignHashUnderMax
System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests.NullInputs
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.NullInputs
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.OffsetAndCountOutOfRange
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.Rfc23279TrySignDataUnderMax
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.Rfc23279TrySignHashUnderMax
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.NullInputs
System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.DecryptPkcs12PbeTooManyIterations
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP521Pkcs8_ECDH
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP521SubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1EncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1ECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1EncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_Sha384_PasswordBytes
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_Sha384
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteEc256EncryptedPkcs8_Pbes2HighIterations
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1SubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP521Pkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1SubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1Pkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.NoFuzzyECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ECPrivateKey_LimitedPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.DecryptPkcs12WithBytes
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.UseAfterDispose(importKey: True)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.UseAfterDispose(importKey: False)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadNistP256EncryptedPkcs8_Pbes1_RC2_MD5
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_LimitedPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.NoPrivKeyFromPublicOnly
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1Pkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.NoFuzzyPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ExplicitECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1Pkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1EncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP256ECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.NoFuzzyEncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP521Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect283k1Key1SubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteNistP521SubjectPublicKeyInfo_ECDH
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_LimitedPrivateKey_PasswordBytes
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1EncryptedPkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.BadPbeParameters
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1Pkcs8
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1ECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1ECPrivateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteC2pnb163v1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.NoFuzzySubjectPublicKeyInfo
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteBrainpoolKey1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests.ReadWriteSect163k1Key1SubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DSASignatureFormatterTests.VerifySignature_SHA1
System.Security.Cryptography.Dsa.Tests.DSASignatureFormatterTests.VerifyKnownSignature
System.Security.Cryptography.Dsa.Tests.DSASignatureFormatterTests.InvalidHashAlgorithm
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa576SubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa2048EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa2048DeficientXPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024EncryptedPkcs8_Pbes2HighIterations
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa2048DeficientXEncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoFuzzyPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoPrivKeyFromPublicOnly
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.BadPbeParameters
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024SubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoFuzzyEncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa512EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa576EncryptedPkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.UseAfterDispose_NewKey
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.DecryptPkcs12PbeTooManyIterations
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa2048SubjectPublicKeyInfo
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa512Pkcs8
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.UseAfterDispose_ImportedKey
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.ReadWriteDsa1024EncryptedPkcs8_PasswordBytes
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.DecryptPkcs12WithBytes
System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests.NoFuzzySubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.NullInputs
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptOaepWrongData
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaOaepMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptOaepWrongAlgorithm
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptOaepWrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RoundtripEmptyArray
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaPkcsEncryptMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.NullPadding_Throws
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.LargeKeyCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptAfterExport
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaCryptRoundtrip_OaepSHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswerUnusualExponent
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.NullArray_Throws
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer_OaepSHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptPkcs1Deficient
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptPkcs1WrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptPkcs1LeadingZero
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.UseAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.UseAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaCryptRoundtrip_OaepSHA1
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptWithPublicKey_Fails
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.UnusualExponentCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaCryptRoundtrip_OaepSHA384
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer_OaepSHA512
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaDecryptOaep_ExpectFailure
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaCryptRoundtrip_OaepSHA512
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.NotSupportedValueMethods
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.DecryptSavedAnswer_OaepSHA384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssRoundtrip(hashAlgorithmName: \"SHA256\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssRoundtrip(hashAlgorithmName: \"SHA1\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssRoundtrip(hashAlgorithmName: \"SHA512\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssRoundtrip(hashAlgorithmName: \"SHA384\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssRoundtrip(hashAlgorithmName: \"MD5\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_TamperedData
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"MD5\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA1\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA256\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"MD5\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA1\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA256\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA384\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignAndVerify_Roundtrip(hashAlgorithm: \"SHA512\", rsaParameters: System.Security.Cryptography.RSAParameters)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PkcsSignHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.InvalidHashAlgorithmName_Throws(name: null)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.InvalidHashAlgorithmName_Throws(name: \"\")
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_WrongSignature
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssVerifyHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NullPadding_Throws
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha256_RSA16384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyHashSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyHashSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NullArray_Throws
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PublicKey_CannotSign
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyHashSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_WrongAlgorithm
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.UseAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.UseAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectSignature_SHA256_1024_Stream
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.NegativeVerify_BadKeysize
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA256_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssSignHash_MismatchedHashSize
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha512
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA1_2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssSignature_WrongData
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA256_1024
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifySignature_SHA1_1032
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssSignature_WrongHashAlgorithm
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.ExpectedSignature_SHA1_384
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.PssSignature_WrongLength
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.SignEmptyHash
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.VerifyExpectedSignature_PssSha256_RSA2048
System.Security.Cryptography.Rsa.Tests.SignVerify_Array.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests.VerifyKnownSignature
System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests.VerifySignature_SHA1
System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests.VerifySignature_SHA256
System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests.InvalidHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaXml.TestNotImplementedException
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateMinKey
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateKey_2048
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateSecondMinKey
System.Security.Cryptography.Rsa.Tests.KeyGeneration.GenerateKey_4096
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaCryptRoundtrip_OaepSHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer_OaepSHA384
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RoundtripEmptyArray
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer_OaepSHA512
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Decrypt_WrongKey_Pkcs7
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaCryptRoundtrip_OaepSHA384
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptOaepWrongAlgorithm
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.NullPadding_Throws
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Encrypt_VariousSizeSpans_Success
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptPkcs1LeadingZero
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswerUnusualExponent
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptWithPublicKey_Fails
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Decrypt_VariousSizeSpans_Success
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.UseAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.UseAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.UnusualExponentCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaCryptRoundtrip_OaepSHA512
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptOaepWrongData
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaCryptRoundtrip_OaepSHA1
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptAfterExport
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptOaepWrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptPkcs1WrongDataLength
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaOaepMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Decrypt_WrongKey_OAEP_SHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptPkcs1Deficient
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaPkcsEncryptMaxSize
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.RsaDecryptOaep_ExpectFailure
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.DecryptSavedAnswer_OaepSHA256
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.LargeKeyCryptRoundtrip
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.Decrypt_WrongKey_OAEP_SHA1
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span.NotSupportedValueMethods
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.SignAndVerifyDataExplicit1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_2048_SHA256
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.SignAndVerifyDataNew1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_576
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.UseAfterDispose_NewKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.Sign2048WithSha1
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.SignAndVerifyDataExplicit2048
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.UseAfterDispose_ImportedKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_2048_SHA512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.PublicKey_CannotSign
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.Verify2048WithSha1
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnown_2048_SHA384
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span.VerifyKnownSignature
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.KeySizeProp
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.VerifyData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestRegenKeyExplicit
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.VerifyData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestPositive256WithExplicitParameters
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.PublicKey_CannotSign
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.CreateKey(keySize: 384)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.CreateKey(keySize: 521)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.CreateKey(keySize: 256)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.UseAfterDispose_Import
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.Roundtrip_WithOffset
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.UseAfterDispose_NewKey
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.SignVerify_InteroperableSameKeys_RoundTripsUnlessTampered
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestNegative256WithRandomKey
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.SignData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestRegenKeyNamed
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.SignData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestChangeFromNamedCurveToKeySize
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span.TestRegenKeyNistP256
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.VerifyData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestRegenKeyNistP256
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.VerifyHash_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.CreateKey(keySize: 521)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.CreateKey(keySize: 256)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.CreateKey(keySize: 384)
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestPositive256WithExplicitParameters
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestRegenKeyNamed
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.UseAfterDispose_Import
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.SignData_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestRegenKeyExplicit
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.SignHash_InvalidArguments_Throws
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.SignVerify_InteroperableSameKeys_RoundTripsUnlessTampered
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestChangeFromNamedCurveToKeySize
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.PublicKey_CannotSign
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.SignData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.Roundtrip_WithOffset
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.KeySizeProp
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.TestNegative256WithRandomKey
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.VerifyData_MaxOffset_ZeroLength_NoThrow
System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array.UseAfterDispose_NewKey
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteDiminishedDPPrivatePkcs1
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.UseAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.UseAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteSubjectPublicKeyInfo
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedDiminishedDP_EmptyPassword
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedDiminishedDP
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadPbes2Rc2EncryptedDiminishedDP_PasswordBytes
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedRsa1032
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.DecryptPkcs12PbeTooManyIterations
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteRsa2048EncryptedPkcs8_Pbes2HighIterations
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzySubjectPublicKeyInfo
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadPbes2Rc2EncryptedDiminishedDP
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyRSAPublicKey
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.DecryptPkcs12WithBytes
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyRSAPrivateKey
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyEncryptedPkcs8
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoPrivKeyFromPublicOnly
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.BadPbeParameters
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.NoFuzzyPkcs8
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadPbes1Rc2EncryptedRsa384
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteSubjectPublicKeyInfo_DiminishedDPKey
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteBigExponentPrivatePkcs1
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadWriteDiminishedDPPkcs8
System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedDiminishedDP_EmptyPasswordBytes
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.SignAndVerifyDataExplicit2048
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.UseAfterDispose_ImportedKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.PublicKey_CannotSign
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_576
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_2048_SHA384
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_2048_SHA512
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.SignAndVerifyDataNew1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnown_2048_SHA256
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.InvalidKeySize_DoesNotInvalidateKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.UseAfterDispose_NewKey
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.VerifyKnownSignature
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.Verify2048WithSha1
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.SignAndVerifyDataExplicit1024
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.InvalidArrayArguments_Throws
System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.Sign2048WithSha1
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestKeySizeCreateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestExplicitCurves
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestExplicitCurvesSignVerify
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestGeneralExportWithExplicitParameters
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestNamedCurves
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.ImportFromPrivateOnlyKey
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestExplicitImportValidationNegative
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.TestNamedCurvesNegative
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.ExportIncludingPrivateOnPublicOnlyKey
System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests.DiminishedCoordsRoundtrip
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead2048Parameters_Private_Base64Binary
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXml_MissingY
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWriteDeficientXParameters(includePrivateParameters: True)
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWriteDeficientXParameters(includePrivateParameters: False)
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead576Parameters_Private
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlCounterWithoutSeed
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite512Parameters(includePrivateParameters: False)
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite512Parameters(includePrivateParameters: True)
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlInvalidJ_Fails
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlWrongCounter_SometimesOK
System.Security.Cryptography.Dsa.Tests.DSAXml.FromNonsenseXml
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead1024Parameters_Private
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead2048Parameters_Public
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite1024Parameters(includePrivateParameters: True)
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite1024Parameters(includePrivateParameters: False)
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXml_MissingP
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXml_CounterOverflow_Succeeds
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite576Parameters(includePrivateParameters: True)
System.Security.Cryptography.Dsa.Tests.DSAXml.TestWrite576Parameters(includePrivateParameters: False)
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlWrongJ_OK
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead512Parameters_Public
System.Security.Cryptography.Dsa.Tests.DSAXml.FromInvalidXml
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlSeedWithoutCounter
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead1024Parameters_Public
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXml_MissingG
System.Security.Cryptography.Dsa.Tests.DSAXml.FromNullXml
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXml_MissingQ
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead512Parameters_Private
System.Security.Cryptography.Dsa.Tests.DSAXml.FromXmlWithSeedAndCounterAndJ
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead2048Parameters_Private_CryptoBinary
System.Security.Cryptography.Dsa.Tests.DSAXml.TestRead576Parameters_Public
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromEncryptedPem_Pkcs8_Byte_Simple
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromEncryptedPem_Pkcs8_Char_Simple
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Spki_IgnoresUnrelatedAlgorithms
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_ECPrivateKey_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Pkcs8_Simple
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Spki_PrecedingMalformedPem
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Spki_Simple
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Spki_PrecedingUnrelatedPemIsIgnored
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_Pkcs8_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests.ImportFromPem_ECPrivateKey_Simple
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_DistinctHandles
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_InvalidHandle
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.LookupCurveByOidWindowsFriendlyName(friendlyName: \"ECDSA_P521\")
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.LookupCurveByOidWindowsFriendlyName(friendlyName: \"ECDSA_P256\")
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.LookupCurveByOidWindowsFriendlyName(friendlyName: \"ECDSA_P384\")
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_RefCounts
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.KeySizePropWithExercise
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.Ctor256
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_RsaHandle
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.CtorHandleDuplicate
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.CtorHandle384
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.CtorHandle521
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.Ctor521
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_NeverValidHandle
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_ValidHandle
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.LookupCurveByOidValue
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.Ctor384
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.LookupCurveByOidFriendlyName
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.DefaultCtor
System.Security.Cryptography.EcDsa.OpenSsl.Tests.EcDsaOpenSslTests.VerifyDuplicateKey_NullHandle
System.Security.Cryptography.OpenSsl.Tests.SafeEvpPKeyHandleTests.TestOpenSslVersion
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingQ
System.Security.Cryptography.Rsa.Tests.RSAXml.TestReadDiminishedDPParameters_Private_Base64Binary
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingInverseQ
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWriteUnusualExponentParameters(includePrivateParameters: True)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWriteUnusualExponentParameters(includePrivateParameters: False)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestRead1032Parameters_Private
System.Security.Cryptography.Rsa.Tests.RSAXml.TestRead1032Parameters_Public
System.Security.Cryptography.Rsa.Tests.RSAXml.FromInvalidXml
System.Security.Cryptography.Rsa.Tests.RSAXml.TestReadDiminishedDPParameters_Public
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite1024Parameters(includePrivateParameters: False)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite1024Parameters(includePrivateParameters: True)
System.Security.Cryptography.Rsa.Tests.RSAXml.FromNonsenseXml
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWriteDiminishedDPParameters(includePrivateParameters: True)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWriteDiminishedDPParameters(includePrivateParameters: False)
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingDQ
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite1032Parameters(includePrivateParameters: True)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite1032Parameters(includePrivateParameters: False)
System.Security.Cryptography.Rsa.Tests.RSAXml.FromToXml
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingModulus
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite2048Parameters(includePrivateParameters: True)
System.Security.Cryptography.Rsa.Tests.RSAXml.TestWrite2048Parameters(includePrivateParameters: False)
System.Security.Cryptography.Rsa.Tests.RSAXml.FromNullXml
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingDP
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_MissingExponent
System.Security.Cryptography.Rsa.Tests.RSAXml.FromXml_BadBase64
System.Security.Cryptography.Rsa.Tests.RSAXml.TestReadDiminishedDPParameters_Private_CryptoBinary
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.UnknownHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: Rfc3279DerSequence, verifyFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignatureFormatsAreNotCompatible(signFormat: IeeeP1363FixedFieldConcatenation, verifyFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyHash_SHA1(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignHashVerifyHash(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignHashVerifyHash(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.Rfc3279SignatureValidatesLength
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: Rfc3279DerSequence)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.SignDataVerifyData_SHA256(signatureFormat: IeeeP1363FixedFieldConcatenation)
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.BadSignatureFormat
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.EmptyHashAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.VerifyInvalidRfc3279Signature
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.NullInputs
System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests.OffsetAndCountOutOfRange
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Spki_PrecedingMalformedPem
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Spki_PrecedingUnrelatedPemIsIgnored
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Spki_IgnoresUnrelatedAlgorithms
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_ECPrivateKey_Simple
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Pkcs8_Simple
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Pkcs8_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_Spki_Simple
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromEncryptedPem_Pkcs8_Char_Simple
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromPem_ECPrivateKey_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests.ImportFromEncryptedPem_Pkcs8_Byte_Simple
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_NeverValidHandle
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.LookupCurveByOidValue
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_NullHandle
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_DistinctHandles
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.DefaultCtor
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.LookupCurveByOidFriendlyName
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_RsaHandle
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.Ctor384
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.CtorHandle384
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.Ctor256
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_ValidHandle
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.CtorHandleDuplicate
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.Ctor521
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_InvalidHandle
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.CtorHandle521
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.KeySizePropWithExercise
System.Security.Cryptography.EcDiffieHellman.OpenSsl.Tests.EcDiffieHellmanOpenSslTests.VerifyDuplicateKey_RefCounts
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_AmbiguousKey_SubjectPublicKeyInfo
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_Byte_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_PrecedingUnrelatedPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_PrecedingMalformedPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_SubjectPublicKeyInfo_IgnoresUnrelatedAlgorithm
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_IgnoresOtherAlgorithms
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_AmbiguousKey_RSAPrivateKey
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_AmbiguousKey_EncryptedPkcs8
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_SubjectPublicKeyInfo_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPublicKey_Simple
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_Byte_NoPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_AmbiguousPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_NoEncryptedPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_Pkcs8UnEncrypted_UnrelatedAlgorithmIsIgnored
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_RSAPrivateKey_AmbiguousKey_RSAPublicKey
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_EncryptedPrivateKeyFails
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_Char_NoPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_NoPem
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromPem_Pkcs8AlgorithmMismatch_Throws
System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests.ImportFromEncryptedPem_Pkcs8Encrypted_Char_Simple
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationIsStable
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsDerivation_KnownResults(labelText: \"slithy toves\", answerHex: \"3D5DCEF2B35E73523C34802175875CC241A966D2DEB8904154\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsDerivation_KnownResults(labelText: \"Hello, World!\", answerHex: \"ED83A7CF14C6F1577FE7AD90F1D78D36AFF5D2612B78A70E5F\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ExportIncludingPrivateOnPublicOnlyKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestNamedCurvesNegative
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_SameSizeOtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP384_1
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestExplicitCurves
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_HashAppend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.DeriveKeyMaterialEquivalentToDeriveKeyFromHash
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivationVariesOnPublicKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationVariesOnPublicKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestExplicitImportValidationNegative
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.UseAfterDispose(importKey: False)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.UseAfterDispose(importKey: True)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.PublicKey_TryExportSubjectPublicKeyInfo_TooSmall
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SimpleHashMethodForwardsNull
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsPrfVariesOnOtherKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA256, prependBytes: null, appendBytes: null, answerBytes: \"595B71C33D9D40ACD9CA847C47267DAEE7498EEF0B553482FA\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA1, prependBytes: null, appendBytes: null, answerBytes: \"25E464FAC33F4A5F8786627FB3685F4C31B26327\")
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA256, prependBytes: \"02040608\", appendBytes: null, answerBytes: \"D0F4C42D61E794E508A079822F3069C9F89D9E3385C8E09042\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA256, prependBytes: null, appendBytes: \"010305\", answerBytes: \"20DCB58E2AC4E70B1BF47362B0D1C8B728E27D6575EA9B8510\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA256, prependBytes: \"02040608\", appendBytes: \"010305\", answerBytes: \"EFC758D39896E9DE96C120B0A74FB751F140BD7F3F4FC3777D\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_KnownResults(hashAlgorithm: SHA256, prependBytes: \"010305\", appendBytes: \"02040608\", answerBytes: \"7DB5520A5D6351595FC286CD53509D964FBB152C289F072581\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ImportExplicitWithSeedButNoHash
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP521_1
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestExplicitCurvesKeyAgree
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.PublicKey_NotNull
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_HashPrepend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsPrfVariesOnLabel
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestNamedCurves
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestNotImplementedException
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: null, prependBytes: null, appendBytes: null, answerBytes: \"6D7D15C9A08FD47DFDABD3541BE3BBAF93B15FC65D30E6012C\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA1, hmacKeyBytes: null, prependBytes: null, appendBytes: null, answerBytes: \"39D4B035BC1A1E4108B965689E27BA98ACED8449\")
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: \"030609\", prependBytes: null, appendBytes: null, answerBytes: \"7A4F81BF065CC521AFB162DB4A45CEFC78227178A58632EA53\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: null, prependBytes: \"02040608\", appendBytes: \"010305\", answerBytes: \"DB39A6AC9334701D2DCD508C401C65BC69348F684C85EDDE50\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: null, prependBytes: \"010305\", appendBytes: \"02040608\", answerBytes: \"66471DE2655DF9404636F9076F845F0B71A04DDA2BA6F1469E\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: \"030609\", prependBytes: \"02040608\", appendBytes: \"010305\", answerBytes: \"2F7A31FF9118A6BBF92E268568C634A9F1E244CA8C1A74C864\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_KnownResults(hashAlgorithm: SHA256, hmacKeyBytes: \"030609\", prependBytes: \"010305\", appendBytes: \"02040608\", answerBytes: \"AE3CD974F262B199B0859D9F933207D2F6E3E04434D60089FE\"...)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.PublicKeyIsFactory
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_SameSizeOtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SimpleHmacNullKeyForwardsNull
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP256_1
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SupportsKeysize
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsDerivation_OtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_HmacNullKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationVariesOnKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_OtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_HmacPrepend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationVariesOnAlgorithm
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivationVariesOnAppend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_Hmac
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsRequiresLabel
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP384_0
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestGeneralExportWithExplicitParameters
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsRequiresSeed
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationVariesOnPrepend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivationVariesOnAppend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacDerivation_OtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP521_0
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ValidateNistP256_0
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SimpleHmacMethodForwardsNull
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivation_AlgorithmRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HmacNullKeyDerivationIsStable
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsPrfVariesOnSeed
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsPrfOutputIs48Bytes
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TestKeySizeCreateKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivationVariesOnAlgorithm
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsDerivation_SameSizeOtherKeyRequired
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.ImportFromPrivateOnlyKey
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivationVariesOnPrepend
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.HashDerivationIsStable
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsRequiresSeed64(seedSize: 63)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsRequiresSeed64(seedSize: 65)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsRequiresSeed64(seedSize: 0)
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.TlsPrfDerivationIsStable
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_TlsPrf
System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests.SymmetricDerivation_HmacAppend
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportNoExponent
System.Security.Cryptography.Rsa.Tests.ImportExport.ExportAfterDispose(importKey: True)
System.Security.Cryptography.Rsa.Tests.ImportExport.ExportAfterDispose(importKey: False)
System.Security.Cryptography.Rsa.Tests.ImportExport.MultiExport
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportExport1032
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportNoModulus
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportPrivateExportPublic
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportNoDP
System.Security.Cryptography.Rsa.Tests.ImportExport.PaddedExport
System.Security.Cryptography.Rsa.Tests.ImportExport.LargeKeyImportExport
System.Security.Cryptography.Rsa.Tests.ImportExport.UnusualExponentImportExport
System.Security.Cryptography.Rsa.Tests.ImportExport.ImportReset
System.Security.Cryptography.Rsa.Tests.ImportExport.PublicOnlyPrivateExport
System.Security.Cryptography.Rsa.Tests.ImportExport.ExportAutoKey
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ImportRoundTrip(includePrivate: True)
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ImportRoundTrip(includePrivate: False)
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ExportAutoKey
System.Security.Cryptography.Dsa.Tests.DSAImportExport.Import_2048
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ExportAfterDispose(importKey: True)
System.Security.Cryptography.Dsa.Tests.DSAImportExport.ExportAfterDispose(importKey: False)
System.Security.Cryptography.Dsa.Tests.DSAImportExport.Import_1024
System.Security.Cryptography.Dsa.Tests.DSAImportExport.MultiExport
System.Security.Cryptography.Dsa.Tests.DSAImportExport.Import_576
System.Security.Cryptography.Dsa.Tests.DSAImportExport.Import_512
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.TestKnownValuePkcs1
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.VerifyDecryptKeyExchangePkcs1
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.TestKnownValueOaep
System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests.VerifyDecryptKeyExchangeOaep
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_NullHandle
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_InvalidHandle
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_ValidHandle
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_NeverValidHandle
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_DistinctHandles
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_RefCounts
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyParameterCtor
System.Security.Cryptography.OpenSsl.Tests.DsaOpenSslTests.VerifyDuplicateKey_ECDsaHandle
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP521Pkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.NoFuzzyECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1EncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.UseAfterDispose(importKey: True)
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.UseAfterDispose(importKey: False)
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1SubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1Pkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.NoFuzzyEncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.DecryptPkcs12PbeTooManyIterations
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1SubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1Pkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1EncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1SubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteEc256EncryptedPkcs8_Pbes2HighIterations
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.BadPbeParameters
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1Pkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_Sha384
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ECPrivateKey_LimitedPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1EncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.NoFuzzyPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_LimitedPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP521SubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_Sha384_PasswordBytes
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1SubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.NoFuzzySubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP521Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.NoPrivKeyFromPublicOnly
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1EncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadNistP521EncryptedPkcs8_Pbes2_Aes128_LimitedPrivateKey_PasswordBytes
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.DecryptPkcs12WithBytes
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1ECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1ECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadNistP256EncryptedPkcs8_Pbes1_RC2_MD5
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1ECPrivateKey_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitEncryptedPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP521SubjectPublicKeyInfo_ECDH
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteBrainpoolKey1Pkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitEncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitSubjectPublicKeyInfo
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP521Pkcs8_ECDH
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteC2pnb163v1ExplicitPkcs8
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect283k1Key1EncryptedPkcs8_LimitedPrivate
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1ExplicitECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteNistP256ExplicitECPrivateKey
System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests.ReadWriteSect163k1Key1Pkcs8
[System.Security.Cryptography.OpenSsl.Tests.failures.log](https://github.com/dotnet/runtime/files/6327835/System.Security.Cryptography.OpenSsl.Tests.failures.log)
| non_test | system security cryptography openssl tests fails on ios system security cryptography openssl tests dll failed system security cryptography rsa tests signverify span pssverifyhash mismatchedhashsize system security cryptography rsa tests signverify span invalidkeysize doesnotinvalidatekey system security cryptography rsa tests signverify span expectedhashsignature system security cryptography rsa tests signverify span verifyhashsignature system security cryptography rsa tests signverify span pssroundtrip hashalgorithmname system security cryptography rsa tests signverify span pssroundtrip hashalgorithmname system security cryptography rsa tests signverify span pssroundtrip hashalgorithmname system security cryptography rsa tests signverify span pssroundtrip hashalgorithmname system security cryptography rsa tests signverify span pssroundtrip hashalgorithmname system security cryptography rsa tests signverify span psssignature wronghashalgorithm system security cryptography rsa tests signverify span expectedsignature system security cryptography rsa tests signverify span verifysignature system security cryptography rsa tests signverify span verifyhashsignature system security cryptography rsa tests signverify span psssignature wrongdata system security cryptography rsa tests signverify span publickey cannotsign system security cryptography rsa tests signverify span verifyexpectedsignature system security cryptography rsa tests signverify span negativeverify wrongalgorithm system security cryptography rsa tests signverify span verifyexpectedsignature system security cryptography rsa tests signverify span expectedhashsignature system security cryptography rsa tests signverify span expectedsignature system security cryptography rsa tests signverify span expectedhashsignature system security cryptography rsa tests signverify span verifysignature system security cryptography rsa tests signverify span negativeverify badkeysize system security cryptography rsa tests signverify span invalidhashalgorithmname throws name system security cryptography rsa tests signverify span invalidhashalgorithmname throws name null system security cryptography rsa tests signverify span useafterdispose importkey true system security cryptography rsa tests signverify span useafterdispose importkey false system security cryptography rsa tests signverify span expectedsignature system security cryptography rsa tests signverify span psssignature wronglength system security cryptography rsa tests signverify span verifyexpectedsignature system security cryptography rsa tests signverify span expectedsignature system security cryptography rsa tests signverify span verifysignature system security cryptography rsa tests signverify span verifysignature system security cryptography rsa tests signverify span signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify span signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify span signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify span signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify span signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify span signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify span signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify span signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify span negativeverify wrongsignature system security cryptography rsa tests signverify span expectedsignature system security cryptography rsa tests signverify span signemptyhash system security cryptography rsa tests signverify span verifyhashsignature system security cryptography rsa tests signverify span psssignhash mismatchedhashsize system security cryptography rsa tests signverify span negativeverify tampereddata system security cryptography rsa tests signverify span verifyexpectedsignature system security cryptography rsa tests signverify span expectsignature stream system security cryptography rsa tests signverify span nullpadding throws system security cryptography rsa tests signverify span pkcssignhash mismatchedhashsize system security cryptography rsa tests signverify span verifysignature system security cryptography openssl tests rsaopenssltests verifyparameterctor system security cryptography openssl tests rsaopenssltests verifyduplicatekey distincthandles system security cryptography openssl tests rsaopenssltests verifyduplicatekey nullhandle system security cryptography openssl tests rsaopenssltests verifyduplicatekey ecdsahandle system security cryptography openssl tests rsaopenssltests verifyduplicatekey validhandle system security cryptography openssl tests rsaopenssltests verifyduplicatekey refcounts system security cryptography openssl tests rsaopenssltests verifyduplicatekey invalidhandle system security cryptography openssl tests rsaopenssltests verifyduplicatekey nevervalidhandle system security cryptography dsa tests dsakeypemtests importfrompem nopem system security cryptography dsa tests dsakeypemtests importfromencryptedpem char nopem system security cryptography dsa tests dsakeypemtests importfrompem subjectpublickeyinfo simple system security cryptography dsa tests dsakeypemtests importfromencryptedpem encrypted char simple system security cryptography dsa tests dsakeypemtests importfromencryptedpem noencryptedpem system security cryptography dsa tests dsakeypemtests importfrompem encryptedprivatekeyfails system security cryptography dsa tests dsakeypemtests importfrompem spkialgorithmmismatch throws system security cryptography dsa tests dsakeypemtests importfrompem simple system security cryptography dsa tests dsakeypemtests importfrompem precedingmalformedpem system security cryptography dsa tests dsakeypemtests importfrompem ambiguouskey system security cryptography dsa tests dsakeypemtests importfrompem ambiguouskey system security cryptography dsa tests dsakeypemtests importfrompem ambiguouskey spki system security cryptography dsa tests dsakeypemtests importfromencryptedpem byte nopem system security cryptography dsa tests dsakeypemtests importfromencryptedpem encrypted byte simple system security cryptography dsa tests dsakeypemtests importfrompem unrelatedprecedingpem system security cryptography dsa tests dsakeypemtests importfromencryptedpem encrypted ambiguouspem system security cryptography dsa tests dsakeypemtests importfrompem ignoresunrelatedalgorithm system security cryptography dsa tests dsasignverify array invalidkeysize doesnotinvalidatekey system security cryptography dsa tests dsasignverify array system security cryptography dsa tests dsasignverify array verifyknown system security cryptography dsa tests dsasignverify array system security cryptography dsa tests dsasignverify array verifyknown system security cryptography dsa tests dsasignverify array system security cryptography dsa tests dsasignverify array verifyknownsignature system security cryptography dsa tests dsasignverify array publickey cannotsign system security cryptography dsa tests dsasignverify array invalidstreamarrayarguments throws system security cryptography dsa tests dsasignverify array useafterdispose importedkey system security cryptography dsa tests dsasignverify array verifyknown system security cryptography dsa tests dsasignverify array system security cryptography dsa tests dsasignverify array system security cryptography dsa tests dsasignverify array verifyknown system security cryptography dsa tests dsasignverify array verifyknown system security cryptography dsa tests dsasignverify array useafterdispose newkey system security cryptography dsa tests dsaarraysignatureformattests system security cryptography dsa tests dsaarraysignatureformattests nullinputs system security cryptography dsa tests dsaarraysignatureformattests badsignatureformat system security cryptography dsa tests dsaarraysignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaarraysignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaarraysignatureformattests system security cryptography dsa tests dsaarraysignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaarraysignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaarraysignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaarraysignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaarraysignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaarraysignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaarraysignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography dsa tests dsaarraysignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography dsa tests dsaarraysignatureformattests signhashverifyhash signatureformat system security cryptography dsa tests dsaarraysignatureformattests signhashverifyhash signatureformat system security cryptography dsa tests dsaarraysignatureformattests unknownhashalgorithm system security cryptography dsa tests dsaarraysignatureformattests emptyhashalgorithm system security cryptography ecdsa tests ecdsatests stream testchangefromnamedcurvetokeysize system security cryptography ecdsa tests ecdsatests stream testregenkeynamed system security cryptography ecdsa tests ecdsatests stream signverify interoperablesamekeys roundtripsunlesstampered system security cryptography ecdsa tests ecdsatests stream system security cryptography ecdsa tests ecdsatests stream useafterdispose import system security cryptography ecdsa tests ecdsatests stream useafterdispose newkey system security cryptography ecdsa tests ecdsatests stream signdata invalidarguments throws system security cryptography ecdsa tests ecdsatests stream keysizeprop system security cryptography ecdsa tests ecdsatests stream roundtrip withoffset system security cryptography ecdsa tests ecdsatests stream system security cryptography ecdsa tests ecdsatests stream testregenkeyexplicit system security cryptography ecdsa tests ecdsatests stream createkey keysize system security cryptography ecdsa tests ecdsatests stream createkey keysize system security cryptography ecdsa tests ecdsatests stream createkey keysize system security cryptography ecdsa tests ecdsatests stream signdata maxoffset zerolength nothrow system security cryptography ecdsa tests ecdsatests stream publickey cannotsign system security cryptography ecdsa tests ecdsatests stream verifydata invalidarguments throws system security cryptography ecdsa tests ecdsatests stream verifydata maxoffset zerolength nothrow system security cryptography ecdsa tests ecdsatests stream system security cryptography dsa tests dsakeygeneration verifydefaultkeysize system security cryptography dsa tests dsaspansignatureformattests badsignatureformat system security cryptography dsa tests dsaspansignatureformattests system security cryptography dsa tests dsaspansignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaspansignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaspansignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaspansignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaspansignatureformattests system security cryptography dsa tests dsaspansignatureformattests unknownhashalgorithm system security cryptography dsa tests dsaspansignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaspansignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaspansignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography dsa tests dsaspansignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography dsa tests dsaspansignatureformattests system security cryptography dsa tests dsaspansignatureformattests signhashverifyhash signatureformat system security cryptography dsa tests dsaspansignatureformattests signhashverifyhash signatureformat system security cryptography dsa tests dsaspansignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaspansignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaspansignatureformattests emptyhashalgorithm system security cryptography dsa tests dsaspansignatureformattests system security cryptography dsa tests dsaspansignatureformattests nullinputs system security cryptography dsa tests dsaarrayoffsetsignatureformattests nullinputs system security cryptography dsa tests dsaarrayoffsetsignatureformattests signhashverifyhash signatureformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests signhashverifyhash signatureformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests system security cryptography dsa tests dsaarrayoffsetsignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests signdataverifyhash signatureformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests system security cryptography dsa tests dsaarrayoffsetsignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests signdataverifydata signatureformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests emptyhashalgorithm system security cryptography dsa tests dsaarrayoffsetsignatureformattests offsetandcountoutofrange system security cryptography dsa tests dsaarrayoffsetsignatureformattests badsignatureformat system security cryptography dsa tests dsaarrayoffsetsignatureformattests unknownhashalgorithm system security cryptography ecdsa tests ecdsaspansignatureformattests signhashverifyhash signatureformat system security cryptography ecdsa tests ecdsaspansignatureformattests signhashverifyhash signatureformat system security cryptography ecdsa tests ecdsaspansignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaspansignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaspansignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaspansignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaspansignatureformattests system security cryptography ecdsa tests ecdsaspansignatureformattests system security cryptography ecdsa tests ecdsaspansignatureformattests system security cryptography ecdsa tests ecdsaspansignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaspansignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaspansignatureformattests unknownhashalgorithm system security cryptography ecdsa tests ecdsaspansignatureformattests system security cryptography ecdsa tests ecdsaspansignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaspansignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaspansignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography ecdsa tests ecdsaspansignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography ecdsa tests ecdsaspansignatureformattests emptyhashalgorithm system security cryptography ecdsa tests ecdsaspansignatureformattests nullinputs system security cryptography ecdsa tests ecdsaspansignatureformattests badsignatureformat system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests ecdh system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests passwordbytes system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests nofuzzyecprivatekey system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivatekey system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests useafterdispose importkey true system security cryptography ecdiffiehellman tests ecdhkeyfiletests useafterdispose importkey false system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivatekey system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests noprivkeyfrompubliconly system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests ecdh system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivatekey passwordbytes system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests badpbeparameters system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests nofuzzysubjectpublickeyinfo system security cryptography ecdiffiehellman tests ecdhkeyfiletests limitedprivate system security cryptography ecdiffiehellman tests ecdhkeyfiletests system security cryptography dsa tests dsasignatureformattertests verifysignature system security cryptography dsa tests dsasignatureformattertests verifyknownsignature system security cryptography dsa tests dsasignatureformattertests invalidhashalgorithm system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests noprivkeyfrompubliconly system security cryptography dsa tests dsakeyfiletests badpbeparameters system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests useafterdispose newkey system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests useafterdispose importedkey system security cryptography dsa tests dsakeyfiletests passwordbytes system security cryptography dsa tests dsakeyfiletests system security cryptography dsa tests dsakeyfiletests nofuzzysubjectpublickeyinfo system security cryptography ecdsa tests ecdsaarraysignatureformattests badsignatureformat system security cryptography ecdsa tests ecdsaarraysignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaarraysignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaarraysignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaarraysignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaarraysignatureformattests system security cryptography ecdsa tests ecdsaarraysignatureformattests signhashverifyhash signatureformat system security cryptography ecdsa tests ecdsaarraysignatureformattests signhashverifyhash signatureformat system security cryptography ecdsa tests ecdsaarraysignatureformattests unknownhashalgorithm system security cryptography ecdsa tests ecdsaarraysignatureformattests nullinputs system security cryptography ecdsa tests ecdsaarraysignatureformattests system security cryptography ecdsa tests ecdsaarraysignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaarraysignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaarraysignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaarraysignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaarraysignatureformattests emptyhashalgorithm system security cryptography ecdsa tests ecdsaarraysignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography ecdsa tests ecdsaarraysignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography rsa tests encryptdecrypt array rsadecryptoaepwrongdata system security cryptography rsa tests encryptdecrypt array rsaoaepmaxsize system security cryptography rsa tests encryptdecrypt array rsadecryptoaepwrongalgorithm system security cryptography rsa tests encryptdecrypt array rsadecryptoaepwrongdatalength system security cryptography rsa tests encryptdecrypt array roundtripemptyarray system security cryptography rsa tests encryptdecrypt array rsapkcsencryptmaxsize system security cryptography rsa tests encryptdecrypt array nullpadding throws system security cryptography rsa tests encryptdecrypt array largekeycryptroundtrip system security cryptography rsa tests encryptdecrypt array rsadecryptafterexport system security cryptography rsa tests encryptdecrypt array rsacryptroundtrip system security cryptography rsa tests encryptdecrypt array decryptsavedanswerunusualexponent system security cryptography rsa tests encryptdecrypt array nullarray throws system security cryptography rsa tests encryptdecrypt array decryptsavedanswer system security cryptography rsa tests encryptdecrypt array system security cryptography rsa tests encryptdecrypt array decryptsavedanswer system security cryptography rsa tests encryptdecrypt array system security cryptography rsa tests encryptdecrypt array system security cryptography rsa tests encryptdecrypt array useafterdispose importkey false system security cryptography rsa tests encryptdecrypt array useafterdispose importkey true system security cryptography rsa tests encryptdecrypt array rsacryptroundtrip system security cryptography rsa tests encryptdecrypt array decryptwithpublickey fails system security cryptography rsa tests encryptdecrypt array unusualexponentcryptroundtrip system security cryptography rsa tests encryptdecrypt array rsacryptroundtrip system security cryptography rsa tests encryptdecrypt array decryptsavedanswer system security cryptography rsa tests encryptdecrypt array rsadecryptoaep expectfailure system security cryptography rsa tests encryptdecrypt array rsacryptroundtrip system security cryptography rsa tests encryptdecrypt array notsupportedvaluemethods system security cryptography rsa tests encryptdecrypt array decryptsavedanswer system security cryptography rsa tests signverify array pssroundtrip hashalgorithmname system security cryptography rsa tests signverify array pssroundtrip hashalgorithmname system security cryptography rsa tests signverify array pssroundtrip hashalgorithmname system security cryptography rsa tests signverify array pssroundtrip hashalgorithmname system security cryptography rsa tests signverify array pssroundtrip hashalgorithmname system security cryptography rsa tests signverify array expectedhashsignature system security cryptography rsa tests signverify array negativeverify tampereddata system security cryptography rsa tests signverify array signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify array signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify array signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify array signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify array signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify array signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify array signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify array signandverify roundtrip hashalgorithm rsaparameters system security cryptography rsaparameters system security cryptography rsa tests signverify array expectedsignature system security cryptography rsa tests signverify array pkcssignhash mismatchedhashsize system security cryptography rsa tests signverify array invalidhashalgorithmname throws name null system security cryptography rsa tests signverify array invalidhashalgorithmname throws name system security cryptography rsa tests signverify array negativeverify wrongsignature system security cryptography rsa tests signverify array pssverifyhash mismatchedhashsize system security cryptography rsa tests signverify array nullpadding throws system security cryptography rsa tests signverify array verifyexpectedsignature system security cryptography rsa tests signverify array expectedhashsignature system security cryptography rsa tests signverify array verifyhashsignature system security cryptography rsa tests signverify array verifyhashsignature system security cryptography rsa tests signverify array nullarray throws system security cryptography rsa tests signverify array expectedhashsignature system security cryptography rsa tests signverify array verifyexpectedsignature system security cryptography rsa tests signverify array publickey cannotsign system security cryptography rsa tests signverify array verifyhashsignature system security cryptography rsa tests signverify array negativeverify wrongalgorithm system security cryptography rsa tests signverify array useafterdispose importkey true system security cryptography rsa tests signverify array useafterdispose importkey false system security cryptography rsa tests signverify array expectsignature stream system security cryptography rsa tests signverify array expectedsignature system security cryptography rsa tests signverify array verifysignature system security cryptography rsa tests signverify array negativeverify badkeysize system security cryptography rsa tests signverify array expectedsignature system security cryptography rsa tests signverify array verifysignature system security cryptography rsa tests signverify array verifysignature system security cryptography rsa tests signverify array psssignhash mismatchedhashsize system security cryptography rsa tests signverify array verifyexpectedsignature system security cryptography rsa tests signverify array expectedsignature system security cryptography rsa tests signverify array psssignature wrongdata system security cryptography rsa tests signverify array verifysignature system security cryptography rsa tests signverify array verifysignature system security cryptography rsa tests signverify array psssignature wronghashalgorithm system security cryptography rsa tests signverify array expectedsignature system security cryptography rsa tests signverify array psssignature wronglength system security cryptography rsa tests signverify array signemptyhash system security cryptography rsa tests signverify array verifyexpectedsignature system security cryptography rsa tests signverify array invalidkeysize doesnotinvalidatekey system security cryptography rsa tests rsasignatureformattertests verifyknownsignature system security cryptography rsa tests rsasignatureformattertests verifysignature system security cryptography rsa tests rsasignatureformattertests verifysignature system security cryptography rsa tests rsasignatureformattertests invalidhashalgorithm system security cryptography ecdsa tests ecdsaxml testnotimplementedexception system security cryptography rsa tests keygeneration generateminkey system security cryptography rsa tests keygeneration generatekey system security cryptography rsa tests keygeneration generatesecondminkey system security cryptography rsa tests keygeneration generatekey system security cryptography rsa tests encryptdecrypt span rsacryptroundtrip system security cryptography rsa tests encryptdecrypt span decryptsavedanswer system security cryptography rsa tests encryptdecrypt span roundtripemptyarray system security cryptography rsa tests encryptdecrypt span decryptsavedanswer system security cryptography rsa tests encryptdecrypt span decrypt wrongkey system security cryptography rsa tests encryptdecrypt span rsacryptroundtrip system security cryptography rsa tests encryptdecrypt span rsadecryptoaepwrongalgorithm system security cryptography rsa tests encryptdecrypt span nullpadding throws system security cryptography rsa tests encryptdecrypt span encrypt varioussizespans success system security cryptography rsa tests encryptdecrypt span system security cryptography rsa tests encryptdecrypt span decryptsavedanswerunusualexponent system security cryptography rsa tests encryptdecrypt span decryptwithpublickey fails system security cryptography rsa tests encryptdecrypt span decrypt varioussizespans success system security cryptography rsa tests encryptdecrypt span useafterdispose importkey true system security cryptography rsa tests encryptdecrypt span useafterdispose importkey false system security cryptography rsa tests encryptdecrypt span unusualexponentcryptroundtrip system security cryptography rsa tests encryptdecrypt span rsacryptroundtrip system security cryptography rsa tests encryptdecrypt span rsadecryptoaepwrongdata system security cryptography rsa tests encryptdecrypt span rsacryptroundtrip system security cryptography rsa tests encryptdecrypt span rsadecryptafterexport system security cryptography rsa tests encryptdecrypt span rsadecryptoaepwrongdatalength system security cryptography rsa tests encryptdecrypt span system security cryptography rsa tests encryptdecrypt span rsaoaepmaxsize system security cryptography rsa tests encryptdecrypt span decryptsavedanswer system security cryptography rsa tests encryptdecrypt span decrypt wrongkey oaep system security cryptography rsa tests encryptdecrypt span system security cryptography rsa tests encryptdecrypt span rsapkcsencryptmaxsize system security cryptography rsa tests encryptdecrypt span rsadecryptoaep expectfailure system security cryptography rsa tests encryptdecrypt span decryptsavedanswer system security cryptography rsa tests encryptdecrypt span largekeycryptroundtrip system security cryptography rsa tests encryptdecrypt span decrypt wrongkey oaep system security cryptography rsa tests encryptdecrypt span notsupportedvaluemethods system security cryptography dsa tests dsasignverify span system security cryptography dsa tests dsasignverify span invalidkeysize doesnotinvalidatekey system security cryptography dsa tests dsasignverify span verifyknown system security cryptography dsa tests dsasignverify span system security cryptography dsa tests dsasignverify span verifyknown system security cryptography dsa tests dsasignverify span verifyknown system security cryptography dsa tests dsasignverify span useafterdispose newkey system security cryptography dsa tests dsasignverify span system security cryptography dsa tests dsasignverify span system security cryptography dsa tests dsasignverify span useafterdispose importedkey system security cryptography dsa tests dsasignverify span verifyknown system security cryptography dsa tests dsasignverify span publickey cannotsign system security cryptography dsa tests dsasignverify span system security cryptography dsa tests dsasignverify span verifyknown system security cryptography dsa tests dsasignverify span verifyknownsignature system security cryptography ecdsa tests ecdsatests span keysizeprop system security cryptography ecdsa tests ecdsatests span verifydata maxoffset zerolength nothrow system security cryptography ecdsa tests ecdsatests span testregenkeyexplicit system security cryptography ecdsa tests ecdsatests span verifydata invalidarguments throws system security cryptography ecdsa tests ecdsatests span system security cryptography ecdsa tests ecdsatests span publickey cannotsign system security cryptography ecdsa tests ecdsatests span createkey keysize system security cryptography ecdsa tests ecdsatests span createkey keysize system security cryptography ecdsa tests ecdsatests span createkey keysize system security cryptography ecdsa tests ecdsatests span useafterdispose import system security cryptography ecdsa tests ecdsatests span roundtrip withoffset system security cryptography ecdsa tests ecdsatests span useafterdispose newkey system security cryptography ecdsa tests ecdsatests span signverify interoperablesamekeys roundtripsunlesstampered system security cryptography ecdsa tests ecdsatests span system security cryptography ecdsa tests ecdsatests span signdata maxoffset zerolength nothrow system security cryptography ecdsa tests ecdsatests span testregenkeynamed system security cryptography ecdsa tests ecdsatests span signdata invalidarguments throws system security cryptography ecdsa tests ecdsatests span testchangefromnamedcurvetokeysize system security cryptography ecdsa tests ecdsatests span system security cryptography ecdsa tests ecdsatests array verifydata invalidarguments throws system security cryptography ecdsa tests ecdsatests array system security cryptography ecdsa tests ecdsatests array verifyhash invalidarguments throws system security cryptography ecdsa tests ecdsatests array createkey keysize system security cryptography ecdsa tests ecdsatests array createkey keysize system security cryptography ecdsa tests ecdsatests array createkey keysize system security cryptography ecdsa tests ecdsatests array system security cryptography ecdsa tests ecdsatests array testregenkeynamed system security cryptography ecdsa tests ecdsatests array useafterdispose import system security cryptography ecdsa tests ecdsatests array signdata invalidarguments throws system security cryptography ecdsa tests ecdsatests array testregenkeyexplicit system security cryptography ecdsa tests ecdsatests array signhash invalidarguments throws system security cryptography ecdsa tests ecdsatests array signverify interoperablesamekeys roundtripsunlesstampered system security cryptography ecdsa tests ecdsatests array testchangefromnamedcurvetokeysize system security cryptography ecdsa tests ecdsatests array publickey cannotsign system security cryptography ecdsa tests ecdsatests array signdata maxoffset zerolength nothrow system security cryptography ecdsa tests ecdsatests array roundtrip withoffset system security cryptography ecdsa tests ecdsatests array keysizeprop system security cryptography ecdsa tests ecdsatests array system security cryptography ecdsa tests ecdsatests array verifydata maxoffset zerolength nothrow system security cryptography ecdsa tests ecdsatests array useafterdispose newkey system security cryptography rsa tests rsakeyfiletests system security cryptography rsa tests rsakeyfiletests useafterdispose importkey false system security cryptography rsa tests rsakeyfiletests useafterdispose importkey true system security cryptography rsa tests rsakeyfiletests readwritesubjectpublickeyinfo system security cryptography rsa tests rsakeyfiletests readencrypteddiminisheddp emptypassword system security cryptography rsa tests rsakeyfiletests readencrypteddiminisheddp system security cryptography rsa tests rsakeyfiletests passwordbytes system security cryptography rsa tests rsakeyfiletests system security cryptography rsa tests rsakeyfiletests system security cryptography rsa tests rsakeyfiletests system security cryptography rsa tests rsakeyfiletests nofuzzysubjectpublickeyinfo system security cryptography rsa tests rsakeyfiletests system security cryptography rsa tests rsakeyfiletests nofuzzyrsapublickey system security cryptography rsa tests rsakeyfiletests system security cryptography rsa tests rsakeyfiletests nofuzzyrsaprivatekey system security cryptography rsa tests rsakeyfiletests system security cryptography rsa tests rsakeyfiletests noprivkeyfrompubliconly system security cryptography rsa tests rsakeyfiletests badpbeparameters system security cryptography rsa tests rsakeyfiletests system security cryptography rsa tests rsakeyfiletests system security cryptography rsa tests rsakeyfiletests readwritesubjectpublickeyinfo diminisheddpkey system security cryptography rsa tests rsakeyfiletests system security cryptography rsa tests rsakeyfiletests system security cryptography rsa tests rsakeyfiletests readencrypteddiminisheddp emptypasswordbytes system security cryptography dsa tests dsasignverify stream system security cryptography dsa tests dsasignverify stream useafterdispose importedkey system security cryptography dsa tests dsasignverify stream publickey cannotsign system security cryptography dsa tests dsasignverify stream verifyknown system security cryptography dsa tests dsasignverify stream verifyknown system security cryptography dsa tests dsasignverify stream verifyknown system security cryptography dsa tests dsasignverify stream verifyknown system security cryptography dsa tests dsasignverify stream system security cryptography dsa tests dsasignverify stream verifyknown system security cryptography dsa tests dsasignverify stream invalidkeysize doesnotinvalidatekey system security cryptography dsa tests dsasignverify stream useafterdispose newkey system security cryptography dsa tests dsasignverify stream verifyknownsignature system security cryptography dsa tests dsasignverify stream system security cryptography dsa tests dsasignverify stream system security cryptography dsa tests dsasignverify stream invalidarrayarguments throws system security cryptography dsa tests dsasignverify stream system security cryptography ecdsa tests ecdsaimportexporttests testkeysizecreatekey system security cryptography ecdsa tests ecdsaimportexporttests testexplicitcurves system security cryptography ecdsa tests ecdsaimportexporttests testexplicitcurvessignverify system security cryptography ecdsa tests ecdsaimportexporttests testgeneralexportwithexplicitparameters system security cryptography ecdsa tests ecdsaimportexporttests testnamedcurves system security cryptography ecdsa tests ecdsaimportexporttests importfromprivateonlykey system security cryptography ecdsa tests ecdsaimportexporttests testexplicitimportvalidationnegative system security cryptography ecdsa tests ecdsaimportexporttests testnamedcurvesnegative system security cryptography ecdsa tests ecdsaimportexporttests exportincludingprivateonpubliconlykey system security cryptography ecdsa tests ecdsaimportexporttests diminishedcoordsroundtrip system security cryptography dsa tests dsaxml private system security cryptography dsa tests dsaxml fromxml missingy system security cryptography dsa tests dsaxml testwritedeficientxparameters includeprivateparameters true system security cryptography dsa tests dsaxml testwritedeficientxparameters includeprivateparameters false system security cryptography dsa tests dsaxml private system security cryptography dsa tests dsaxml fromxmlcounterwithoutseed system security cryptography dsa tests dsaxml includeprivateparameters false system security cryptography dsa tests dsaxml includeprivateparameters true system security cryptography dsa tests dsaxml fromxmlinvalidj fails system security cryptography dsa tests dsaxml fromxmlwrongcounter sometimesok system security cryptography dsa tests dsaxml fromnonsensexml system security cryptography dsa tests dsaxml private system security cryptography dsa tests dsaxml public system security cryptography dsa tests dsaxml includeprivateparameters true system security cryptography dsa tests dsaxml includeprivateparameters false system security cryptography dsa tests dsaxml fromxml missingp system security cryptography dsa tests dsaxml fromxml counteroverflow succeeds system security cryptography dsa tests dsaxml includeprivateparameters true system security cryptography dsa tests dsaxml includeprivateparameters false system security cryptography dsa tests dsaxml fromxmlwrongj ok system security cryptography dsa tests dsaxml public system security cryptography dsa tests dsaxml frominvalidxml system security cryptography dsa tests dsaxml fromxmlseedwithoutcounter system security cryptography dsa tests dsaxml public system security cryptography dsa tests dsaxml fromxml missingg system security cryptography dsa tests dsaxml fromnullxml system security cryptography dsa tests dsaxml fromxml missingq system security cryptography dsa tests dsaxml private system security cryptography dsa tests dsaxml fromxmlwithseedandcounterandj system security cryptography dsa tests dsaxml private cryptobinary system security cryptography dsa tests dsaxml public system security cryptography ecdsa tests ecdsakeypemtests importfromencryptedpem byte simple system security cryptography ecdsa tests ecdsakeypemtests importfromencryptedpem char simple system security cryptography ecdsa tests ecdsakeypemtests importfrompem spki ignoresunrelatedalgorithms system security cryptography ecdsa tests ecdsakeypemtests importfrompem ecprivatekey ignoresunrelatedalgorithm system security cryptography ecdsa tests ecdsakeypemtests importfrompem simple system security cryptography ecdsa tests ecdsakeypemtests importfrompem spki precedingmalformedpem system security cryptography ecdsa tests ecdsakeypemtests importfrompem spki simple system security cryptography ecdsa tests ecdsakeypemtests importfrompem spki precedingunrelatedpemisignored system security cryptography ecdsa tests ecdsakeypemtests importfrompem ignoresunrelatedalgorithm system security cryptography ecdsa tests ecdsakeypemtests importfrompem ecprivatekey simple system security cryptography ecdsa openssl tests ecdsaopenssltests verifyduplicatekey distincthandles system security cryptography ecdsa openssl tests ecdsaopenssltests verifyduplicatekey invalidhandle system security cryptography ecdsa openssl tests ecdsaopenssltests lookupcurvebyoidwindowsfriendlyname friendlyname ecdsa system security cryptography ecdsa openssl tests ecdsaopenssltests lookupcurvebyoidwindowsfriendlyname friendlyname ecdsa system security cryptography ecdsa openssl tests ecdsaopenssltests lookupcurvebyoidwindowsfriendlyname friendlyname ecdsa system security cryptography ecdsa openssl tests ecdsaopenssltests verifyduplicatekey refcounts system security cryptography ecdsa openssl tests ecdsaopenssltests keysizepropwithexercise system security cryptography ecdsa openssl tests ecdsaopenssltests system security cryptography ecdsa openssl tests ecdsaopenssltests verifyduplicatekey rsahandle system security cryptography ecdsa openssl tests ecdsaopenssltests ctorhandleduplicate system security cryptography ecdsa openssl tests ecdsaopenssltests system security cryptography ecdsa openssl tests ecdsaopenssltests system security cryptography ecdsa openssl tests ecdsaopenssltests system security cryptography ecdsa openssl tests ecdsaopenssltests verifyduplicatekey nevervalidhandle system security cryptography ecdsa openssl tests ecdsaopenssltests verifyduplicatekey validhandle system security cryptography ecdsa openssl tests ecdsaopenssltests lookupcurvebyoidvalue system security cryptography ecdsa openssl tests ecdsaopenssltests system security cryptography ecdsa openssl tests ecdsaopenssltests lookupcurvebyoidfriendlyname system security cryptography ecdsa openssl tests ecdsaopenssltests defaultctor system security cryptography ecdsa openssl tests ecdsaopenssltests verifyduplicatekey nullhandle system security cryptography openssl tests safeevppkeyhandletests testopensslversion system security cryptography rsa tests rsaxml fromxml missingq system security cryptography rsa tests rsaxml testreaddiminisheddpparameters private system security cryptography rsa tests rsaxml fromxml missinginverseq system security cryptography rsa tests rsaxml testwriteunusualexponentparameters includeprivateparameters true system security cryptography rsa tests rsaxml testwriteunusualexponentparameters includeprivateparameters false system security cryptography rsa tests rsaxml private system security cryptography rsa tests rsaxml public system security cryptography rsa tests rsaxml frominvalidxml system security cryptography rsa tests rsaxml testreaddiminisheddpparameters public system security cryptography rsa tests rsaxml includeprivateparameters false system security cryptography rsa tests rsaxml includeprivateparameters true system security cryptography rsa tests rsaxml fromnonsensexml system security cryptography rsa tests rsaxml testwritediminisheddpparameters includeprivateparameters true system security cryptography rsa tests rsaxml testwritediminisheddpparameters includeprivateparameters false system security cryptography rsa tests rsaxml fromxml missingdq system security cryptography rsa tests rsaxml includeprivateparameters true system security cryptography rsa tests rsaxml includeprivateparameters false system security cryptography rsa tests rsaxml fromtoxml system security cryptography rsa tests rsaxml fromxml missingmodulus system security cryptography rsa tests rsaxml includeprivateparameters true system security cryptography rsa tests rsaxml includeprivateparameters false system security cryptography rsa tests rsaxml fromnullxml system security cryptography rsa tests rsaxml fromxml missingdp system security cryptography rsa tests rsaxml fromxml missingexponent system security cryptography rsa tests rsaxml fromxml system security cryptography rsa tests rsaxml testreaddiminisheddpparameters private cryptobinary system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests unknownhashalgorithm system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signatureformatsarenotcompatible signformat verifyformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signdataverifyhash signatureformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signhashverifyhash signatureformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signhashverifyhash signatureformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests signdataverifydata signatureformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests badsignatureformat system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests emptyhashalgorithm system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests nullinputs system security cryptography ecdsa tests ecdsaarrayoffsetsignatureformattests offsetandcountoutofrange system security cryptography ecdsa tests ecdiffiehellmankeypemtests importfrompem spki precedingmalformedpem system security cryptography ecdsa tests ecdiffiehellmankeypemtests importfrompem spki precedingunrelatedpemisignored system security cryptography ecdsa tests ecdiffiehellmankeypemtests importfrompem spki ignoresunrelatedalgorithms system security cryptography ecdsa tests ecdiffiehellmankeypemtests importfrompem ecprivatekey simple system security cryptography ecdsa tests ecdiffiehellmankeypemtests importfrompem simple system security cryptography ecdsa tests ecdiffiehellmankeypemtests importfrompem ignoresunrelatedalgorithm system security cryptography ecdsa tests ecdiffiehellmankeypemtests importfrompem spki simple system security cryptography ecdsa tests ecdiffiehellmankeypemtests importfromencryptedpem char simple system security cryptography ecdsa tests ecdiffiehellmankeypemtests importfrompem ecprivatekey ignoresunrelatedalgorithm system security cryptography ecdsa tests ecdiffiehellmankeypemtests importfromencryptedpem byte simple system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests verifyduplicatekey nevervalidhandle system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests lookupcurvebyoidvalue system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests verifyduplicatekey nullhandle system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests verifyduplicatekey distincthandles system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests defaultctor system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests lookupcurvebyoidfriendlyname system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests verifyduplicatekey rsahandle system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests verifyduplicatekey validhandle system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests ctorhandleduplicate system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests verifyduplicatekey invalidhandle system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests keysizepropwithexercise system security cryptography ecdiffiehellman openssl tests ecdiffiehellmanopenssltests verifyduplicatekey refcounts system security cryptography rsa tests rsakeypemtests importfrompem rsaprivatekey ambiguouskey subjectpublickeyinfo system security cryptography rsa tests rsakeypemtests importfromencryptedpem byte simple system security cryptography rsa tests rsakeypemtests importfrompem rsaprivatekey precedingunrelatedpem system security cryptography rsa tests rsakeypemtests importfrompem rsaprivatekey precedingmalformedpem system security cryptography rsa tests rsakeypemtests importfrompem subjectpublickeyinfo ignoresunrelatedalgorithm system security cryptography rsa tests rsakeypemtests importfrompem rsaprivatekey ignoresotheralgorithms system security cryptography rsa tests rsakeypemtests importfrompem simple system security cryptography rsa tests rsakeypemtests importfrompem rsaprivatekey simple system security cryptography rsa tests rsakeypemtests importfrompem rsaprivatekey ambiguouskey rsaprivatekey system security cryptography rsa tests rsakeypemtests importfrompem rsaprivatekey ambiguouskey system security cryptography rsa tests rsakeypemtests importfrompem subjectpublickeyinfo simple system security cryptography rsa tests rsakeypemtests importfrompem rsapublickey simple system security cryptography rsa tests rsakeypemtests importfromencryptedpem byte nopem system security cryptography rsa tests rsakeypemtests importfromencryptedpem ambiguouspem system security cryptography rsa tests rsakeypemtests importfromencryptedpem noencryptedpem system security cryptography rsa tests rsakeypemtests importfrompem unrelatedalgorithmisignored system security cryptography rsa tests rsakeypemtests importfrompem rsaprivatekey ambiguouskey rsapublickey system security cryptography rsa tests rsakeypemtests importfrompem encryptedprivatekeyfails system security cryptography rsa tests rsakeypemtests importfromencryptedpem char nopem system security cryptography rsa tests rsakeypemtests importfrompem nopem system security cryptography rsa tests rsakeypemtests importfrompem throws system security cryptography rsa tests rsakeypemtests importfromencryptedpem char simple system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivationisstable system security cryptography ecdiffiehellman tests ecdiffiehellmantests tlsderivation knownresults labeltext slithy toves answerhex system security cryptography ecdiffiehellman tests ecdiffiehellmantests tlsderivation knownresults labeltext hello world answerhex system security cryptography ecdiffiehellman tests ecdiffiehellmantests exportincludingprivateonpubliconlykey system security cryptography ecdiffiehellman tests ecdiffiehellmantests testnamedcurvesnegative system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivation samesizeotherkeyrequired system security cryptography ecdiffiehellman tests ecdiffiehellmantests system security cryptography ecdiffiehellman tests ecdiffiehellmantests testexplicitcurves system security cryptography ecdiffiehellman tests ecdiffiehellmantests symmetricderivation hashappend system security cryptography ecdiffiehellman tests ecdiffiehellmantests derivekeymaterialequivalenttoderivekeyfromhash system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivationvariesonpublickey system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivationvariesonpublickey system security cryptography ecdiffiehellman tests ecdiffiehellmantests testexplicitimportvalidationnegative system security cryptography ecdiffiehellman tests ecdiffiehellmantests useafterdispose importkey false system security cryptography ecdiffiehellman tests ecdiffiehellmantests useafterdispose importkey true system security cryptography ecdiffiehellman tests ecdiffiehellmantests publickey tryexportsubjectpublickeyinfo toosmall system security cryptography ecdiffiehellman tests ecdiffiehellmantests simplehashmethodforwardsnull system security cryptography ecdiffiehellman tests ecdiffiehellmantests tlsprfvariesonotherkey system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivation knownresults hashalgorithm prependbytes null appendbytes null answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivation knownresults hashalgorithm prependbytes null appendbytes null answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivation knownresults hashalgorithm prependbytes appendbytes null answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivation knownresults hashalgorithm prependbytes null appendbytes answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivation knownresults hashalgorithm prependbytes appendbytes answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivation knownresults hashalgorithm prependbytes appendbytes answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests importexplicitwithseedbutnohash system security cryptography ecdiffiehellman tests ecdiffiehellmantests system security cryptography ecdiffiehellman tests ecdiffiehellmantests testexplicitcurveskeyagree system security cryptography ecdiffiehellman tests ecdiffiehellmantests publickey notnull system security cryptography ecdiffiehellman tests ecdiffiehellmantests symmetricderivation hashprepend system security cryptography ecdiffiehellman tests ecdiffiehellmantests tlsprfvariesonlabel system security cryptography ecdiffiehellman tests ecdiffiehellmantests testnamedcurves system security cryptography ecdiffiehellman tests ecdiffiehellmantests testnotimplementedexception system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivation knownresults hashalgorithm hmackeybytes null prependbytes null appendbytes null answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivation knownresults hashalgorithm hmackeybytes null prependbytes null appendbytes null answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivation knownresults hashalgorithm hmackeybytes prependbytes null appendbytes null answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivation knownresults hashalgorithm hmackeybytes null prependbytes appendbytes answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivation knownresults hashalgorithm hmackeybytes null prependbytes appendbytes answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivation knownresults hashalgorithm hmackeybytes prependbytes appendbytes answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivation knownresults hashalgorithm hmackeybytes prependbytes appendbytes answerbytes system security cryptography ecdiffiehellman tests ecdiffiehellmantests publickeyisfactory system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivation samesizeotherkeyrequired system security cryptography ecdiffiehellman tests ecdiffiehellmantests simplehmacnullkeyforwardsnull system security cryptography ecdiffiehellman tests ecdiffiehellmantests system security cryptography ecdiffiehellman tests ecdiffiehellmantests supportskeysize system security cryptography ecdiffiehellman tests ecdiffiehellmantests tlsderivation otherkeyrequired system security cryptography ecdiffiehellman tests ecdiffiehellmantests symmetricderivation hmacnullkey system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivationvariesonkey system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivation otherkeyrequired system security cryptography ecdiffiehellman tests ecdiffiehellmantests symmetricderivation hmacprepend system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivationvariesonalgorithm system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivationvariesonappend system security cryptography ecdiffiehellman tests ecdiffiehellmantests symmetricderivation hmac system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivation system security cryptography ecdiffiehellman tests ecdiffiehellmantests tlsrequireslabel system security cryptography ecdiffiehellman tests ecdiffiehellmantests system security cryptography ecdiffiehellman tests ecdiffiehellmantests testgeneralexportwithexplicitparameters system security cryptography ecdiffiehellman tests ecdiffiehellmantests tlsrequiresseed system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivationvariesonprepend system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivationvariesonappend system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacderivation otherkeyrequired system security cryptography ecdiffiehellman tests ecdiffiehellmantests system security cryptography ecdiffiehellman tests ecdiffiehellmantests system security cryptography ecdiffiehellman tests ecdiffiehellmantests simplehmacmethodforwardsnull system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivation algorithmrequired system security cryptography ecdiffiehellman tests ecdiffiehellmantests hmacnullkeyderivationisstable system security cryptography ecdiffiehellman tests ecdiffiehellmantests tlsprfvariesonseed system security cryptography ecdiffiehellman tests ecdiffiehellmantests system security cryptography ecdiffiehellman tests ecdiffiehellmantests testkeysizecreatekey system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivationvariesonalgorithm system security cryptography ecdiffiehellman tests ecdiffiehellmantests tlsderivation samesizeotherkeyrequired system security cryptography ecdiffiehellman tests ecdiffiehellmantests importfromprivateonlykey system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivationvariesonprepend system security cryptography ecdiffiehellman tests ecdiffiehellmantests hashderivationisstable system security cryptography ecdiffiehellman tests ecdiffiehellmantests seedsize system security cryptography ecdiffiehellman tests ecdiffiehellmantests seedsize system security cryptography ecdiffiehellman tests ecdiffiehellmantests seedsize system security cryptography ecdiffiehellman tests ecdiffiehellmantests tlsprfderivationisstable system security cryptography ecdiffiehellman tests ecdiffiehellmantests symmetricderivation tlsprf system security cryptography ecdiffiehellman tests ecdiffiehellmantests symmetricderivation hmacappend system security cryptography rsa tests importexport importnoexponent system security cryptography rsa tests importexport exportafterdispose importkey true system security cryptography rsa tests importexport exportafterdispose importkey false system security cryptography rsa tests importexport multiexport system security cryptography rsa tests importexport system security cryptography rsa tests importexport importnomodulus system security cryptography rsa tests importexport importprivateexportpublic system security cryptography rsa tests importexport importnodp system security cryptography rsa tests importexport paddedexport system security cryptography rsa tests importexport largekeyimportexport system security cryptography rsa tests importexport unusualexponentimportexport system security cryptography rsa tests importexport importreset system security cryptography rsa tests importexport publiconlyprivateexport system security cryptography rsa tests importexport exportautokey system security cryptography dsa tests dsaimportexport importroundtrip includeprivate true system security cryptography dsa tests dsaimportexport importroundtrip includeprivate false system security cryptography dsa tests dsaimportexport exportautokey system security cryptography dsa tests dsaimportexport import system security cryptography dsa tests dsaimportexport exportafterdispose importkey true system security cryptography dsa tests dsaimportexport exportafterdispose importkey false system security cryptography dsa tests dsaimportexport import system security cryptography dsa tests dsaimportexport multiexport system security cryptography dsa tests dsaimportexport import system security cryptography dsa tests dsaimportexport import system security cryptography rsa tests rsakeyexchangeformattertests system security cryptography rsa tests rsakeyexchangeformattertests system security cryptography rsa tests rsakeyexchangeformattertests testknownvalueoaep system security cryptography rsa tests rsakeyexchangeformattertests verifydecryptkeyexchangeoaep system security cryptography openssl tests dsaopenssltests verifyduplicatekey nullhandle system security cryptography openssl tests dsaopenssltests verifyduplicatekey invalidhandle system security cryptography openssl tests dsaopenssltests verifyduplicatekey validhandle system security cryptography openssl tests dsaopenssltests verifyduplicatekey nevervalidhandle system security cryptography openssl tests dsaopenssltests verifyduplicatekey distincthandles system security cryptography openssl tests dsaopenssltests verifyduplicatekey refcounts system security cryptography openssl tests dsaopenssltests verifyparameterctor system security cryptography openssl tests dsaopenssltests verifyduplicatekey ecdsahandle system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests nofuzzyecprivatekey system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests useafterdispose importkey true system security cryptography ecdsa tests ecdsakeyfiletests useafterdispose importkey false system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests badpbeparameters system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivatekey system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivatekey system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests passwordbytes system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests nofuzzysubjectpublickeyinfo system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests noprivkeyfrompubliconly system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivatekey passwordbytes system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests ecdh system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests ecdh system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests limitedprivate system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests system security cryptography ecdsa tests ecdsakeyfiletests | 0 |
757,954 | 26,537,265,320 | IssuesEvent | 2023-01-19 16:29:35 | phetsims/perennial | https://api.github.com/repos/phetsims/perennial | closed | Upgrade puppeteer | priority:2-high dev:maintenance-release | Over in https://github.com/phetsims/chipper/issues/1171 we needed to upgrade Node to 16, and perennial 5 breaks on Mac M1 chips and won't even install. So we should upgrade. The latest version is 13.5.2 right now. | 1.0 | Upgrade puppeteer - Over in https://github.com/phetsims/chipper/issues/1171 we needed to upgrade Node to 16, and perennial 5 breaks on Mac M1 chips and won't even install. So we should upgrade. The latest version is 13.5.2 right now. | non_test | upgrade puppeteer over in we needed to upgrade node to and perennial breaks on mac chips and won t even install so we should upgrade the latest version is right now | 0 |
153,373 | 13,503,977,376 | IssuesEvent | 2020-09-13 15:55:53 | dankamongmen/notcurses | https://api.github.com/repos/dankamongmen/notcurses | opened | Multiselector ought have same functionality as selector | documentation enhancement | An `ncselector` can add and remove items at runtime, and can control the widget through `_nextitem()` and `_previtem()`. `ncmultiselector` ought have these same capabilities, along with `ncmultiselector_toggle_selected()`. | 1.0 | Multiselector ought have same functionality as selector - An `ncselector` can add and remove items at runtime, and can control the widget through `_nextitem()` and `_previtem()`. `ncmultiselector` ought have these same capabilities, along with `ncmultiselector_toggle_selected()`. | non_test | multiselector ought have same functionality as selector an ncselector can add and remove items at runtime and can control the widget through nextitem and previtem ncmultiselector ought have these same capabilities along with ncmultiselector toggle selected | 0 |
121,263 | 17,651,426,829 | IssuesEvent | 2021-08-20 13:43:09 | turkdevops/vue-cli | https://api.github.com/repos/turkdevops/vue-cli | opened | CVE-2020-15256 (High) detected in object-path-0.11.4.tgz | security vulnerability | ## CVE-2020-15256 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>object-path-0.11.4.tgz</b></p></summary>
<p>Access deep object properties using a path</p>
<p>Library home page: <a href="https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz">https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz</a></p>
<p>Path to dependency file: vue-cli/package.json</p>
<p>Path to vulnerable library: vue-cli/node_modules/object-path</p>
<p>
Dependency Hierarchy:
- cli-ui-4.0.0-alpha.0.tgz (Root Library)
- vue-cli-plugin-apollo-0.19.2.tgz
- apollo-server-express-2.4.8.tgz
- apollo-server-core-2.4.8.tgz
- graphql-upload-8.0.4.tgz
- :x: **object-path-0.11.4.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/turkdevops/vue-cli/commit/b9888ec61e269386b4fab790d7d16670ad49b548">b9888ec61e269386b4fab790d7d16670ad49b548</a></p>
<p>Found in base branch: <b>fix-babel-core-js</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A prototype pollution vulnerability has been found in `object-path` <= 0.11.4 affecting the `set()` method. The vulnerability is limited to the `includeInheritedProps` mode (if version >= 0.11.0 is used), which has to be explicitly enabled by creating a new instance of `object-path` and setting the option `includeInheritedProps: true`, or by using the default `withInheritedProps` instance. The default operating mode is not affected by the vulnerability if version >= 0.11.0 is used. Any usage of `set()` in versions < 0.11.0 is vulnerable. The issue is fixed in object-path version 0.11.5 As a workaround, don't use the `includeInheritedProps: true` options or the `withInheritedProps` instance if using a version >= 0.11.0.
<p>Publish Date: 2020-10-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15256>CVE-2020-15256</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/mariocasciaro/object-path/security/advisories/GHSA-cwx2-736x-mf6w">https://github.com/mariocasciaro/object-path/security/advisories/GHSA-cwx2-736x-mf6w</a></p>
<p>Release Date: 2020-07-21</p>
<p>Fix Resolution: 0.11.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-2020-15256 (High) detected in object-path-0.11.4.tgz - ## CVE-2020-15256 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>object-path-0.11.4.tgz</b></p></summary>
<p>Access deep object properties using a path</p>
<p>Library home page: <a href="https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz">https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz</a></p>
<p>Path to dependency file: vue-cli/package.json</p>
<p>Path to vulnerable library: vue-cli/node_modules/object-path</p>
<p>
Dependency Hierarchy:
- cli-ui-4.0.0-alpha.0.tgz (Root Library)
- vue-cli-plugin-apollo-0.19.2.tgz
- apollo-server-express-2.4.8.tgz
- apollo-server-core-2.4.8.tgz
- graphql-upload-8.0.4.tgz
- :x: **object-path-0.11.4.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/turkdevops/vue-cli/commit/b9888ec61e269386b4fab790d7d16670ad49b548">b9888ec61e269386b4fab790d7d16670ad49b548</a></p>
<p>Found in base branch: <b>fix-babel-core-js</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A prototype pollution vulnerability has been found in `object-path` <= 0.11.4 affecting the `set()` method. The vulnerability is limited to the `includeInheritedProps` mode (if version >= 0.11.0 is used), which has to be explicitly enabled by creating a new instance of `object-path` and setting the option `includeInheritedProps: true`, or by using the default `withInheritedProps` instance. The default operating mode is not affected by the vulnerability if version >= 0.11.0 is used. Any usage of `set()` in versions < 0.11.0 is vulnerable. The issue is fixed in object-path version 0.11.5 As a workaround, don't use the `includeInheritedProps: true` options or the `withInheritedProps` instance if using a version >= 0.11.0.
<p>Publish Date: 2020-10-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15256>CVE-2020-15256</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/mariocasciaro/object-path/security/advisories/GHSA-cwx2-736x-mf6w">https://github.com/mariocasciaro/object-path/security/advisories/GHSA-cwx2-736x-mf6w</a></p>
<p>Release Date: 2020-07-21</p>
<p>Fix Resolution: 0.11.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 high detected in object path tgz cve high severity vulnerability vulnerable library object path tgz access deep object properties using a path library home page a href path to dependency file vue cli package json path to vulnerable library vue cli node modules object path dependency hierarchy cli ui alpha tgz root library vue cli plugin apollo tgz apollo server express tgz apollo server core tgz graphql upload tgz x object path tgz vulnerable library found in head commit a href found in base branch fix babel core js vulnerability details a prototype pollution vulnerability has been found in object path is used which has to be explicitly enabled by creating a new instance of object path and setting the option includeinheritedprops true or by using the default withinheritedprops instance the default operating mode is not affected by the vulnerability if version is used any usage of set in versions publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
148,460 | 11,853,093,199 | IssuesEvent | 2020-03-24 21:14:34 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | ccl/importccl: TestImportChunking failed | C-test-failure O-robot branch-master | [(ccl/importccl).TestImportChunking failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1820959&tab=buildLog) on [master@cc4a32a5c32d8c9fefd1154258e80887c67285e6](https://github.com/cockroachdb/cockroach/commits/cc4a32a5c32d8c9fefd1154258e80887c67285e6):
```
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleStream()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:1279 +0x1343
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:717 +0xc8
Previous write at 0x00c0036bcd40 by goroutine 2149:
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).recordTransactionStart()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1286 +0x70
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).txnStateTransitionsApplyWrapper()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2127 +0x778
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1523 +0xa76
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1323 +0x483
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).initConnEx.func1()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:158 +0x8e
Goroutine 1646 (running) created at:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams.func1()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:715 +0xb8
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/internal/transport.(*http2Server).operateHeaders()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/internal/transport/http2_server.go:421 +0x1596
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/internal/transport/http2_server.go:461 +0x39f
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:713 +0x19a
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleRawConn.func1()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:675 +0x50
Goroutine 2149 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).initConnEx()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:157 +0x5c9
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).execInternal()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:427 +0x950
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).queryInternal()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:224 +0x14f
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).QueryEx()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:199 +0x14f
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).Query()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:183 +0x2b3
github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).maybeAdoptJob()
/go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:948 +0x20f
github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).Start.func3()
/go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:499 +0xda
github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).Start.func4()
/go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:513 +0x204
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1()
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:198 +0x1b9
==================
FAIL github.com/cockroachdb/cockroach/pkg/ccl/importccl 1606.346s
```
<details><summary>More</summary><p>
Parameters:
- GOFLAGS=-json
```
make stressrace TESTS=TestImportChunking PKG=./pkg/ccl/importccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1
```
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestImportChunking.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
| 1.0 | ccl/importccl: TestImportChunking failed - [(ccl/importccl).TestImportChunking failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1820959&tab=buildLog) on [master@cc4a32a5c32d8c9fefd1154258e80887c67285e6](https://github.com/cockroachdb/cockroach/commits/cc4a32a5c32d8c9fefd1154258e80887c67285e6):
```
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleStream()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:1279 +0x1343
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:717 +0xc8
Previous write at 0x00c0036bcd40 by goroutine 2149:
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).recordTransactionStart()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1286 +0x70
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).txnStateTransitionsApplyWrapper()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2127 +0x778
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1523 +0xa76
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1323 +0x483
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).initConnEx.func1()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:158 +0x8e
Goroutine 1646 (running) created at:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams.func1()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:715 +0xb8
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/internal/transport.(*http2Server).operateHeaders()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/internal/transport/http2_server.go:421 +0x1596
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/internal/transport/http2_server.go:461 +0x39f
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:713 +0x19a
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleRawConn.func1()
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:675 +0x50
Goroutine 2149 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).initConnEx()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:157 +0x5c9
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).execInternal()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:427 +0x950
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).queryInternal()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:224 +0x14f
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).QueryEx()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:199 +0x14f
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).Query()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:183 +0x2b3
github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).maybeAdoptJob()
/go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:948 +0x20f
github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).Start.func3()
/go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:499 +0xda
github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).Start.func4()
/go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:513 +0x204
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1()
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:198 +0x1b9
==================
FAIL github.com/cockroachdb/cockroach/pkg/ccl/importccl 1606.346s
```
<details><summary>More</summary><p>
Parameters:
- GOFLAGS=-json
```
make stressrace TESTS=TestImportChunking PKG=./pkg/ccl/importccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1
```
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestImportChunking.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
| test | ccl importccl testimportchunking failed on github com cockroachdb cockroach vendor google golang org grpc server handlestream go src github com cockroachdb cockroach vendor google golang org grpc server go github com cockroachdb cockroach vendor google golang org grpc server servestreams go src github com cockroachdb cockroach vendor google golang org grpc server go previous write at by goroutine github com cockroachdb cockroach pkg sql connexecutor recordtransactionstart go src github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor txnstatetransitionsapplywrapper go src github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor execcmd go src github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor run go src github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql internalexecutor initconnex go src github com cockroachdb cockroach pkg sql internal go goroutine running created at github com cockroachdb cockroach vendor google golang org grpc server servestreams go src github com cockroachdb cockroach vendor google golang org grpc server go github com cockroachdb cockroach vendor google golang org grpc internal transport operateheaders go src github com cockroachdb cockroach vendor google golang org grpc internal transport server go github com cockroachdb cockroach vendor google golang org grpc internal transport handlestreams go src github com cockroachdb cockroach vendor google golang org grpc internal transport server go github com cockroachdb cockroach vendor google golang org grpc server servestreams go src github com cockroachdb cockroach vendor google golang org grpc server go github com cockroachdb cockroach vendor google golang org grpc server handlerawconn go src github com cockroachdb cockroach vendor google golang org grpc server go goroutine running created at github com cockroachdb cockroach pkg sql internalexecutor initconnex go src github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internalexecutor execinternal go src github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internalexecutor queryinternal go src github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internalexecutor queryex go src github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internalexecutor query go src github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg jobs registry maybeadoptjob go src github com cockroachdb cockroach pkg jobs registry go github com cockroachdb cockroach pkg jobs registry start go src github com cockroachdb cockroach pkg jobs registry go github com cockroachdb cockroach pkg jobs registry start go src github com cockroachdb cockroach pkg jobs registry go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go fail github com cockroachdb cockroach pkg ccl importccl more parameters goflags json make stressrace tests testimportchunking pkg pkg ccl importccl testtimeout stressflags timeout powered by | 1 |
162,996 | 20,257,647,507 | IssuesEvent | 2022-02-15 01:57:39 | kapseliboi/crowi | https://api.github.com/repos/kapseliboi/crowi | opened | CVE-2020-7610 (High) detected in bson-1.1.1.tgz | security vulnerability | ## CVE-2020-7610 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bson-1.1.1.tgz</b></p></summary>
<p>A bson parser for node.js and the browser</p>
<p>Library home page: <a href="https://registry.npmjs.org/bson/-/bson-1.1.1.tgz">https://registry.npmjs.org/bson/-/bson-1.1.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/bson/package.json</p>
<p>
Dependency Hierarchy:
- mongodb-memory-server-6.0.1.tgz (Root Library)
- mongodb-memory-server-core-6.0.1.tgz
- mongodb-3.3.3.tgz
- :x: **bson-1.1.1.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
All versions of bson before 1.1.4 are vulnerable to Deserialization of Untrusted Data. The package will ignore an unknown value for an object's _bsotype, leading to cases where an object is serialized as a document rather than the intended BSON type.
<p>Publish Date: 2020-03-30
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7610>CVE-2020-7610</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/mongodb/js-bson/releases/tag/v1.1.4">https://github.com/mongodb/js-bson/releases/tag/v1.1.4</a></p>
<p>Release Date: 2020-04-01</p>
<p>Fix Resolution (bson): 1.1.4</p>
<p>Direct dependency fix Resolution (mongodb-memory-server): 6.0.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-7610 (High) detected in bson-1.1.1.tgz - ## CVE-2020-7610 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bson-1.1.1.tgz</b></p></summary>
<p>A bson parser for node.js and the browser</p>
<p>Library home page: <a href="https://registry.npmjs.org/bson/-/bson-1.1.1.tgz">https://registry.npmjs.org/bson/-/bson-1.1.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/bson/package.json</p>
<p>
Dependency Hierarchy:
- mongodb-memory-server-6.0.1.tgz (Root Library)
- mongodb-memory-server-core-6.0.1.tgz
- mongodb-3.3.3.tgz
- :x: **bson-1.1.1.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
All versions of bson before 1.1.4 are vulnerable to Deserialization of Untrusted Data. The package will ignore an unknown value for an object's _bsotype, leading to cases where an object is serialized as a document rather than the intended BSON type.
<p>Publish Date: 2020-03-30
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7610>CVE-2020-7610</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/mongodb/js-bson/releases/tag/v1.1.4">https://github.com/mongodb/js-bson/releases/tag/v1.1.4</a></p>
<p>Release Date: 2020-04-01</p>
<p>Fix Resolution (bson): 1.1.4</p>
<p>Direct dependency fix Resolution (mongodb-memory-server): 6.0.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in bson tgz cve high severity vulnerability vulnerable library bson tgz a bson parser for node js and the browser library home page a href path to dependency file package json path to vulnerable library node modules bson package json dependency hierarchy mongodb memory server tgz root library mongodb memory server core tgz mongodb tgz x bson tgz vulnerable library found in base branch master vulnerability details all versions of bson before are vulnerable to deserialization of untrusted data the package will ignore an unknown value for an object s bsotype leading to cases where an object is serialized as a document rather than the intended bson type publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution bson direct dependency fix resolution mongodb memory server step up your open source security game with whitesource | 0 |
182,168 | 14,107,224,211 | IssuesEvent | 2020-11-06 15:59:58 | ayumi-cloud/oc2-security-module | https://api.github.com/repos/ayumi-cloud/oc2-security-module | closed | Add blacklist rule list firewall module | Add to Blacklist Enhancement FINSIHED Firewall Priority: Medium Testing - Passed | ### Enhancement idea
- [x] Add blacklist rule list module.
| 1.0 | Add blacklist rule list firewall module - ### Enhancement idea
- [x] Add blacklist rule list module.
| test | add blacklist rule list firewall module enhancement idea add blacklist rule list module | 1 |
217,478 | 7,324,884,784 | IssuesEvent | 2018-03-03 01:46:10 | NCEAS/metacat | https://api.github.com/repos/NCEAS/metacat | closed | delete does not work properly when a file has relations | Category: metacat Component: Bugzilla-Id Priority: Immediate Status: Resolved Tracker: Bug | ---
Author Name: **Chad Berkley** (Chad Berkley)
Original Redmine Issue: 242, https://projects.ecoinformatics.org/ecoinfo/issues/242
Original Date: 2001-06-21
Original Assignee: Jivka Bojilova
---
Metacat will not delete a file if it has relations in the xml_relations tables
because of a constraint error between xml_documents and xml_relations.
Relations need to be removed before deleting the document from xml_documents.
| 1.0 | delete does not work properly when a file has relations - ---
Author Name: **Chad Berkley** (Chad Berkley)
Original Redmine Issue: 242, https://projects.ecoinformatics.org/ecoinfo/issues/242
Original Date: 2001-06-21
Original Assignee: Jivka Bojilova
---
Metacat will not delete a file if it has relations in the xml_relations tables
because of a constraint error between xml_documents and xml_relations.
Relations need to be removed before deleting the document from xml_documents.
| non_test | delete does not work properly when a file has relations author name chad berkley chad berkley original redmine issue original date original assignee jivka bojilova metacat will not delete a file if it has relations in the xml relations tables because of a constraint error between xml documents and xml relations relations need to be removed before deleting the document from xml documents | 0 |
22,123 | 3,934,352,500 | IssuesEvent | 2016-04-25 22:18:51 | JuliaLang/julia | https://api.github.com/repos/JuliaLang/julia | closed | Travis CI failing on OSX | mac test upstream | https://travis-ci.org/JuliaLang/julia/builds/56608667
"The job exceeded the maxmimum time limit for jobs, and has been terminated."
The linux builds ran for approx 25 and 28 minutes; OSX timed out after 47m31s. | 1.0 | Travis CI failing on OSX - https://travis-ci.org/JuliaLang/julia/builds/56608667
"The job exceeded the maxmimum time limit for jobs, and has been terminated."
The linux builds ran for approx 25 and 28 minutes; OSX timed out after 47m31s. | test | travis ci failing on osx the job exceeded the maxmimum time limit for jobs and has been terminated the linux builds ran for approx and minutes osx timed out after | 1 |
247,702 | 20,987,757,860 | IssuesEvent | 2022-03-29 06:10:58 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: jepsen/sequential/majority-ring-start-kill-2 failed | C-test-failure O-robot O-roachtest branch-master release-blocker | roachtest.jepsen/sequential/majority-ring-start-kill-2 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=artifacts#/jepsen/sequential/majority-ring-start-kill-2) on master @ [29716850b181718594663889ddb5f479fef7a305](https://github.com/cockroachdb/cockroach/commits/29716850b181718594663889ddb5f479fef7a305):
```
(1) attached stack trace
-- stack trace:
| main.(*clusterImpl).RunE
| main/pkg/cmd/roachtest/cluster.go:1987
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runJepsen.func1
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/jepsen.go:172
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runJepsen.func3
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/jepsen.go:210
| runtime.goexit
| GOROOT/src/runtime/asm_amd64.s:1581
Wraps: (2) output in run_060916.061268022_n6_bash
Wraps: (3) bash -e -c "\
| cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \
| ~/lein run test \
| --tarball file://${PWD}/cockroach.tgz \
| --username ${USER} \
| --ssh-private-key ~/.ssh/id_rsa \
| --os ubuntu \
| --time-limit 300 \
| --concurrency 30 \
| --recovery-time 25 \
| --test-count 1 \
| -n 10.142.0.248 -n 10.142.0.244 -n 10.142.0.249 -n 10.142.0.245 -n 10.142.0.246 \
| --test sequential --nemesis majority-ring --nemesis2 start-kill-2 \
| > invoke.log 2>&1 \
| " returned
| stderr:
|
| stdout:
Wraps: (4) SSH_PROBLEM
Wraps: (5) Node 6. Command with error:
| ``````
| bash -e -c "\
| cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \
| ~/lein run test \
| --tarball file://${PWD}/cockroach.tgz \
| --username ${USER} \
| --ssh-private-key ~/.ssh/id_rsa \
| --os ubuntu \
| --time-limit 300 \
| --concurrency 30 \
| --recovery-time 25 \
| --test-count 1 \
| -n 10.142.0.248 -n 10.142.0.244 -n 10.142.0.249 -n 10.142.0.245 -n 10.142.0.246 \
| --test sequential --nemesis majority-ring --nemesis2 start-kill-2 \
| > invoke.log 2>&1 \
| "
| ``````
Wraps: (6) exit status 255
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) errors.SSH (5) *hintdetail.withDetail (6) *exec.ExitError
```
<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:.*jepsen/sequential/majority-ring-start-kill-2.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 2.0 | roachtest: jepsen/sequential/majority-ring-start-kill-2 failed - roachtest.jepsen/sequential/majority-ring-start-kill-2 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=artifacts#/jepsen/sequential/majority-ring-start-kill-2) on master @ [29716850b181718594663889ddb5f479fef7a305](https://github.com/cockroachdb/cockroach/commits/29716850b181718594663889ddb5f479fef7a305):
```
(1) attached stack trace
-- stack trace:
| main.(*clusterImpl).RunE
| main/pkg/cmd/roachtest/cluster.go:1987
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runJepsen.func1
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/jepsen.go:172
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runJepsen.func3
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/jepsen.go:210
| runtime.goexit
| GOROOT/src/runtime/asm_amd64.s:1581
Wraps: (2) output in run_060916.061268022_n6_bash
Wraps: (3) bash -e -c "\
| cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \
| ~/lein run test \
| --tarball file://${PWD}/cockroach.tgz \
| --username ${USER} \
| --ssh-private-key ~/.ssh/id_rsa \
| --os ubuntu \
| --time-limit 300 \
| --concurrency 30 \
| --recovery-time 25 \
| --test-count 1 \
| -n 10.142.0.248 -n 10.142.0.244 -n 10.142.0.249 -n 10.142.0.245 -n 10.142.0.246 \
| --test sequential --nemesis majority-ring --nemesis2 start-kill-2 \
| > invoke.log 2>&1 \
| " returned
| stderr:
|
| stdout:
Wraps: (4) SSH_PROBLEM
Wraps: (5) Node 6. Command with error:
| ``````
| bash -e -c "\
| cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \
| ~/lein run test \
| --tarball file://${PWD}/cockroach.tgz \
| --username ${USER} \
| --ssh-private-key ~/.ssh/id_rsa \
| --os ubuntu \
| --time-limit 300 \
| --concurrency 30 \
| --recovery-time 25 \
| --test-count 1 \
| -n 10.142.0.248 -n 10.142.0.244 -n 10.142.0.249 -n 10.142.0.245 -n 10.142.0.246 \
| --test sequential --nemesis majority-ring --nemesis2 start-kill-2 \
| > invoke.log 2>&1 \
| "
| ``````
Wraps: (6) exit status 255
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) errors.SSH (5) *hintdetail.withDetail (6) *exec.ExitError
```
<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:.*jepsen/sequential/majority-ring-start-kill-2.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| test | roachtest jepsen sequential majority ring start kill failed roachtest jepsen sequential majority ring start kill with on master attached stack trace stack trace main clusterimpl rune main pkg cmd roachtest cluster go github com cockroachdb cockroach pkg cmd roachtest tests runjepsen github com cockroachdb cockroach pkg cmd roachtest tests jepsen go github com cockroachdb cockroach pkg cmd roachtest tests runjepsen github com cockroachdb cockroach pkg cmd roachtest tests jepsen go runtime goexit goroot src runtime asm s wraps output in run bash wraps bash e c cd mnt jepsen cockroachdb set eo pipefail lein run test tarball file pwd cockroach tgz username user ssh private key ssh id rsa os ubuntu time limit concurrency recovery time test count n n n n n test sequential nemesis majority ring start kill invoke log returned stderr stdout wraps ssh problem wraps node command with error bash e c cd mnt jepsen cockroachdb set eo pipefail lein run test tarball file pwd cockroach tgz username user ssh private key ssh id rsa os ubuntu time limit concurrency recovery time test count n n n n n test sequential nemesis majority ring start kill invoke log wraps exit status error types withstack withstack errutil withprefix cluster withcommanddetails errors ssh hintdetail withdetail exec exiterror help see see cc cockroachdb kv triage | 1 |
125,652 | 17,836,751,760 | IssuesEvent | 2021-09-03 02:58:28 | hygieia/hygieia-core | https://api.github.com/repos/hygieia/hygieia-core | closed | CVE-2021-24122 (Medium) detected in tomcat-embed-core-8.5.57.jar | wontfix security vulnerability | ## CVE-2021-24122 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.57.jar</b></p></summary>
<p>Core Tomcat implementation</p>
<p>Path to dependency file: hygieia-core/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.57/tomcat-embed-core-8.5.57.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.5.22.RELEASE.jar (Root Library)
- spring-boot-starter-tomcat-1.5.22.RELEASE.jar
- :x: **tomcat-embed-core-8.5.57.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/hygieia/hygieia-core/commit/e837996a29bfa18de6543ca1ff20007320eb612d">e837996a29bfa18de6543ca1ff20007320eb612d</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>
When serving resources from a network location using the NTFS file system, Apache Tomcat versions 10.0.0-M1 to 10.0.0-M9, 9.0.0.M1 to 9.0.39, 8.5.0 to 8.5.59 and 7.0.0 to 7.0.106 were susceptible to JSP source code disclosure in some configurations. The root cause was the unexpected behaviour of the JRE API File.getCanonicalPath() which in turn was caused by the inconsistent behaviour of the Windows API (FindFirstFileW) in some circumstances.
<p>Publish Date: 2021-01-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-24122>CVE-2021-24122</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.9</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24122">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24122</a></p>
<p>Release Date: 2021-01-14</p>
<p>Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:7.0.107,8.5.60,9.0.40,10.0.0-M10;org.apache.tomcat:tomcat-catalina:7.0.107,8.5.60,9.0.40,10.0.0-M10</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-24122 (Medium) detected in tomcat-embed-core-8.5.57.jar - ## CVE-2021-24122 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.57.jar</b></p></summary>
<p>Core Tomcat implementation</p>
<p>Path to dependency file: hygieia-core/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.57/tomcat-embed-core-8.5.57.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.5.22.RELEASE.jar (Root Library)
- spring-boot-starter-tomcat-1.5.22.RELEASE.jar
- :x: **tomcat-embed-core-8.5.57.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/hygieia/hygieia-core/commit/e837996a29bfa18de6543ca1ff20007320eb612d">e837996a29bfa18de6543ca1ff20007320eb612d</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>
When serving resources from a network location using the NTFS file system, Apache Tomcat versions 10.0.0-M1 to 10.0.0-M9, 9.0.0.M1 to 9.0.39, 8.5.0 to 8.5.59 and 7.0.0 to 7.0.106 were susceptible to JSP source code disclosure in some configurations. The root cause was the unexpected behaviour of the JRE API File.getCanonicalPath() which in turn was caused by the inconsistent behaviour of the Windows API (FindFirstFileW) in some circumstances.
<p>Publish Date: 2021-01-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-24122>CVE-2021-24122</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.9</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24122">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24122</a></p>
<p>Release Date: 2021-01-14</p>
<p>Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:7.0.107,8.5.60,9.0.40,10.0.0-M10;org.apache.tomcat:tomcat-catalina:7.0.107,8.5.60,9.0.40,10.0.0-M10</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 tomcat embed core jar cve medium severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation path to dependency file hygieia core pom xml path to vulnerable library home wss scanner repository org apache tomcat embed tomcat embed core tomcat embed core jar dependency hierarchy spring boot starter web release jar root library spring boot starter tomcat release jar x tomcat embed core jar vulnerable library found in head commit a href found in base branch master vulnerability details when serving resources from a network location using the ntfs file system apache tomcat versions to to to and to were susceptible to jsp source code disclosure in some configurations the root cause was the unexpected behaviour of the jre api file getcanonicalpath which in turn was caused by the inconsistent behaviour of the windows api findfirstfilew in some circumstances publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache tomcat embed tomcat embed core org apache tomcat tomcat catalina step up your open source security game with whitesource | 0 |
17,650 | 4,183,626,553 | IssuesEvent | 2016-06-23 01:21:38 | zbAction/zbAction | https://api.github.com/repos/zbAction/zbAction | opened | Missing zbAction Internals | documentation enhancement | _From @WildAndrewLee on August 28, 2015 4:33_
_Copied from original issue: WildAndrewLee/zbAction#4_ | 1.0 | Missing zbAction Internals - _From @WildAndrewLee on August 28, 2015 4:33_
_Copied from original issue: WildAndrewLee/zbAction#4_ | non_test | missing zbaction internals from wildandrewlee on august copied from original issue wildandrewlee zbaction | 0 |
151,996 | 13,440,923,752 | IssuesEvent | 2020-09-08 02:31:34 | Guardians-DSC/LCCBot | https://api.github.com/repos/Guardians-DSC/LCCBot | closed | Problema no uso do template do README.md | bug documentation | **Descreva o bug**
No README.md, na última linha, faltou substituir um texto 'SeuProjeto'
**Comportamento desejado**
Aparecer o texto 'LCC Bot' | 1.0 | Problema no uso do template do README.md - **Descreva o bug**
No README.md, na última linha, faltou substituir um texto 'SeuProjeto'
**Comportamento desejado**
Aparecer o texto 'LCC Bot' | non_test | problema no uso do template do readme md descreva o bug no readme md na última linha faltou substituir um texto seuprojeto comportamento desejado aparecer o texto lcc bot | 0 |
128,739 | 27,321,660,307 | IssuesEvent | 2023-02-24 20:26:47 | pfmc-assessments/PacFIN.Utilities | https://api.github.com/repos/pfmc-assessments/PacFIN.Utilities | opened | PACFIN_SPECIES_CODE sometimes has spaces | type: bug :bug: topic: database topic: code | **Describe the bug**
Sometimes, `PACFIN_SPECIES_CODE` has leading or trailing spaces.
**To Reproduce**
e.g., " POP", " REX", "POP ", "REX "
**Expected behavior**
All PACFIN_SPECIES_CODES should match the [list given in their documentation](https://pacfin.psmfc.org/pacfin_pub/data_rpts_pub/code_lists/sp.txt).
**Additional context**
@okenk this pertains to Rex Sole. | 1.0 | PACFIN_SPECIES_CODE sometimes has spaces - **Describe the bug**
Sometimes, `PACFIN_SPECIES_CODE` has leading or trailing spaces.
**To Reproduce**
e.g., " POP", " REX", "POP ", "REX "
**Expected behavior**
All PACFIN_SPECIES_CODES should match the [list given in their documentation](https://pacfin.psmfc.org/pacfin_pub/data_rpts_pub/code_lists/sp.txt).
**Additional context**
@okenk this pertains to Rex Sole. | non_test | pacfin species code sometimes has spaces describe the bug sometimes pacfin species code has leading or trailing spaces to reproduce e g pop rex pop rex expected behavior all pacfin species codes should match the additional context okenk this pertains to rex sole | 0 |
201,906 | 15,229,236,284 | IssuesEvent | 2021-02-18 12:38:01 | WeiXian042901/fyp_repository | https://api.github.com/repos/WeiXian042901/fyp_repository | opened | FU_053_Quiz Play Page Time Specific Question(Question Correct Answer and Explanation) | Acceptance Test Quiz User | **Test Scenario**
- User wants to revisit the questions attempted and review the correct answer and it’s explanation
**Test Case**
- The user can toggle on the “1” button and the question, user’s response , correct answer and explanation is displayed
**Pre-Conditions**
- User has successfully entered the application
- User clicked on the “Quizzes” Option
- User selected the “Testing title(Time)” quiz option
- User clicked on the “Start Quiz” button.
- Select “Correct Answer” as the Correct answer at the 30 second mark
- User has completed all the questions in the quiz
- User clicks on the “Next Question” button
**Test-Steps**
1. Click on the “1” button at the top
**Test Data**
**Expected Results**
- The user should be displayed with the correct question, correct user response that is labelled correct and the correct explanation
**Actual Results**
- The user is displayed with the correct question, wrong user response, the right correct answer and the correct explanation
**Pass/Fail**
- Pass
**Date Tested**
- 10th February 2021
**Tested By**
- Zachary Tan | 1.0 | FU_053_Quiz Play Page Time Specific Question(Question Correct Answer and Explanation) - **Test Scenario**
- User wants to revisit the questions attempted and review the correct answer and it’s explanation
**Test Case**
- The user can toggle on the “1” button and the question, user’s response , correct answer and explanation is displayed
**Pre-Conditions**
- User has successfully entered the application
- User clicked on the “Quizzes” Option
- User selected the “Testing title(Time)” quiz option
- User clicked on the “Start Quiz” button.
- Select “Correct Answer” as the Correct answer at the 30 second mark
- User has completed all the questions in the quiz
- User clicks on the “Next Question” button
**Test-Steps**
1. Click on the “1” button at the top
**Test Data**
**Expected Results**
- The user should be displayed with the correct question, correct user response that is labelled correct and the correct explanation
**Actual Results**
- The user is displayed with the correct question, wrong user response, the right correct answer and the correct explanation
**Pass/Fail**
- Pass
**Date Tested**
- 10th February 2021
**Tested By**
- Zachary Tan | test | fu quiz play page time specific question question correct answer and explanation test scenario user wants to revisit the questions attempted and review the correct answer and it’s explanation test case the user can toggle on the “ ” button and the question user’s response correct answer and explanation is displayed pre conditions user has successfully entered the application user clicked on the “quizzes” option user selected the “testing title time ” quiz option user clicked on the “start quiz” button select “correct answer” as the correct answer at the second mark user has completed all the questions in the quiz user clicks on the “next question” button test steps click on the “ ” button at the top test data expected results the user should be displayed with the correct question correct user response that is labelled correct and the correct explanation actual results the user is displayed with the correct question wrong user response the right correct answer and the correct explanation pass fail pass date tested february tested by zachary tan | 1 |
55,735 | 11,462,985,833 | IssuesEvent | 2020-02-07 15:10:23 | ArctosDB/arctos | https://api.github.com/repos/ArctosDB/arctos | closed | New event attributes - weather, etc. | Function-CodeTables Function-Locality/Event/Georeferencing Priority-Normal | Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html
**Table**
https://arctos.database.museum/info/ctDocumentation.cfm?table=CTCOLL_EVENT_ATTR_TYPE
https://arctos.database.museum/info/ctDocumentation.cfm?table=CTCOLL_EVENT_ATT_ATT
**Value**
attribute type | documentation | data type | units
------------ | ------------- | ------------ | -------------
air temperature | The temperature of the air, as measured during a collecting event. | number | TEMPERATURE_UNITS
relative humidity | Relative humidity of the air, as measured during a collecting event. | number or free text? Free text would allow people to enter a ratio, but not sure if that's common RH notation |
weather | A general description of the weather during a collecting event. | free-text |
tree girth | For events where an individual tree represents a collecting locality. Circumference measurement around a tree trunk perpendicular to the axis of the trunk, measured at 1.4m above ground level (breast height). | number | LENGTH_UNITS
^As for tree girth, we have a few invertebrate specimens that were collected from trees, where the collectors recorded a circumference measurement for the tree (and possibly collected more than one invert per tree). This is an on-going student project, so we will likely get similar specimens in the future. Definitely open to suggestions of other places to put these data!
**Priority**
Normal
| 1.0 | New event attributes - weather, etc. - Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html
**Table**
https://arctos.database.museum/info/ctDocumentation.cfm?table=CTCOLL_EVENT_ATTR_TYPE
https://arctos.database.museum/info/ctDocumentation.cfm?table=CTCOLL_EVENT_ATT_ATT
**Value**
attribute type | documentation | data type | units
------------ | ------------- | ------------ | -------------
air temperature | The temperature of the air, as measured during a collecting event. | number | TEMPERATURE_UNITS
relative humidity | Relative humidity of the air, as measured during a collecting event. | number or free text? Free text would allow people to enter a ratio, but not sure if that's common RH notation |
weather | A general description of the weather during a collecting event. | free-text |
tree girth | For events where an individual tree represents a collecting locality. Circumference measurement around a tree trunk perpendicular to the axis of the trunk, measured at 1.4m above ground level (breast height). | number | LENGTH_UNITS
^As for tree girth, we have a few invertebrate specimens that were collected from trees, where the collectors recorded a circumference measurement for the tree (and possibly collected more than one invert per tree). This is an on-going student project, so we will likely get similar specimens in the future. Definitely open to suggestions of other places to put these data!
**Priority**
Normal
| non_test | new event attributes weather etc issue documentation is table value attribute type documentation data type units air temperature the temperature of the air as measured during a collecting event number temperature units relative humidity relative humidity of the air as measured during a collecting event number or free text free text would allow people to enter a ratio but not sure if that s common rh notation weather a general description of the weather during a collecting event free text tree girth for events where an individual tree represents a collecting locality circumference measurement around a tree trunk perpendicular to the axis of the trunk measured at above ground level breast height number length units as for tree girth we have a few invertebrate specimens that were collected from trees where the collectors recorded a circumference measurement for the tree and possibly collected more than one invert per tree this is an on going student project so we will likely get similar specimens in the future definitely open to suggestions of other places to put these data priority normal | 0 |
168,908 | 13,107,079,752 | IssuesEvent | 2020-08-04 14:45:50 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: scaledata/job-coordinator/nodes=3 failed | C-test-failure O-roachtest O-robot branch-master release-blocker | [(roachtest).scaledata/job-coordinator/nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2111252&tab=buildLog) on [master@b8a50cc4d062293915969cdc83e3ec4d057cede5](https://github.com/cockroachdb/cockroach/commits/b8a50cc4d062293915969cdc83e3ec4d057cede5):
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/scaledata/job-coordinator/nodes=3/run_1
cluster.go:2553,scaledata.go:119,scaledata.go:49,test_runner.go:757: monitor failure: monitor task failed: output in run_060533.883_n4_jobcoordinator_: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2111252-1595484018-14-n4cpu4:4 -- ./job-coordinator --duration_secs=600 --num_workers=16 --cockroach_ip_addresses_csv='10.128.0.61:26257,10.128.0.115:26257,10.128.0.122:26257' --num_jobs_per_worker=8 --job_period_scale_millis=100 returned: exit status 20
(1) attached stack trace
| main.(*monitor).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2541
| main.(*monitor).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2549
| main.runSqlapp
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/scaledata.go:119
| main.registerScaleData.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/scaledata.go:49
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:757
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
| main.(*monitor).wait.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2597
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
| main.(*cluster).RunE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2201
| main.runSqlapp.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/scaledata.go:115
| main.(*monitor).Go.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2531
| golang.org/x/sync/errgroup.(*Group).Go.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:57
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1373
Wraps: (6) 2 safe details enclosed
Wraps: (7) output in run_060533.883_n4_jobcoordinator_
Wraps: (8) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2111252-1595484018-14-n4cpu4:4 -- ./job-coordinator --duration_secs=600 --num_workers=16 --cockroach_ip_addresses_csv='10.128.0.61:26257,10.128.0.115:26257,10.128.0.122:26257' --num_jobs_per_worker=8 --job_period_scale_millis=100 returned
| stderr:
| job_id: job_node5_1 instance_id: 600 status: RUNNING nextStatus: SUCCEEDED txResult: 0
| 2020/07/23 06:15:35 Finished run of job instance: &{job_node5_1 600 13 RUNNING 1595484934969957073 1595484935057802264 0xc0008a22f0 1}
| 2020/07/23 06:15:35 Caught error. will sleep: driver: bad connection
| 2020/07/23 06:15:35 Hit timeout while waiting for jobs to succeed. jobSpecs: [{job_node14_0 500 jobConfig0} {job_node14_1 600 jobConfig1} {job_node14_2 700 jobConfig2} {job_node14_3 800 jobConfig3} {job_node14_4 900 jobConfig4} {job_node14_5 500 jobConfig5} {job_node14_6 600 jobConfig6} {job_node14_7 700 jobConfig7}]
| Error: COMMAND_PROBLEM: exit status 1
| (1) COMMAND_PROBLEM
| Wraps: (2) Node 4. Command with error:
| | ```
| | ./job-coordinator --duration_secs=600 --num_workers=16 --cockroach_ip_addresses_csv='10.128.0.61:26257,10.128.0.115:26257,10.128.0.122:26257' --num_jobs_per_worker=8 --job_period_scale_millis=100
| | ```
| Wraps: (3) exit status 1
| Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
|
| stdout:
Wraps: (9) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *withstack.withStack (4) *errutil.withMessage (5) *withstack.withStack (6) *safedetails.withSafeDetails (7) *errutil.withMessage (8) *main.withCommandDetails (9) *exec.ExitError
```
<details><summary>More</summary><p>
Artifacts: [/scaledata/job-coordinator/nodes=3](https://teamcity.cockroachdb.com/viewLog.html?buildId=2111252&tab=artifacts#/scaledata/job-coordinator/nodes=3)
Related:
- #51700 roachtest: scaledata/job-coordinator/nodes=3 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-provisional_202007220233_v20.2.0-alpha.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-provisional_202007220233_v20.2.0-alpha.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker)
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascaledata%2Fjob-coordinator%2Fnodes%3D3.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
| 2.0 | roachtest: scaledata/job-coordinator/nodes=3 failed - [(roachtest).scaledata/job-coordinator/nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2111252&tab=buildLog) on [master@b8a50cc4d062293915969cdc83e3ec4d057cede5](https://github.com/cockroachdb/cockroach/commits/b8a50cc4d062293915969cdc83e3ec4d057cede5):
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/scaledata/job-coordinator/nodes=3/run_1
cluster.go:2553,scaledata.go:119,scaledata.go:49,test_runner.go:757: monitor failure: monitor task failed: output in run_060533.883_n4_jobcoordinator_: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2111252-1595484018-14-n4cpu4:4 -- ./job-coordinator --duration_secs=600 --num_workers=16 --cockroach_ip_addresses_csv='10.128.0.61:26257,10.128.0.115:26257,10.128.0.122:26257' --num_jobs_per_worker=8 --job_period_scale_millis=100 returned: exit status 20
(1) attached stack trace
| main.(*monitor).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2541
| main.(*monitor).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2549
| main.runSqlapp
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/scaledata.go:119
| main.registerScaleData.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/scaledata.go:49
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:757
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
| main.(*monitor).wait.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2597
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
| main.(*cluster).RunE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2201
| main.runSqlapp.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/scaledata.go:115
| main.(*monitor).Go.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2531
| golang.org/x/sync/errgroup.(*Group).Go.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:57
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1373
Wraps: (6) 2 safe details enclosed
Wraps: (7) output in run_060533.883_n4_jobcoordinator_
Wraps: (8) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2111252-1595484018-14-n4cpu4:4 -- ./job-coordinator --duration_secs=600 --num_workers=16 --cockroach_ip_addresses_csv='10.128.0.61:26257,10.128.0.115:26257,10.128.0.122:26257' --num_jobs_per_worker=8 --job_period_scale_millis=100 returned
| stderr:
| job_id: job_node5_1 instance_id: 600 status: RUNNING nextStatus: SUCCEEDED txResult: 0
| 2020/07/23 06:15:35 Finished run of job instance: &{job_node5_1 600 13 RUNNING 1595484934969957073 1595484935057802264 0xc0008a22f0 1}
| 2020/07/23 06:15:35 Caught error. will sleep: driver: bad connection
| 2020/07/23 06:15:35 Hit timeout while waiting for jobs to succeed. jobSpecs: [{job_node14_0 500 jobConfig0} {job_node14_1 600 jobConfig1} {job_node14_2 700 jobConfig2} {job_node14_3 800 jobConfig3} {job_node14_4 900 jobConfig4} {job_node14_5 500 jobConfig5} {job_node14_6 600 jobConfig6} {job_node14_7 700 jobConfig7}]
| Error: COMMAND_PROBLEM: exit status 1
| (1) COMMAND_PROBLEM
| Wraps: (2) Node 4. Command with error:
| | ```
| | ./job-coordinator --duration_secs=600 --num_workers=16 --cockroach_ip_addresses_csv='10.128.0.61:26257,10.128.0.115:26257,10.128.0.122:26257' --num_jobs_per_worker=8 --job_period_scale_millis=100
| | ```
| Wraps: (3) exit status 1
| Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
|
| stdout:
Wraps: (9) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *withstack.withStack (4) *errutil.withMessage (5) *withstack.withStack (6) *safedetails.withSafeDetails (7) *errutil.withMessage (8) *main.withCommandDetails (9) *exec.ExitError
```
<details><summary>More</summary><p>
Artifacts: [/scaledata/job-coordinator/nodes=3](https://teamcity.cockroachdb.com/viewLog.html?buildId=2111252&tab=artifacts#/scaledata/job-coordinator/nodes=3)
Related:
- #51700 roachtest: scaledata/job-coordinator/nodes=3 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-provisional_202007220233_v20.2.0-alpha.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-provisional_202007220233_v20.2.0-alpha.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker)
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascaledata%2Fjob-coordinator%2Fnodes%3D3.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
| test | roachtest scaledata job coordinator nodes failed on the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts scaledata job coordinator nodes run cluster go scaledata go scaledata go test runner go monitor failure monitor task failed output in run jobcoordinator home agent work go src github com cockroachdb cockroach bin roachprod run teamcity job coordinator duration secs num workers cockroach ip addresses csv num jobs per worker job period scale millis returned exit status attached stack trace main monitor waite home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go main monitor wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go main runsqlapp home agent work go src github com cockroachdb cockroach pkg cmd roachtest scaledata go main registerscaledata home agent work go src github com cockroachdb cockroach pkg cmd roachtest scaledata go main testrunner runtest home agent work go src github com cockroachdb cockroach pkg cmd roachtest test runner go wraps monitor failure wraps attached stack trace main monitor wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go wraps monitor task failed wraps attached stack trace main cluster rune home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go main runsqlapp home agent work go src github com cockroachdb cockroach pkg cmd roachtest scaledata go main monitor go home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go golang org x sync errgroup group go home agent work go src github com cockroachdb cockroach vendor golang org x sync errgroup errgroup go runtime goexit usr local go src runtime asm s wraps safe details enclosed wraps output in run jobcoordinator wraps home agent work go src github com cockroachdb cockroach bin roachprod run teamcity job coordinator duration secs num workers cockroach ip addresses csv num jobs per worker job period scale millis returned stderr job id job instance id status running nextstatus succeeded txresult finished run of job instance job running caught error will sleep driver bad connection hit timeout while waiting for jobs to succeed jobspecs error command problem exit status command problem wraps node command with error job coordinator duration secs num workers cockroach ip addresses csv num jobs per worker job period scale millis wraps exit status error types errors cmd hintdetail withdetail exec exiterror stdout wraps exit status error types withstack withstack errutil withmessage withstack withstack errutil withmessage withstack withstack safedetails withsafedetails errutil withmessage main withcommanddetails exec exiterror more artifacts related roachtest scaledata job coordinator nodes failed powered by | 1 |
20,910 | 11,565,990,119 | IssuesEvent | 2020-02-20 11:34:53 | terraform-providers/terraform-provider-aws | https://api.github.com/repos/terraform-providers/terraform-provider-aws | reopened | data.aws_route_table now return a subnet's implicit route when the explicit is not set | enhancement needs-triage service/ec2 | <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### Description
The AWS API has the an odd behavior: if one requests a subnet's route and the route has no explicit route set, i.e. it uses the default VPC route, then no result is returned, which is *very* frustrating.
Example:
```
aws ec2 describe-route-tables --filter Name=association.subnet-id,Values=subnet-XXXXXX
{
"RouteTables": []
}
```
In this case, one has to get the default route from the VPC:
`aws ec2 describe-route-tables --filter Name=vpc-id,Values=vpc-ZZZZZZ Name=association.main,Values=true`
This PR does exactly that. It saves the user from the frustration provided by the AWS api.
The heuristic to find out when to do that could be improved. I am more then welcome to suggestions on this regard. I tried to be as conservative as possible in order to not return false positives.
### New or Affected Resource(s)
* data.aws_route_table
### Potential Terraform Configuration
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
```hcl
# this is a trivial terraform script assuming you know which subnet is problematic
data "aws_route_table" "a_route" {
subnet_id = "subnet-XXXXXXXX"
}
output "the_route" {
value = data.aws_route_table.a_route
}
# here is a more advanced one that try to obtain every single route from every VPC.
# it's the trivial way to reproduce the issue, but the hard way to debug it
data "aws_vpcs" "vpcs" {}
data "aws_subnet_ids" "subnet_ids" {
for_each = data.aws_vpcs.vpcs.ids
vpc_id = each.value
}
data "aws_route_table" "rts" {
// all routes in the region
for_each = toset(flatten([ for key in keys(data.aws_subnet_ids.subnet_ids) : data.aws_subnet_ids.subnet_ids[key].ids ]))
subnet_id = each.value
}
output "routes" {
value = data.aws_route_table.rts
}
```
### References
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html
| 1.0 | data.aws_route_table now return a subnet's implicit route when the explicit is not set - <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### Description
The AWS API has the an odd behavior: if one requests a subnet's route and the route has no explicit route set, i.e. it uses the default VPC route, then no result is returned, which is *very* frustrating.
Example:
```
aws ec2 describe-route-tables --filter Name=association.subnet-id,Values=subnet-XXXXXX
{
"RouteTables": []
}
```
In this case, one has to get the default route from the VPC:
`aws ec2 describe-route-tables --filter Name=vpc-id,Values=vpc-ZZZZZZ Name=association.main,Values=true`
This PR does exactly that. It saves the user from the frustration provided by the AWS api.
The heuristic to find out when to do that could be improved. I am more then welcome to suggestions on this regard. I tried to be as conservative as possible in order to not return false positives.
### New or Affected Resource(s)
* data.aws_route_table
### Potential Terraform Configuration
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
```hcl
# this is a trivial terraform script assuming you know which subnet is problematic
data "aws_route_table" "a_route" {
subnet_id = "subnet-XXXXXXXX"
}
output "the_route" {
value = data.aws_route_table.a_route
}
# here is a more advanced one that try to obtain every single route from every VPC.
# it's the trivial way to reproduce the issue, but the hard way to debug it
data "aws_vpcs" "vpcs" {}
data "aws_subnet_ids" "subnet_ids" {
for_each = data.aws_vpcs.vpcs.ids
vpc_id = each.value
}
data "aws_route_table" "rts" {
// all routes in the region
for_each = toset(flatten([ for key in keys(data.aws_subnet_ids.subnet_ids) : data.aws_subnet_ids.subnet_ids[key].ids ]))
subnet_id = each.value
}
output "routes" {
value = data.aws_route_table.rts
}
```
### References
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html
| non_test | data aws route table now return a subnet s implicit route when the explicit is not set community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description the aws api has the an odd behavior if one requests a subnet s route and the route has no explicit route set i e it uses the default vpc route then no result is returned which is very frustrating example aws describe route tables filter name association subnet id values subnet xxxxxx routetables in this case one has to get the default route from the vpc aws describe route tables filter name vpc id values vpc zzzzzz name association main values true this pr does exactly that it saves the user from the frustration provided by the aws api the heuristic to find out when to do that could be improved i am more then welcome to suggestions on this regard i tried to be as conservative as possible in order to not return false positives new or affected resource s data aws route table potential terraform configuration hcl this is a trivial terraform script assuming you know which subnet is problematic data aws route table a route subnet id subnet xxxxxxxx output the route value data aws route table a route here is a more advanced one that try to obtain every single route from every vpc it s the trivial way to reproduce the issue but the hard way to debug it data aws vpcs vpcs data aws subnet ids subnet ids for each data aws vpcs vpcs ids vpc id each value data aws route table rts all routes in the region for each toset flatten ids subnet id each value output routes value data aws route table rts references | 0 |
191,375 | 14,594,071,885 | IssuesEvent | 2020-12-20 03:06:19 | github-vet/rangeloop-pointer-findings | https://api.github.com/repos/github-vet/rangeloop-pointer-findings | closed | ymaxgit/KubeGPU: plugins/gpuschedulerplugin/devicescheduler_test.go; 4 LoC | fresh test tiny |
Found a possible issue in [ymaxgit/KubeGPU](https://www.github.com/ymaxgit/KubeGPU) at [plugins/gpuschedulerplugin/devicescheduler_test.go](https://github.com/ymaxgit/KubeGPU/blob/aaa25192efe774b7090255b8394eede85710172b/plugins/gpuschedulerplugin/devicescheduler_test.go#L55-L58)
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 cont at line 56 may start a goroutine
[Click here to see the code in its original context.](https://github.com/ymaxgit/KubeGPU/blob/aaa25192efe774b7090255b8394eede85710172b/plugins/gpuschedulerplugin/devicescheduler_test.go#L55-L58)
<details>
<summary>Click here to show the 4 line(s) of Go which triggered the analyzer.</summary>
```go
for contName, cont := range spec.RunningContainers {
printContainerAllocation(contName, &cont)
fmt.Printf("\n")
}
```
</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: aaa25192efe774b7090255b8394eede85710172b
| 1.0 | ymaxgit/KubeGPU: plugins/gpuschedulerplugin/devicescheduler_test.go; 4 LoC -
Found a possible issue in [ymaxgit/KubeGPU](https://www.github.com/ymaxgit/KubeGPU) at [plugins/gpuschedulerplugin/devicescheduler_test.go](https://github.com/ymaxgit/KubeGPU/blob/aaa25192efe774b7090255b8394eede85710172b/plugins/gpuschedulerplugin/devicescheduler_test.go#L55-L58)
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 cont at line 56 may start a goroutine
[Click here to see the code in its original context.](https://github.com/ymaxgit/KubeGPU/blob/aaa25192efe774b7090255b8394eede85710172b/plugins/gpuschedulerplugin/devicescheduler_test.go#L55-L58)
<details>
<summary>Click here to show the 4 line(s) of Go which triggered the analyzer.</summary>
```go
for contName, cont := range spec.RunningContainers {
printContainerAllocation(contName, &cont)
fmt.Printf("\n")
}
```
</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: aaa25192efe774b7090255b8394eede85710172b
| test | ymaxgit kubegpu plugins gpuschedulerplugin devicescheduler 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 cont at line may start a goroutine click here to show the line s of go which triggered the analyzer go for contname cont range spec runningcontainers printcontainerallocation contname cont fmt printf n 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 |
175,885 | 27,989,266,194 | IssuesEvent | 2023-03-27 01:15:46 | hamhabocca/frontend | https://api.github.com/repos/hamhabocca/frontend | opened | [PAGE] Home | design | - [ ] [COMP] 홈 검색 필터
- [ ] [COMP] 홈 메뉴바
- [ ] 공지사항 영역
- [ ] 최신 랠리글 영역
- [ ] 푸터 배치
버튼 연결
- [ ] 홈 메뉴바
- [ ] 더보기
- [ ] 검색 필터 | 1.0 | [PAGE] Home - - [ ] [COMP] 홈 검색 필터
- [ ] [COMP] 홈 메뉴바
- [ ] 공지사항 영역
- [ ] 최신 랠리글 영역
- [ ] 푸터 배치
버튼 연결
- [ ] 홈 메뉴바
- [ ] 더보기
- [ ] 검색 필터 | non_test | home 홈 검색 필터 홈 메뉴바 공지사항 영역 최신 랠리글 영역 푸터 배치 버튼 연결 홈 메뉴바 더보기 검색 필터 | 0 |
214,601 | 16,600,611,310 | IssuesEvent | 2021-06-01 18:53:45 | geerlingguy/raspberry-pi-pcie-devices | https://api.github.com/repos/geerlingguy/raspberry-pi-pcie-devices | closed | Benchmark Pi kernel compilation on M1 Mac mini and MacBook Air | currently testing | Just for funsies... I'm trading in my Intel i9 2.4 GHz 2019 16" MacBook Pro for both an M1 Mac mini (with 10Gbps and 16 GB RAM) and an M1 MacBook Air (with 16 GB of RAM) — notably, those two computers cost the same as the amount I can sell the 2019 MBP for _used_!
The 2019 MBP will do about 12.5 minutes cross-compile using the following command on the 5.10.x kernel inside the [Docker-based cross-compile environment](https://github.com/geerlingguy/raspberry-pi-pcie-devices/tree/master/extras/cross-compile):
```
time make -j10 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image modules dtbs
```
I want to see how the Air and mini perform for the same exact command (under qemu) and see what kind of things I can do to optimize build times since the M1 is native ARM/`aarch64`... | 1.0 | Benchmark Pi kernel compilation on M1 Mac mini and MacBook Air - Just for funsies... I'm trading in my Intel i9 2.4 GHz 2019 16" MacBook Pro for both an M1 Mac mini (with 10Gbps and 16 GB RAM) and an M1 MacBook Air (with 16 GB of RAM) — notably, those two computers cost the same as the amount I can sell the 2019 MBP for _used_!
The 2019 MBP will do about 12.5 minutes cross-compile using the following command on the 5.10.x kernel inside the [Docker-based cross-compile environment](https://github.com/geerlingguy/raspberry-pi-pcie-devices/tree/master/extras/cross-compile):
```
time make -j10 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image modules dtbs
```
I want to see how the Air and mini perform for the same exact command (under qemu) and see what kind of things I can do to optimize build times since the M1 is native ARM/`aarch64`... | test | benchmark pi kernel compilation on mac mini and macbook air just for funsies i m trading in my intel ghz macbook pro for both an mac mini with and gb ram and an macbook air with gb of ram — notably those two computers cost the same as the amount i can sell the mbp for used the mbp will do about minutes cross compile using the following command on the x kernel inside the time make arch cross compile linux gnu image modules dtbs i want to see how the air and mini perform for the same exact command under qemu and see what kind of things i can do to optimize build times since the is native arm | 1 |
50,552 | 6,101,821,480 | IssuesEvent | 2017-06-20 15:18:12 | dotCMS/core | https://api.github.com/repos/dotCMS/core | closed | Categories for a content are not been filtering correctly | Severity : Support Requested WF : Merged WF : Needs Test Case WF : Passed QA | <!--- Provide a general summary of the issue in the Title above -->
Categories for a content are not been filtering correctly
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
Based on https://my.dotcms.com/tickets/detail.dot?id=ae389c95-db31-43f0-a874-1443f9d60c6d
the categories on the content rest are not retrieving the right subcategories, for the content categories.
<!--- If you're suggesting a change/improvement/new feature, tell us how it should work -->
Have to fix the code in order to retrieve the right parent categories filtered by the current category field
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement/new feature, explain the difference from current behavior -->
The current rest get content does not return the right parent categories filtered, instead of it returned all parent categories even if it is not a child of the category field.
## 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 -->
Check the steps on the ticket
## Context
<!--- If describing a bug, how has this issue affected you? What are you trying to accomplish? -->
<!--- If you're suggesting a change/improvement/new feature, why is this change important to you? How would you use it? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* dotCMS version used: 4.0.1
* Browser Name and version: Chrome, FF
* Operating System and version: Mac
* Application Server and version: Tomcat
* Java Brand and version: 1.8
* Database and version: MySQL
* Application module (if apply): | 1.0 | Categories for a content are not been filtering correctly - <!--- Provide a general summary of the issue in the Title above -->
Categories for a content are not been filtering correctly
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
Based on https://my.dotcms.com/tickets/detail.dot?id=ae389c95-db31-43f0-a874-1443f9d60c6d
the categories on the content rest are not retrieving the right subcategories, for the content categories.
<!--- If you're suggesting a change/improvement/new feature, tell us how it should work -->
Have to fix the code in order to retrieve the right parent categories filtered by the current category field
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement/new feature, explain the difference from current behavior -->
The current rest get content does not return the right parent categories filtered, instead of it returned all parent categories even if it is not a child of the category field.
## 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 -->
Check the steps on the ticket
## Context
<!--- If describing a bug, how has this issue affected you? What are you trying to accomplish? -->
<!--- If you're suggesting a change/improvement/new feature, why is this change important to you? How would you use it? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* dotCMS version used: 4.0.1
* Browser Name and version: Chrome, FF
* Operating System and version: Mac
* Application Server and version: Tomcat
* Java Brand and version: 1.8
* Database and version: MySQL
* Application module (if apply): | test | categories for a content are not been filtering correctly categories for a content are not been filtering correctly expected behavior based on the categories on the content rest are not retrieving the right subcategories for the content categories have to fix the code in order to retrieve the right parent categories filtered by the current category field current behavior the current rest get content does not return the right parent categories filtered instead of it returned all parent categories even if it is not a child of the category field steps to reproduce for bugs check the steps on the ticket context your environment dotcms version used browser name and version chrome ff operating system and version mac application server and version tomcat java brand and version database and version mysql application module if apply | 1 |
144,242 | 19,286,085,491 | IssuesEvent | 2021-12-11 01:34:07 | Seagate/cortx-management-portal | https://api.github.com/repos/Seagate/cortx-management-portal | opened | CVE-2020-7660 (High) detected in serialize-javascript-1.9.1.tgz, serialize-javascript-2.1.0.tgz | security vulnerability | ## CVE-2020-7660 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>serialize-javascript-1.9.1.tgz</b>, <b>serialize-javascript-2.1.0.tgz</b></p></summary>
<p>
<details><summary><b>serialize-javascript-1.9.1.tgz</b></p></summary>
<p>Serialize JavaScript to a superset of JSON that includes regular expressions and functions.</p>
<p>Library home page: <a href="https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz">https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz</a></p>
<p>Path to dependency file: cortx-management-portal/experiments/stats-gui-c3-poc/package.json</p>
<p>Path to vulnerable library: cortx-management-portal/experiments/stats-gui-c3-poc/node_modules/serialize-javascript/package.json,cortx-management-portal/gui/node_modules/copy-webpack-plugin/node_modules/serialize-javascript/package.json,cortx-management-portal/experiments/full_stack/gui/node_modules/copy-webpack-plugin/node_modules/serialize-javascript/package.json</p>
<p>
Dependency Hierarchy:
- cli-service-3.12.1.tgz (Root Library)
- copy-webpack-plugin-4.6.0.tgz
- :x: **serialize-javascript-1.9.1.tgz** (Vulnerable Library)
</details>
<details><summary><b>serialize-javascript-2.1.0.tgz</b></p></summary>
<p>Serialize JavaScript to a superset of JSON that includes regular expressions and functions.</p>
<p>Library home page: <a href="https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.0.tgz">https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.0.tgz</a></p>
<p>Path to dependency file: cortx-management-portal/experiments/stats-gui-c3-poc/package.json</p>
<p>Path to vulnerable library: cortx-management-portal/experiments/stats-gui-c3-poc/node_modules/@vue/cli-service/node_modules/serialize-javascript/package.json</p>
<p>
Dependency Hierarchy:
- cli-service-4.0.4.tgz (Root Library)
- terser-webpack-plugin-2.1.3.tgz
- :x: **serialize-javascript-2.1.0.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
serialize-javascript prior to 3.1.0 allows remote attackers to inject arbitrary code via the function "deleteFunctions" within "index.js".
<p>Publish Date: 2020-06-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7660>CVE-2020-7660</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660</a></p>
<p>Release Date: 2020-06-08</p>
<p>Fix Resolution: serialize-javascript - 3.1.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"serialize-javascript","packageVersion":"1.9.1","packageFilePaths":["/experiments/stats-gui-c3-poc/package.json","/gui/package.json","/experiments/full_stack/gui/package.json"],"isTransitiveDependency":true,"dependencyTree":"@vue/cli-service:3.12.1;copy-webpack-plugin:4.6.0;serialize-javascript:1.9.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"serialize-javascript - 3.1.0","isBinary":false},{"packageType":"javascript/Node.js","packageName":"serialize-javascript","packageVersion":"2.1.0","packageFilePaths":["/experiments/stats-gui-c3-poc/package.json"],"isTransitiveDependency":true,"dependencyTree":"@vue/cli-service:4.0.4;terser-webpack-plugin:2.1.3;serialize-javascript:2.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"serialize-javascript - 3.1.0","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2020-7660","vulnerabilityDetails":"serialize-javascript prior to 3.1.0 allows remote attackers to inject arbitrary code via the function \"deleteFunctions\" within \"index.js\".","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7660","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-7660 (High) detected in serialize-javascript-1.9.1.tgz, serialize-javascript-2.1.0.tgz - ## CVE-2020-7660 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>serialize-javascript-1.9.1.tgz</b>, <b>serialize-javascript-2.1.0.tgz</b></p></summary>
<p>
<details><summary><b>serialize-javascript-1.9.1.tgz</b></p></summary>
<p>Serialize JavaScript to a superset of JSON that includes regular expressions and functions.</p>
<p>Library home page: <a href="https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz">https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz</a></p>
<p>Path to dependency file: cortx-management-portal/experiments/stats-gui-c3-poc/package.json</p>
<p>Path to vulnerable library: cortx-management-portal/experiments/stats-gui-c3-poc/node_modules/serialize-javascript/package.json,cortx-management-portal/gui/node_modules/copy-webpack-plugin/node_modules/serialize-javascript/package.json,cortx-management-portal/experiments/full_stack/gui/node_modules/copy-webpack-plugin/node_modules/serialize-javascript/package.json</p>
<p>
Dependency Hierarchy:
- cli-service-3.12.1.tgz (Root Library)
- copy-webpack-plugin-4.6.0.tgz
- :x: **serialize-javascript-1.9.1.tgz** (Vulnerable Library)
</details>
<details><summary><b>serialize-javascript-2.1.0.tgz</b></p></summary>
<p>Serialize JavaScript to a superset of JSON that includes regular expressions and functions.</p>
<p>Library home page: <a href="https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.0.tgz">https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.0.tgz</a></p>
<p>Path to dependency file: cortx-management-portal/experiments/stats-gui-c3-poc/package.json</p>
<p>Path to vulnerable library: cortx-management-portal/experiments/stats-gui-c3-poc/node_modules/@vue/cli-service/node_modules/serialize-javascript/package.json</p>
<p>
Dependency Hierarchy:
- cli-service-4.0.4.tgz (Root Library)
- terser-webpack-plugin-2.1.3.tgz
- :x: **serialize-javascript-2.1.0.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
serialize-javascript prior to 3.1.0 allows remote attackers to inject arbitrary code via the function "deleteFunctions" within "index.js".
<p>Publish Date: 2020-06-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7660>CVE-2020-7660</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660</a></p>
<p>Release Date: 2020-06-08</p>
<p>Fix Resolution: serialize-javascript - 3.1.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"serialize-javascript","packageVersion":"1.9.1","packageFilePaths":["/experiments/stats-gui-c3-poc/package.json","/gui/package.json","/experiments/full_stack/gui/package.json"],"isTransitiveDependency":true,"dependencyTree":"@vue/cli-service:3.12.1;copy-webpack-plugin:4.6.0;serialize-javascript:1.9.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"serialize-javascript - 3.1.0","isBinary":false},{"packageType":"javascript/Node.js","packageName":"serialize-javascript","packageVersion":"2.1.0","packageFilePaths":["/experiments/stats-gui-c3-poc/package.json"],"isTransitiveDependency":true,"dependencyTree":"@vue/cli-service:4.0.4;terser-webpack-plugin:2.1.3;serialize-javascript:2.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"serialize-javascript - 3.1.0","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2020-7660","vulnerabilityDetails":"serialize-javascript prior to 3.1.0 allows remote attackers to inject arbitrary code via the function \"deleteFunctions\" within \"index.js\".","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7660","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_test | cve high detected in serialize javascript tgz serialize javascript tgz cve high severity vulnerability vulnerable libraries serialize javascript tgz serialize javascript tgz serialize javascript tgz serialize javascript to a superset of json that includes regular expressions and functions library home page a href path to dependency file cortx management portal experiments stats gui poc package json path to vulnerable library cortx management portal experiments stats gui poc node modules serialize javascript package json cortx management portal gui node modules copy webpack plugin node modules serialize javascript package json cortx management portal experiments full stack gui node modules copy webpack plugin node modules serialize javascript package json dependency hierarchy cli service tgz root library copy webpack plugin tgz x serialize javascript tgz vulnerable library serialize javascript tgz serialize javascript to a superset of json that includes regular expressions and functions library home page a href path to dependency file cortx management portal experiments stats gui poc package json path to vulnerable library cortx management portal experiments stats gui poc node modules vue cli service node modules serialize javascript package json dependency hierarchy cli service tgz root library terser webpack plugin tgz x serialize javascript tgz vulnerable library found in base branch main vulnerability details serialize javascript prior to allows remote attackers to inject arbitrary code via the function deletefunctions within index js publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution serialize javascript isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree vue cli service copy webpack plugin serialize javascript isminimumfixversionavailable true minimumfixversion serialize javascript isbinary false packagetype javascript node js packagename serialize javascript packageversion packagefilepaths istransitivedependency true dependencytree vue cli service terser webpack plugin serialize javascript isminimumfixversionavailable true minimumfixversion serialize javascript isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails serialize javascript prior to allows remote attackers to inject arbitrary code via the function deletefunctions within index js vulnerabilityurl | 0 |
173,661 | 27,508,067,596 | IssuesEvent | 2023-03-06 06:12:50 | microsoft/pyright | https://api.github.com/repos/microsoft/pyright | reopened | False positive (warning: first argument to metaclass `__new__` should be `mcs`, but `cls` is suggested. | as designed | ```python
class Meta(type):
def __new__(mcs, name, bases, dct):
...
```
produces a `warning: __new__ override should take a "cls" parameter (reportSelfClsParameterName)`.
However in a metaclass then usually the first parameter would be called something like `mcs`.
In particular `cls` is a confusing recommendation, given that in the body we'd usually then write something like `cls = super().__new__(mcs, name, bases, dct)`.
Python 3.8.0.
Pyright 1.1.296 run from the command line. | 1.0 | False positive (warning: first argument to metaclass `__new__` should be `mcs`, but `cls` is suggested. - ```python
class Meta(type):
def __new__(mcs, name, bases, dct):
...
```
produces a `warning: __new__ override should take a "cls" parameter (reportSelfClsParameterName)`.
However in a metaclass then usually the first parameter would be called something like `mcs`.
In particular `cls` is a confusing recommendation, given that in the body we'd usually then write something like `cls = super().__new__(mcs, name, bases, dct)`.
Python 3.8.0.
Pyright 1.1.296 run from the command line. | non_test | false positive warning first argument to metaclass new should be mcs but cls is suggested python class meta type def new mcs name bases dct produces a warning new override should take a cls parameter reportselfclsparametername however in a metaclass then usually the first parameter would be called something like mcs in particular cls is a confusing recommendation given that in the body we d usually then write something like cls super new mcs name bases dct python pyright run from the command line | 0 |
133,593 | 10,852,450,815 | IssuesEvent | 2019-11-13 12:50:19 | scylladb/scylla | https://api.github.com/repos/scylladb/scylla | closed | Reactor stall in materialized_views_test.TestMaterializedViews.interrupt_build_process_with_resharding_max_to_half_test | dtest materialized-views | Scylla version 7bda3ab
Seen in [materialized_views_test.TestMaterializedViews.interrupt_build_process_with_resharding_max_to_half_test/node2.log](http://jenkins.cloudius-systems.com:8080/view/master/job/scylla-master/job/dtest/1017/label=scylla-dtest,mode=release,smp=2/artifact/urchin-dtest/logs-release.2/1548794292997_materialized_views_test.TestMaterializedViews.interrupt_build_process_with_resharding_max_to_half_test/node2.log):
```
Reactor stalled for 2118 ms on shard 7.
Backtrace:
0x00000000041c14b2
0x00000000040da7bc
0x00000000040dac76
/lib64/libpthread.so.0+0x00000000000121af
0x00000000040b7cef
/lib64/libpthread.so.0+0x00000000000121af
0x0000000000cdd3c3
0x0000000000d12079
0x0000000000bc5a9c
0x0000000000c21c87
0x0000000000c25f1d
0x0000000000c3b035
0x00000000040bb0ce
0x00000000040bb291
0x000000000418cf77
0x00000000041b5a1a
0x000000000421691d
/lib64/libpthread.so.0+0x000000000000750a
/lib64/libc.so.6+0x00000000000f516e
logalloc::region_impl::alloc(migrate_fn_type const*, unsigned long, unsigned long) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/utils/logalloc.cc:1081
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/utils/logalloc.cc:1185
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/utils/logalloc.cc:1179
(inlined by) logalloc::region_impl::alloc(migrate_fn_type const*, unsigned long, unsigned long) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/utils/logalloc.cc:1399
mutation_partition::mutation_partition(mutation_partition::incomplete_tag, schema const&, tombstone) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/allocation_strategy.hh:150
(inlined by) mutation_partition::mutation_partition(mutation_partition::incomplete_tag, schema const&, tombstone) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/mutation_partition.cc:2205
cache_entry& row_cache::do_find_or_create_entry<row_cache::find_or_create(dht::decorated_key const&, tombstone, unsigned long, row_cache::previous_entry_pointer const*)::{lambda(auto:1)#1}, row_cache::find_or_create(dht::decorated_key const&, tombstone, unsigned long, row_cache::previous_entry_pointer const*)::{lambda(auto:1)#2}>(dht::decorated_key const&, row_cache::previous_entry_pointer const*, row_cache::find_or_create(dht::decorated_key const&, tombstone, unsigned long, row_cache::previous_entry_pointer const*)::{lambda(auto:1)#1}&&, row_cache::find_or_create(dht::decorated_key const&, tombstone, unsigned long, row_cache::previous_entry_pointer const*)::{lambda(auto:1)#2}&&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/mutation_partition.hh:952
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.hh:97
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/allocation_strategy.hh:152
(inlined by) operator()<boost::intrusive::tree_iterator<boost::intrusive::mhtraits<cache_entry, boost::intrusive::set_member_hook<boost::intrusive::link_mode<(boost::intrusive::link_mode_type)2> >, &cache_entry::_cache_link>, false> > at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:838
(inlined by) operator() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:814
(inlined by) with_linearized_managed_bytes<row_cache::do_find_or_create_entry(const dht::decorated_key&, const row_cache::previous_entry_pointer*, CreateEntry&&, VisitEntry&&)::<lambda()> [with CreateEntry = row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:104)>; VisitEntry = row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:105)>]::<lambda()> > at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/managed_bytes.hh:428
(inlined by) operator() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:832
(inlined by) with_allocator<row_cache::do_find_or_create_entry(const dht::decorated_key&, const row_cache::previous_entry_pointer*, CreateEntry&&, VisitEntry&&) [with CreateEntry = row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:104)>; VisitEntry = row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:105)>]::<lambda()> > at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/allocation_strategy.hh:307
(inlined by) do_find_or_create_entry<row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:104)>, row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:105)> > at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:833
seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > seastar::futurize<seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > >::apply<range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}, seastar::optimized_optional<mutation_fragment> >(range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}&&, std::tuple<seastar::optimized_optional<mutation_fragment> >&&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:846
(inlined by) range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}::operator()<seastar::optimized_optional<mutation_fragment> >(seastar::optimized_optional<mutation_fragment>&&)::{lambda()#1}::operator()() const at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:536
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/logalloc.hh:720
(inlined by) logalloc::allocating_section::operator()<range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}::operator()<seastar::optimized_optional<mutation_fragment> >(seastar::optimized_optional<mutation_fragment>&&)::{lambda()#1}>(logalloc::region&, seastar::optimized_optional<mutation_fragment>&&)::{lambda()#1}::operator()() const at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/logalloc.hh:743
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/logalloc.hh:693
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/logalloc.hh:743
(inlined by) auto range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}::operator()<seastar::optimized_optional<mutation_fragment> >(seastar::optimized_optional<mutation_fragment>&&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:543
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/core/apply.hh:35
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/core/apply.hh:43
(inlined by) seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > seastar::futurize<seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > >::apply<range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}, seastar::optimized_optional<mutation_fragment> >(range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}&&, std::tuple<seastar::optimized_optional<mutation_fragment> >&&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/core/future.hh:1389
seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > seastar::future<seastar::optimized_optional<mutation_fragment> >::then<range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}, seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > >(range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}&&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/core/future.hh:952
seastar::internal::do_until_state<scanning_and_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, scanning_and_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#2}>::run_and_dispose() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:551
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:650
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:663
(inlined by) scanning_and_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#2}::operator()() const at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:689
(inlined by) seastar::internal::do_until_state<scanning_and_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, scanning_and_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#2}>::run_and_dispose() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/core/future-util.hh:462
seastar::reactor::run_tasks(seastar::reactor::task_queue&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/src/core/reactor.cc:2700
seastar::reactor::run_some_tasks() [clone .part.2663] at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/src/core/reactor.cc:3123
seastar::reactor::run() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/util/log.hh:313
(inlined by) seastar::reactor::run() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/src/core/reactor.cc:3270
seastar::smp::configure(boost::program_options::variables_map)::{lambda()#3}::operator()() const at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/src/core/reactor.cc:4339
seastar::posix_thread::start_routine(void*) at /usr/include/c++/7/bits/std_function.h:706
(inlined by) seastar::posix_thread::start_routine(void*) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/src/core/posix.cc:52
```
| 1.0 | Reactor stall in materialized_views_test.TestMaterializedViews.interrupt_build_process_with_resharding_max_to_half_test - Scylla version 7bda3ab
Seen in [materialized_views_test.TestMaterializedViews.interrupt_build_process_with_resharding_max_to_half_test/node2.log](http://jenkins.cloudius-systems.com:8080/view/master/job/scylla-master/job/dtest/1017/label=scylla-dtest,mode=release,smp=2/artifact/urchin-dtest/logs-release.2/1548794292997_materialized_views_test.TestMaterializedViews.interrupt_build_process_with_resharding_max_to_half_test/node2.log):
```
Reactor stalled for 2118 ms on shard 7.
Backtrace:
0x00000000041c14b2
0x00000000040da7bc
0x00000000040dac76
/lib64/libpthread.so.0+0x00000000000121af
0x00000000040b7cef
/lib64/libpthread.so.0+0x00000000000121af
0x0000000000cdd3c3
0x0000000000d12079
0x0000000000bc5a9c
0x0000000000c21c87
0x0000000000c25f1d
0x0000000000c3b035
0x00000000040bb0ce
0x00000000040bb291
0x000000000418cf77
0x00000000041b5a1a
0x000000000421691d
/lib64/libpthread.so.0+0x000000000000750a
/lib64/libc.so.6+0x00000000000f516e
logalloc::region_impl::alloc(migrate_fn_type const*, unsigned long, unsigned long) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/utils/logalloc.cc:1081
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/utils/logalloc.cc:1185
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/utils/logalloc.cc:1179
(inlined by) logalloc::region_impl::alloc(migrate_fn_type const*, unsigned long, unsigned long) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/utils/logalloc.cc:1399
mutation_partition::mutation_partition(mutation_partition::incomplete_tag, schema const&, tombstone) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/allocation_strategy.hh:150
(inlined by) mutation_partition::mutation_partition(mutation_partition::incomplete_tag, schema const&, tombstone) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/mutation_partition.cc:2205
cache_entry& row_cache::do_find_or_create_entry<row_cache::find_or_create(dht::decorated_key const&, tombstone, unsigned long, row_cache::previous_entry_pointer const*)::{lambda(auto:1)#1}, row_cache::find_or_create(dht::decorated_key const&, tombstone, unsigned long, row_cache::previous_entry_pointer const*)::{lambda(auto:1)#2}>(dht::decorated_key const&, row_cache::previous_entry_pointer const*, row_cache::find_or_create(dht::decorated_key const&, tombstone, unsigned long, row_cache::previous_entry_pointer const*)::{lambda(auto:1)#1}&&, row_cache::find_or_create(dht::decorated_key const&, tombstone, unsigned long, row_cache::previous_entry_pointer const*)::{lambda(auto:1)#2}&&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/mutation_partition.hh:952
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.hh:97
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/allocation_strategy.hh:152
(inlined by) operator()<boost::intrusive::tree_iterator<boost::intrusive::mhtraits<cache_entry, boost::intrusive::set_member_hook<boost::intrusive::link_mode<(boost::intrusive::link_mode_type)2> >, &cache_entry::_cache_link>, false> > at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:838
(inlined by) operator() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:814
(inlined by) with_linearized_managed_bytes<row_cache::do_find_or_create_entry(const dht::decorated_key&, const row_cache::previous_entry_pointer*, CreateEntry&&, VisitEntry&&)::<lambda()> [with CreateEntry = row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:104)>; VisitEntry = row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:105)>]::<lambda()> > at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/managed_bytes.hh:428
(inlined by) operator() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:832
(inlined by) with_allocator<row_cache::do_find_or_create_entry(const dht::decorated_key&, const row_cache::previous_entry_pointer*, CreateEntry&&, VisitEntry&&) [with CreateEntry = row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:104)>; VisitEntry = row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:105)>]::<lambda()> > at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/allocation_strategy.hh:307
(inlined by) do_find_or_create_entry<row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:104)>, row_cache::find_or_create(const dht::decorated_key&, tombstone, row_cache::phase_type, const row_cache::previous_entry_pointer*)::<lambda(auto:105)> > at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:833
seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > seastar::futurize<seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > >::apply<range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}, seastar::optimized_optional<mutation_fragment> >(range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}&&, std::tuple<seastar::optimized_optional<mutation_fragment> >&&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:846
(inlined by) range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}::operator()<seastar::optimized_optional<mutation_fragment> >(seastar::optimized_optional<mutation_fragment>&&)::{lambda()#1}::operator()() const at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:536
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/logalloc.hh:720
(inlined by) logalloc::allocating_section::operator()<range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}::operator()<seastar::optimized_optional<mutation_fragment> >(seastar::optimized_optional<mutation_fragment>&&)::{lambda()#1}>(logalloc::region&, seastar::optimized_optional<mutation_fragment>&&)::{lambda()#1}::operator()() const at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/logalloc.hh:743
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/logalloc.hh:693
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/./utils/logalloc.hh:743
(inlined by) auto range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}::operator()<seastar::optimized_optional<mutation_fragment> >(seastar::optimized_optional<mutation_fragment>&&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:543
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/core/apply.hh:35
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/core/apply.hh:43
(inlined by) seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > seastar::futurize<seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > >::apply<range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}, seastar::optimized_optional<mutation_fragment> >(range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}&&, std::tuple<seastar::optimized_optional<mutation_fragment> >&&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/core/future.hh:1389
seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > seastar::future<seastar::optimized_optional<mutation_fragment> >::then<range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}, seastar::future<seastar::optimized_optional<flat_mutation_reader>, seastar::optimized_optional<mutation_fragment> > >(range_populating_reader::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#1}&&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/core/future.hh:952
seastar::internal::do_until_state<scanning_and_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, scanning_and_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#2}>::run_and_dispose() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:551
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:650
(inlined by) ?? at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:663
(inlined by) scanning_and_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#2}::operator()() const at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/row_cache.cc:689
(inlined by) seastar::internal::do_until_state<scanning_and_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, scanning_and_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#2}>::run_and_dispose() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/core/future-util.hh:462
seastar::reactor::run_tasks(seastar::reactor::task_queue&) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/src/core/reactor.cc:2700
seastar::reactor::run_some_tasks() [clone .part.2663] at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/src/core/reactor.cc:3123
seastar::reactor::run() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/include/seastar/util/log.hh:313
(inlined by) seastar::reactor::run() at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/src/core/reactor.cc:3270
seastar::smp::configure(boost::program_options::variables_map)::{lambda()#3}::operator()() const at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/src/core/reactor.cc:4339
seastar::posix_thread::start_routine(void*) at /usr/include/c++/7/bits/std_function.h:706
(inlined by) seastar::posix_thread::start_routine(void*) at /jenkins/workspace/scylla-master/dtest/label/scylla-dtest/mode/release/smp/2/scylla/seastar/src/core/posix.cc:52
```
| test | reactor stall in materialized views test testmaterializedviews interrupt build process with resharding max to half test scylla version seen in reactor stalled for ms on shard backtrace libpthread so libpthread so libpthread so libc so logalloc region impl alloc migrate fn type const unsigned long unsigned long at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils logalloc cc inlined by at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils logalloc cc inlined by at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils logalloc cc inlined by logalloc region impl alloc migrate fn type const unsigned long unsigned long at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils logalloc cc mutation partition mutation partition mutation partition incomplete tag schema const tombstone at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils allocation strategy hh inlined by mutation partition mutation partition mutation partition incomplete tag schema const tombstone at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla mutation partition cc cache entry row cache do find or create entry dht decorated key const row cache previous entry pointer const row cache find or create dht decorated key const tombstone unsigned long row cache previous entry pointer const lambda auto row cache find or create dht decorated key const tombstone unsigned long row cache previous entry pointer const lambda auto at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla mutation partition hh inlined by at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache hh inlined by at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils allocation strategy hh inlined by operator cache entry cache link false at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache cc inlined by operator at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache cc inlined by with linearized managed bytes at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils managed bytes hh inlined by operator at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache cc inlined by with allocator at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils allocation strategy hh inlined by do find or create entry row cache find or create const dht decorated key tombstone row cache phase type const row cache previous entry pointer at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache cc seastar future seastar optimized optional seastar futurize seastar optimized optional apply lambda auto seastar optimized optional range populating reader operator std chrono time point lambda auto std tuple at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache cc inlined by range populating reader operator std chrono time point lambda auto operator seastar optimized optional lambda operator const at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache cc inlined by at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils logalloc hh inlined by logalloc allocating section operator lambda auto operator seastar optimized optional lambda logalloc region seastar optimized optional lambda operator const at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils logalloc hh inlined by at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils logalloc hh inlined by at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla utils logalloc hh inlined by auto range populating reader operator std chrono time point lambda auto operator seastar optimized optional at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache cc inlined by at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla seastar include seastar core apply hh inlined by at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla seastar include seastar core apply hh inlined by seastar future seastar optimized optional seastar futurize seastar optimized optional apply lambda auto seastar optimized optional range populating reader operator std chrono time point lambda auto std tuple at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla seastar include seastar core future hh seastar future seastar optimized optional seastar future then lambda auto seastar future seastar optimized optional range populating reader operator std chrono time point lambda auto at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla seastar include seastar core future hh seastar internal do until state lambda scanning and populating reader fill buffer std chrono time point lambda run and dispose at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache cc inlined by at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache cc inlined by at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache cc inlined by scanning and populating reader fill buffer std chrono time point lambda operator const at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla row cache cc inlined by seastar internal do until state lambda scanning and populating reader fill buffer std chrono time point lambda run and dispose at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla seastar include seastar core future util hh seastar reactor run tasks seastar reactor task queue at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla seastar src core reactor cc seastar reactor run some tasks at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla seastar src core reactor cc seastar reactor run at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla seastar include seastar util log hh inlined by seastar reactor run at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla seastar src core reactor cc seastar smp configure boost program options variables map lambda operator const at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla seastar src core reactor cc seastar posix thread start routine void at usr include c bits std function h inlined by seastar posix thread start routine void at jenkins workspace scylla master dtest label scylla dtest mode release smp scylla seastar src core posix cc | 1 |
21,761 | 11,362,643,341 | IssuesEvent | 2020-01-26 22:41:46 | SPGoding/datapack-language-server | https://api.github.com/repos/SPGoding/datapack-language-server | closed | Better support for incremental update | :clock10: postponed :large_blue_diamond: lsp-related :recycle: refactor :zap: performance | - [x] Step 1: only reparse the lines which are edited: #289.
- [ ] Step 2: only reparse the arguments which are edited and the arguments after them in the same line.
- [ ] Step 3: only reparse the arguments which are edited. | True | Better support for incremental update - - [x] Step 1: only reparse the lines which are edited: #289.
- [ ] Step 2: only reparse the arguments which are edited and the arguments after them in the same line.
- [ ] Step 3: only reparse the arguments which are edited. | non_test | better support for incremental update step only reparse the lines which are edited step only reparse the arguments which are edited and the arguments after them in the same line step only reparse the arguments which are edited | 0 |
130,518 | 10,617,606,153 | IssuesEvent | 2019-10-12 20:20:05 | Vachok/ftpplus | https://api.github.com/repos/Vachok/ftpplus | closed | testGetDataSource [D326] | Lowest TestQuality bug mint resolution_Fixed | Execute DataConnectToTest::testGetDataSource**testGetDataSource**
*DataConnectToTest*
*jdbc:mysql://srv-inetstat.eatmeat.ru:3306/velkom did not expect to find [true] but found [false]*
*java.lang.AssertionError* | 1.0 | testGetDataSource [D326] - Execute DataConnectToTest::testGetDataSource**testGetDataSource**
*DataConnectToTest*
*jdbc:mysql://srv-inetstat.eatmeat.ru:3306/velkom did not expect to find [true] but found [false]*
*java.lang.AssertionError* | test | testgetdatasource execute dataconnecttotest testgetdatasource testgetdatasource dataconnecttotest jdbc mysql srv inetstat eatmeat ru velkom did not expect to find but found java lang assertionerror | 1 |
114,440 | 9,725,998,777 | IssuesEvent | 2019-05-30 10:14:17 | elastic/kibana | https://api.github.com/repos/elastic/kibana | reopened | Failing test: X-Pack Functional Tests.x-pack/test/functional/apps/infra - InfraOps app "after all" hook | failed-test | A test failed on a tracked branch
```
{ NoSuchSessionError: This driver instance does not have a valid session ID (did you call WebDriver.quit()?) and may no longer be used.
at promise.finally (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-ciGroup7/node/immutable/kibana/node_modules/selenium-webdriver/lib/webdriver.js:726:38)
at Object.thenFinally [as finally] (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-ciGroup7/node/immutable/kibana/node_modules/selenium-webdriver/lib/promise.js:124:12)
at process._tickCallback (internal/process/next_tick.js:68:7) name: 'NoSuchSessionError', remoteStacktrace: '' }
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/JOB=x-pack-ciGroup7,node=immutable/1807/)
<!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Functional Tests.x-pack/test/functional/apps/infra","test.name":"InfraOps app \"after all\" hook","test.failCount":3}} --> | 1.0 | Failing test: X-Pack Functional Tests.x-pack/test/functional/apps/infra - InfraOps app "after all" hook - A test failed on a tracked branch
```
{ NoSuchSessionError: This driver instance does not have a valid session ID (did you call WebDriver.quit()?) and may no longer be used.
at promise.finally (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-ciGroup7/node/immutable/kibana/node_modules/selenium-webdriver/lib/webdriver.js:726:38)
at Object.thenFinally [as finally] (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-ciGroup7/node/immutable/kibana/node_modules/selenium-webdriver/lib/promise.js:124:12)
at process._tickCallback (internal/process/next_tick.js:68:7) name: 'NoSuchSessionError', remoteStacktrace: '' }
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/JOB=x-pack-ciGroup7,node=immutable/1807/)
<!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Functional Tests.x-pack/test/functional/apps/infra","test.name":"InfraOps app \"after all\" hook","test.failCount":3}} --> | test | failing test x pack functional tests x pack test functional apps infra infraops app after all hook a test failed on a tracked branch nosuchsessionerror this driver instance does not have a valid session id did you call webdriver quit and may no longer be used at promise finally var lib jenkins workspace elastic kibana master job x pack node immutable kibana node modules selenium webdriver lib webdriver js at object thenfinally var lib jenkins workspace elastic kibana master job x pack node immutable kibana node modules selenium webdriver lib promise js at process tickcallback internal process next tick js name nosuchsessionerror remotestacktrace first failure | 1 |
256,624 | 8,128,173,808 | IssuesEvent | 2018-08-17 10:43:19 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Change default color for bounding box | Bug Likelihood: 3 - Occasional Priority: Normal Severity: 2 - Minor Irritation | Allen ran into a case where he had a nice rectangular mesh of 1 zone z-thickness but when he plotted a mesh plot of it, there appeared to be extra tiny thin zones in the z-direction. Turns out what he was seeing was VisIt's bounding box visual cue.
This makes me think we should change the default color of the bound box visual cue so that it is different from the default color for the mesh plot to help avoid such confusions.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2177
Status: Rejected
Project: VisIt
Tracker: Bug
Priority: Normal
Subject: Change default color for bounding box
Assigned to:
Category:
Target version:
Author: Mark Miller
Start: 03/12/2015
Due date:
% Done: 0
Estimated time:
Created: 03/12/2015 11:46 am
Updated: 04/01/2015 03:03 pm
Likelihood: 3 - Occasional
Severity: 2 - Minor Irritation
Found in version: 2.8.2
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Allen ran into a case where he had a nice rectangular mesh of 1 zone z-thickness but when he plotted a mesh plot of it, there appeared to be extra tiny thin zones in the z-direction. Turns out what he was seeing was VisIt's bounding box visual cue.
This makes me think we should change the default color of the bound box visual cue so that it is different from the default color for the mesh plot to help avoid such confusions.
Comments:
| 1.0 | Change default color for bounding box - Allen ran into a case where he had a nice rectangular mesh of 1 zone z-thickness but when he plotted a mesh plot of it, there appeared to be extra tiny thin zones in the z-direction. Turns out what he was seeing was VisIt's bounding box visual cue.
This makes me think we should change the default color of the bound box visual cue so that it is different from the default color for the mesh plot to help avoid such confusions.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2177
Status: Rejected
Project: VisIt
Tracker: Bug
Priority: Normal
Subject: Change default color for bounding box
Assigned to:
Category:
Target version:
Author: Mark Miller
Start: 03/12/2015
Due date:
% Done: 0
Estimated time:
Created: 03/12/2015 11:46 am
Updated: 04/01/2015 03:03 pm
Likelihood: 3 - Occasional
Severity: 2 - Minor Irritation
Found in version: 2.8.2
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Allen ran into a case where he had a nice rectangular mesh of 1 zone z-thickness but when he plotted a mesh plot of it, there appeared to be extra tiny thin zones in the z-direction. Turns out what he was seeing was VisIt's bounding box visual cue.
This makes me think we should change the default color of the bound box visual cue so that it is different from the default color for the mesh plot to help avoid such confusions.
Comments:
| non_test | change default color for bounding box allen ran into a case where he had a nice rectangular mesh of zone z thickness but when he plotted a mesh plot of it there appeared to be extra tiny thin zones in the z direction turns out what he was seeing was visit s bounding box visual cue this makes me think we should change the default color of the bound box visual cue so that it is different from the default color for the mesh plot to help avoid such confusions redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status rejected project visit tracker bug priority normal subject change default color for bounding box assigned to category target version author mark miller start due date done estimated time created am updated pm likelihood occasional severity minor irritation found in version impact expected use os all support group any description allen ran into a case where he had a nice rectangular mesh of zone z thickness but when he plotted a mesh plot of it there appeared to be extra tiny thin zones in the z direction turns out what he was seeing was visit s bounding box visual cue this makes me think we should change the default color of the bound box visual cue so that it is different from the default color for the mesh plot to help avoid such confusions comments | 0 |
390,865 | 11,564,948,868 | IssuesEvent | 2020-02-20 09:37:54 | kubernetes/website | https://api.github.com/repos/kubernetes/website | closed | Language ES: Minikube installation fails using "brew cask" (OS X) | kind/bug language/es priority/backlog | The command to install minikube in OS X shown in the documentation page (https://kubernetes.io/es/docs/tasks/tools/install-minikube/) is:
`brew cask install minikube`
But this command isn't valid. The command, like in english version is, should be:
`brew install minikube`
Thanks
| 1.0 | Language ES: Minikube installation fails using "brew cask" (OS X) - The command to install minikube in OS X shown in the documentation page (https://kubernetes.io/es/docs/tasks/tools/install-minikube/) is:
`brew cask install minikube`
But this command isn't valid. The command, like in english version is, should be:
`brew install minikube`
Thanks
| non_test | language es minikube installation fails using brew cask os x the command to install minikube in os x shown in the documentation page is brew cask install minikube but this command isn t valid the command like in english version is should be brew install minikube thanks | 0 |
11,157 | 3,184,632,866 | IssuesEvent | 2015-09-27 15:20:17 | NorthBridge/nexus-community | https://api.github.com/repos/NorthBridge/nexus-community | closed | Times entered in the past that intersect, by duration, with the current time, do not show up in room reservations | ready to test | If a meeting is created for the current date but in the past, with a duration that would cause it to still be going on right now, it does not show up in the room reservation list and no error is generated. Since we do not allow exact times in the "time" dropdown, this makes it very tough to create a meeting that should be happening "now". | 1.0 | Times entered in the past that intersect, by duration, with the current time, do not show up in room reservations - If a meeting is created for the current date but in the past, with a duration that would cause it to still be going on right now, it does not show up in the room reservation list and no error is generated. Since we do not allow exact times in the "time" dropdown, this makes it very tough to create a meeting that should be happening "now". | test | times entered in the past that intersect by duration with the current time do not show up in room reservations if a meeting is created for the current date but in the past with a duration that would cause it to still be going on right now it does not show up in the room reservation list and no error is generated since we do not allow exact times in the time dropdown this makes it very tough to create a meeting that should be happening now | 1 |
830,618 | 32,018,963,867 | IssuesEvent | 2023-09-22 01:42:14 | BeatsuDev/tibber.py | https://api.github.com/repos/BeatsuDev/tibber.py | closed | Python 3.7 and 3.8 builds are failing because of @classmethod and @property on same method | enhancement High Priority | The Python 3.7 and 3.8 builds are failing because the `@classmethod` decorator and the `@property` decorator cannot be used on the same method in these versions. Since Python 3.9 was anyway released in October 2020 and this module is anyway in early development stages, I think it will be okay to require Python 3.9+ for this module. If this should be changed, it can be done in the future. | 1.0 | Python 3.7 and 3.8 builds are failing because of @classmethod and @property on same method - The Python 3.7 and 3.8 builds are failing because the `@classmethod` decorator and the `@property` decorator cannot be used on the same method in these versions. Since Python 3.9 was anyway released in October 2020 and this module is anyway in early development stages, I think it will be okay to require Python 3.9+ for this module. If this should be changed, it can be done in the future. | non_test | python and builds are failing because of classmethod and property on same method the python and builds are failing because the classmethod decorator and the property decorator cannot be used on the same method in these versions since python was anyway released in october and this module is anyway in early development stages i think it will be okay to require python for this module if this should be changed it can be done in the future | 0 |
134,463 | 5,226,852,528 | IssuesEvent | 2017-01-27 22:47:21 | influxdata/docs.influxdata.com | https://api.github.com/repos/influxdata/docs.influxdata.com | closed | [InfluxDB] Line protocol reference: data types: clarify support for scientific notation | Fix underway InfluxDB Priority: low Time commitment: quick task | ERROR: type should be string, got "\r\nhttps://docs.influxdata.com/influxdb/v1.1/write_protocols/line_protocol_reference/\r\n\r\nThe current documentation for the float field type is:\r\n\r\n> IEEE-754 64-bit floating-point numbers. This is the default numerical type.\r\n\r\nAlthough accurate, it would be more helpful and probably more clear, if the description gave a couple examples of floats: with and without decimal points, scientific notation, and so on." | 1.0 | [InfluxDB] Line protocol reference: data types: clarify support for scientific notation -
https://docs.influxdata.com/influxdb/v1.1/write_protocols/line_protocol_reference/
The current documentation for the float field type is:
> IEEE-754 64-bit floating-point numbers. This is the default numerical type.
Although accurate, it would be more helpful and probably more clear, if the description gave a couple examples of floats: with and without decimal points, scientific notation, and so on. | non_test | line protocol reference data types clarify support for scientific notation the current documentation for the float field type is ieee bit floating point numbers this is the default numerical type although accurate it would be more helpful and probably more clear if the description gave a couple examples of floats with and without decimal points scientific notation and so on | 0 |
258,934 | 27,603,298,103 | IssuesEvent | 2023-03-09 11:21:09 | elastic/cloudbeat | https://api.github.com/repos/elastic/cloudbeat | closed | [Cloud Security][Findings] Findings are missing id | bug 8.7 Candidate Team:Cloud Security | **Kibana version:**
8.7
**Elasticsearch version:**
8.7
**Describe the bug:**
This error happens on Findings page when grouped by resource
TBD
**Steps to reproduce:**
1. TBD
**Expected behavior:**
**Screenshots (if relevant):**
<img width="1251" alt="image" src="https://user-images.githubusercontent.com/19270322/222654080-c9d453b5-99fd-4723-866e-1bac1621ec6a.png">
**Errors in browser console (if relevant):**
<img width="1486" alt="image" src="https://user-images.githubusercontent.com/19270322/222654471-9425c063-a566-4e95-a8e5-575a7e09c3a5.png">
**Provide logs and/or server output (if relevant):**
TBD
**Any additional context:**
When not grouping by resources, I can see some empty results for resource.id and resource.name (not sure if relevant)
<img width="1239" alt="image" src="https://user-images.githubusercontent.com/19270322/222655051-763381b1-370b-4426-94b5-ae56ca87d7e3.png">
| True | [Cloud Security][Findings] Findings are missing id - **Kibana version:**
8.7
**Elasticsearch version:**
8.7
**Describe the bug:**
This error happens on Findings page when grouped by resource
TBD
**Steps to reproduce:**
1. TBD
**Expected behavior:**
**Screenshots (if relevant):**
<img width="1251" alt="image" src="https://user-images.githubusercontent.com/19270322/222654080-c9d453b5-99fd-4723-866e-1bac1621ec6a.png">
**Errors in browser console (if relevant):**
<img width="1486" alt="image" src="https://user-images.githubusercontent.com/19270322/222654471-9425c063-a566-4e95-a8e5-575a7e09c3a5.png">
**Provide logs and/or server output (if relevant):**
TBD
**Any additional context:**
When not grouping by resources, I can see some empty results for resource.id and resource.name (not sure if relevant)
<img width="1239" alt="image" src="https://user-images.githubusercontent.com/19270322/222655051-763381b1-370b-4426-94b5-ae56ca87d7e3.png">
| non_test | findings are missing id kibana version elasticsearch version describe the bug this error happens on findings page when grouped by resource tbd steps to reproduce tbd expected behavior screenshots if relevant img width alt image src errors in browser console if relevant img width alt image src provide logs and or server output if relevant tbd any additional context when not grouping by resources i can see some empty results for resource id and resource name not sure if relevant img width alt image src | 0 |
39,354 | 6,736,035,629 | IssuesEvent | 2017-10-19 01:14:50 | openebs/openebs | https://api.github.com/repos/openebs/openebs | closed | Get Started links point to old Vagrantfile | documentation first-timers-only for-new-contributors good first issue Hacktoberfest | Following get started links from http://openebs.readthedocs.io/en/latest/ > On-premise Solutions, Step 2 wget for vagrantfile needs to be updated with latest link, or made a relative link to get current version | 1.0 | Get Started links point to old Vagrantfile - Following get started links from http://openebs.readthedocs.io/en/latest/ > On-premise Solutions, Step 2 wget for vagrantfile needs to be updated with latest link, or made a relative link to get current version | non_test | get started links point to old vagrantfile following get started links from on premise solutions step wget for vagrantfile needs to be updated with latest link or made a relative link to get current version | 0 |
555,045 | 16,446,166,065 | IssuesEvent | 2021-05-20 19:52:32 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | closed | [Beacon for IBM.com] Create audits for the bucket "Legal" in Beacon | Airtable Done dev priority: high sprint demo | <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
DDS Developer
> I need to:
include a bucket focused on Legal compliance in Beacon
> so that I can:
generate tests/reports based on the defined ruleset within this space
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- Rules spreadsheet: https://ibm.ent.box.com/file/781913763996?s=dlqitxom2ohulk28htzno3dnoxhvqcka
- Need to add into Beacon repository based on established organization of bucket audits: https://github.ibm.com/webstandards/beacon-for-ibm-dotcom
#### Acceptance criteria
- [ ] Ruleset added to Beacon
- [ ] All rules have suggestion text added for each rule
- [ ] All rules need to have a link to related documentation for adopters
<!-- Consider the following when writing Acceptance criteria for this story. -->
<!-- *** Each product backlog item or user story should have at least one Acceptance criteria. -->
<!-- *** Acceptance criteria defines a deliverable that can be completed in a single sprint -->
<!-- *** Each Acceptance criterion is independently testable. -->
<!-- *** Include functional as well as non-functional criteria – when relevant. -->
<!-- *** Team members write Acceptance criteria and the Product Owner verifies it. -->
| 1.0 | [Beacon for IBM.com] Create audits for the bucket "Legal" in Beacon - <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
DDS Developer
> I need to:
include a bucket focused on Legal compliance in Beacon
> so that I can:
generate tests/reports based on the defined ruleset within this space
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- Rules spreadsheet: https://ibm.ent.box.com/file/781913763996?s=dlqitxom2ohulk28htzno3dnoxhvqcka
- Need to add into Beacon repository based on established organization of bucket audits: https://github.ibm.com/webstandards/beacon-for-ibm-dotcom
#### Acceptance criteria
- [ ] Ruleset added to Beacon
- [ ] All rules have suggestion text added for each rule
- [ ] All rules need to have a link to related documentation for adopters
<!-- Consider the following when writing Acceptance criteria for this story. -->
<!-- *** Each product backlog item or user story should have at least one Acceptance criteria. -->
<!-- *** Acceptance criteria defines a deliverable that can be completed in a single sprint -->
<!-- *** Each Acceptance criterion is independently testable. -->
<!-- *** Include functional as well as non-functional criteria – when relevant. -->
<!-- *** Team members write Acceptance criteria and the Product Owner verifies it. -->
| non_test | create audits for the bucket legal in beacon user story as a dds developer i need to include a bucket focused on legal compliance in beacon so that i can generate tests reports based on the defined ruleset within this space additional information rules spreadsheet need to add into beacon repository based on established organization of bucket audits acceptance criteria ruleset added to beacon all rules have suggestion text added for each rule all rules need to have a link to related documentation for adopters | 0 |
199,343 | 15,035,293,618 | IssuesEvent | 2021-02-02 13:58:54 | eclipse/openj9 | https://api.github.com/repos/eclipse/openj9 | opened | Jep397Tests_0 failing on some platforms | comp:test test failure | https://ci.eclipse.org/openj9/job/Test_openjdk16_j9_sanity.functional_ppc64_aix_Nightly_testList_0/13/
Jep397Tests_0
```
===============================================
Running test Jep397Tests_0 ...
===============================================
Jep397Tests_0 Start Time: Tue Feb 2 06:38:20 2021 Epoch Time (ms): 1612265900114
variation: --enable-preview
JVM_OPTIONS: --enable-preview
java.io.FileNotFoundException: /home/jenkins/workspace/Test_openjdk16_j9_sanity.functional_ppc64_aix_Nightly_testList_0/jvmtest/functional/Java16andUp/testng.xml (A file or directory in the path name does not exist.)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:211)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:153)
at org.testng.xml.Parser.parse(Parser.java:148)
at org.testng.xml.Parser.parse(Parser.java:233)
at org.testng.TestNG.parseSuite(TestNG.java:295)
at org.testng.TestNG.initializeSuitesAndJarFile(TestNG.java:348)
at org.testng.TestNG.initializeEverything(TestNG.java:995)
at org.testng.TestNG.run(TestNG.java:1009)
at org.testng.TestNG.privateMain(TestNG.java:1354)
at org.testng.TestNG.main(TestNG.java:1323)
[TestNG] [ERROR] No test suite found. Nothing to run
``` | 2.0 | Jep397Tests_0 failing on some platforms - https://ci.eclipse.org/openj9/job/Test_openjdk16_j9_sanity.functional_ppc64_aix_Nightly_testList_0/13/
Jep397Tests_0
```
===============================================
Running test Jep397Tests_0 ...
===============================================
Jep397Tests_0 Start Time: Tue Feb 2 06:38:20 2021 Epoch Time (ms): 1612265900114
variation: --enable-preview
JVM_OPTIONS: --enable-preview
java.io.FileNotFoundException: /home/jenkins/workspace/Test_openjdk16_j9_sanity.functional_ppc64_aix_Nightly_testList_0/jvmtest/functional/Java16andUp/testng.xml (A file or directory in the path name does not exist.)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:211)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:153)
at org.testng.xml.Parser.parse(Parser.java:148)
at org.testng.xml.Parser.parse(Parser.java:233)
at org.testng.TestNG.parseSuite(TestNG.java:295)
at org.testng.TestNG.initializeSuitesAndJarFile(TestNG.java:348)
at org.testng.TestNG.initializeEverything(TestNG.java:995)
at org.testng.TestNG.run(TestNG.java:1009)
at org.testng.TestNG.privateMain(TestNG.java:1354)
at org.testng.TestNG.main(TestNG.java:1323)
[TestNG] [ERROR] No test suite found. Nothing to run
``` | test | failing on some platforms running test start time tue feb epoch time ms variation enable preview jvm options enable preview java io filenotfoundexception home jenkins workspace test sanity functional aix nightly testlist jvmtest functional testng xml a file or directory in the path name does not exist at java base java io fileinputstream native method at java base java io fileinputstream open fileinputstream java at java base java io fileinputstream fileinputstream java at org testng xml parser parse parser java at org testng xml parser parse parser java at org testng testng parsesuite testng java at org testng testng initializesuitesandjarfile testng java at org testng testng initializeeverything testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java no test suite found nothing to run | 1 |
188,842 | 14,476,940,486 | IssuesEvent | 2020-12-10 05:26:51 | rizinorg/rizin | https://api.github.com/repos/rizinorg/rizin | opened | Add Windows and Jemalloc heap parsing tests | good first issue heap high-priority test-required | Currently only glibc heap is tested with
- [rizin-testbins/heap/linux_glibc-2.30_x64.bin](https://github.com/rizinorg/rizin-testbins/blob/master/heap/linux_glibc-2.30_x64.bin)
- [test/db/archos/linux-x64/dbg_dmh](https://github.com/rizinorg/rizin/blob/dev/test/db/archos/linux-x64/dbg_dmh)
```
NAME=dmh/dmha with memory dump
FILE=bins/heap/linux_glibc-2.30_x64.bin
ARGS=-n
CMDS=<<EOF
#re-map arena and [heap]
om 3 0x7ffff7f8a000 0x898 0x0 rw- arena
om 3 0x555555559000 0x3200 0x898 rw- [heap]
dmha~?0x7ffff7f8a000
e dbg.glibc.tcache=0
dmh~?allocated
e dbg.glibc.tcache=1
dmh~?allocated
EOF
EXPECT=<<EOF
1
3
2
EOF
RUN
```
Note, that this static test probably should be moved under a separate category `heap`, since not really dependent from the operating system.
We need add this static tests for Windows heap parser and jemalloc too.
cc @GustavoLCR @meowmeowxw | 1.0 | Add Windows and Jemalloc heap parsing tests - Currently only glibc heap is tested with
- [rizin-testbins/heap/linux_glibc-2.30_x64.bin](https://github.com/rizinorg/rizin-testbins/blob/master/heap/linux_glibc-2.30_x64.bin)
- [test/db/archos/linux-x64/dbg_dmh](https://github.com/rizinorg/rizin/blob/dev/test/db/archos/linux-x64/dbg_dmh)
```
NAME=dmh/dmha with memory dump
FILE=bins/heap/linux_glibc-2.30_x64.bin
ARGS=-n
CMDS=<<EOF
#re-map arena and [heap]
om 3 0x7ffff7f8a000 0x898 0x0 rw- arena
om 3 0x555555559000 0x3200 0x898 rw- [heap]
dmha~?0x7ffff7f8a000
e dbg.glibc.tcache=0
dmh~?allocated
e dbg.glibc.tcache=1
dmh~?allocated
EOF
EXPECT=<<EOF
1
3
2
EOF
RUN
```
Note, that this static test probably should be moved under a separate category `heap`, since not really dependent from the operating system.
We need add this static tests for Windows heap parser and jemalloc too.
cc @GustavoLCR @meowmeowxw | test | add windows and jemalloc heap parsing tests currently only glibc heap is tested with name dmh dmha with memory dump file bins heap linux glibc bin args n cmds eof re map arena and om rw arena om rw dmha e dbg glibc tcache dmh allocated e dbg glibc tcache dmh allocated eof expect eof eof run note that this static test probably should be moved under a separate category heap since not really dependent from the operating system we need add this static tests for windows heap parser and jemalloc too cc gustavolcr meowmeowxw | 1 |
370,987 | 10,959,647,869 | IssuesEvent | 2019-11-27 11:52:58 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | int.search.tb.ask.com - see bug description | browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-important | <!-- @browser: Firefox 71.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:71.0) Gecko/20100101 Firefox/71.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://int.search.tb.ask.com/search/GGmain.jhtml?ct=ARS&n=7858e0ad&p2=%5EXP%5Expw344%5ETTAB02%5Ein&pg=GGmain&pn=1&ptb=465E6819-F78C-44AA-920A-64BA5AC12E86&qs=&si=21160&ss=sub&st=sb&searchfor=Google+Search&feedurl=%252Fars%252Ffeedback%253ForiginalQuery%253Dgoogle%2526relatedQuery%253Dgoogle%252Bsearch&tpr=jre10&ots=1574850778289
**Browser / Version**: Firefox 71.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: do not like it
**Steps to Reproduce**:
fhfftgghhhhhhjjjjjjjjjjjjjjjjjjj
<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>image.mem.shared: true</li><li>buildID: 20191114160003</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
<p>Console Messages:</p>
<pre>
[{'level': 'log', 'log': ['JQMIGRATE: Migrate is installed, version 3.0.1'], 'uri': 'https://code.jquery.com/jquery-migrate-3.0.1.min.js', 'pos': '33:19'}, {'level': 'warn', 'log': ['Use of Mutation Events is deprecated. Use MutationObserver instead.'], 'uri': 'https://code.jquery.com/jquery-3.3.1.min.js', 'pos': '2:40257'}, {'level': 'warn', 'log': ["Content Security Policy: Ignoring 'unsafe-inline' within script-src: strict-dynamic specified"], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['Content Security Policy: Ignoring http: within script-src: strict-dynamic specified'], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['Content Security Policy: Ignoring https: within script-src: strict-dynamic specified'], 'uri': '', 'pos': '0:0'}]
</pre>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | int.search.tb.ask.com - see bug description - <!-- @browser: Firefox 71.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:71.0) Gecko/20100101 Firefox/71.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://int.search.tb.ask.com/search/GGmain.jhtml?ct=ARS&n=7858e0ad&p2=%5EXP%5Expw344%5ETTAB02%5Ein&pg=GGmain&pn=1&ptb=465E6819-F78C-44AA-920A-64BA5AC12E86&qs=&si=21160&ss=sub&st=sb&searchfor=Google+Search&feedurl=%252Fars%252Ffeedback%253ForiginalQuery%253Dgoogle%2526relatedQuery%253Dgoogle%252Bsearch&tpr=jre10&ots=1574850778289
**Browser / Version**: Firefox 71.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: do not like it
**Steps to Reproduce**:
fhfftgghhhhhhjjjjjjjjjjjjjjjjjjj
<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>image.mem.shared: true</li><li>buildID: 20191114160003</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
<p>Console Messages:</p>
<pre>
[{'level': 'log', 'log': ['JQMIGRATE: Migrate is installed, version 3.0.1'], 'uri': 'https://code.jquery.com/jquery-migrate-3.0.1.min.js', 'pos': '33:19'}, {'level': 'warn', 'log': ['Use of Mutation Events is deprecated. Use MutationObserver instead.'], 'uri': 'https://code.jquery.com/jquery-3.3.1.min.js', 'pos': '2:40257'}, {'level': 'warn', 'log': ["Content Security Policy: Ignoring 'unsafe-inline' within script-src: strict-dynamic specified"], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['Content Security Policy: Ignoring http: within script-src: strict-dynamic specified'], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['Content Security Policy: Ignoring https: within script-src: strict-dynamic specified'], 'uri': '', 'pos': '0:0'}]
</pre>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | int search tb ask com see bug description url browser version firefox operating system windows tested another browser yes chrome problem type something else description do not like it steps to reproduce fhfftgghhhhhhjjjjjjjjjjjjjjjjjjj browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false console messages uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos from with ❤️ | 0 |
235,711 | 19,413,076,798 | IssuesEvent | 2021-12-20 11:46:44 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | opened | Variables are not suggested within anon functions. | Type/Bug Priority/High Team/CompilerFETools Area/SemanticAPI GA-Test-Hackathon | **Description:**
Consider the following screen capture where the variable `teamID` is not suggested.
<img width="682" alt="Screenshot 2021-12-20 at 17 05 58" src="https://user-images.githubusercontent.com/1329674/146762460-2139fd4c-f5cf-4d28-be39-83679c94bf42.png">
```
function subscribeToTeam(string waId, string teamID) {
sql:ParameterizedQuery getTeams = `SELECT teams FROM pl_bot.users WHERE waId = ${waId}`;
stream<record {| string teams; |}, sql:Error?> teamsResult = dbClient->query(getTeams);
record {| record {| string teams; |} value; |}|sql:Error? result = teamsResult.next();
if result is record {| record {| string teams; |} value; |} {
string[] teamsList = regex:split(result.value["teams"], ",");
string[] filtered = teamsList.filter(function (string team) returns boolean {
return team.toLowerAscii().equalsIgnoreCaseAscii(teamID);
});
io:println(result.value["teams"]);
}
}
``` | 1.0 | Variables are not suggested within anon functions. - **Description:**
Consider the following screen capture where the variable `teamID` is not suggested.
<img width="682" alt="Screenshot 2021-12-20 at 17 05 58" src="https://user-images.githubusercontent.com/1329674/146762460-2139fd4c-f5cf-4d28-be39-83679c94bf42.png">
```
function subscribeToTeam(string waId, string teamID) {
sql:ParameterizedQuery getTeams = `SELECT teams FROM pl_bot.users WHERE waId = ${waId}`;
stream<record {| string teams; |}, sql:Error?> teamsResult = dbClient->query(getTeams);
record {| record {| string teams; |} value; |}|sql:Error? result = teamsResult.next();
if result is record {| record {| string teams; |} value; |} {
string[] teamsList = regex:split(result.value["teams"], ",");
string[] filtered = teamsList.filter(function (string team) returns boolean {
return team.toLowerAscii().equalsIgnoreCaseAscii(teamID);
});
io:println(result.value["teams"]);
}
}
``` | test | variables are not suggested within anon functions description consider the following screen capture where the variable teamid is not suggested img width alt screenshot at src function subscribetoteam string waid string teamid sql parameterizedquery getteams select teams from pl bot users where waid waid stream teamsresult dbclient query getteams record record string teams value sql error result teamsresult next if result is record record string teams value string teamslist regex split result value string filtered teamslist filter function string team returns boolean return team tolowerascii equalsignorecaseascii teamid io println result value | 1 |
597,190 | 18,157,390,275 | IssuesEvent | 2021-09-27 04:44:20 | ScottPlot/ScottPlot | https://api.github.com/repos/ScottPlot/ScottPlot | closed | Automate Deployment of the Cookbook and Demo | HIGH PRIORITY | This issue tracks progress toward automating the creation and deployment of the cookbook and demo application.
* Automated building/testing has been moved from Azure Pipelines to GitHub Actions ([ci.yaml]())
* https://github.com/ScottPlot/ScottPlot/actions
* https://github.com/ScottPlot/ScottPlot/blob/master/.github/workflows/ci.yaml
* I would like the cookbook and demo app to be automatically generated and deployed to the website too
* I have the [ScottPlot.NET](https://scottplot.net) domain and I think now is a good time to start using it
* I created [Statix](https://github.com/swharden/statix) to make it easier to generate static websites from Markdown using GitHub Actions
* [ScottPlot.NET](https://scottplot.net) is already using this strategy, and changes to the [ScottPlot.NET repository](https://github.com/ScottPlot/ScottPlot.NET) are deployed automatically
* No URLs shall break as part of this change (original URLs must have proper redirects)
* Instead of a different URL for every minor cookbook version, cookbooks will have major version URLs only. This will improve search engine indexing and ensure that people who search for documentation will always land on the most recent cookbook.
* https://scottplot.net/cookbook/4.1
* https://scottplot.net/cookbook/4.0
* https://scottplot.net/cookbook/3.1 | 1.0 | Automate Deployment of the Cookbook and Demo - This issue tracks progress toward automating the creation and deployment of the cookbook and demo application.
* Automated building/testing has been moved from Azure Pipelines to GitHub Actions ([ci.yaml]())
* https://github.com/ScottPlot/ScottPlot/actions
* https://github.com/ScottPlot/ScottPlot/blob/master/.github/workflows/ci.yaml
* I would like the cookbook and demo app to be automatically generated and deployed to the website too
* I have the [ScottPlot.NET](https://scottplot.net) domain and I think now is a good time to start using it
* I created [Statix](https://github.com/swharden/statix) to make it easier to generate static websites from Markdown using GitHub Actions
* [ScottPlot.NET](https://scottplot.net) is already using this strategy, and changes to the [ScottPlot.NET repository](https://github.com/ScottPlot/ScottPlot.NET) are deployed automatically
* No URLs shall break as part of this change (original URLs must have proper redirects)
* Instead of a different URL for every minor cookbook version, cookbooks will have major version URLs only. This will improve search engine indexing and ensure that people who search for documentation will always land on the most recent cookbook.
* https://scottplot.net/cookbook/4.1
* https://scottplot.net/cookbook/4.0
* https://scottplot.net/cookbook/3.1 | non_test | automate deployment of the cookbook and demo this issue tracks progress toward automating the creation and deployment of the cookbook and demo application automated building testing has been moved from azure pipelines to github actions i would like the cookbook and demo app to be automatically generated and deployed to the website too i have the domain and i think now is a good time to start using it i created to make it easier to generate static websites from markdown using github actions is already using this strategy and changes to the are deployed automatically no urls shall break as part of this change original urls must have proper redirects instead of a different url for every minor cookbook version cookbooks will have major version urls only this will improve search engine indexing and ensure that people who search for documentation will always land on the most recent cookbook | 0 |
120,698 | 10,132,046,896 | IssuesEvent | 2019-08-01 21:10:44 | kudobuilder/kudo | https://api.github.com/repos/kudobuilder/kudo | opened | Support loading images into kudo test-managed kind clusters | component/testing kind/enhancement | <!-- Please only use this template for submitting enhancement requests.
Implementing your enhancement will follow the KEP process: https://github.com/kudobuilder/kudo/blob/master/keps/0001-kep-process.md
-->
**What would you like to be added**:
We should support loading docker images into a kudo test-managed kind cluster: https://kind.sigs.k8s.io/docs/user/quick-start#loading-an-image-into-your-cluster
**Why is this needed**:
To support use-cases where users build an image and test it in kind. | 1.0 | Support loading images into kudo test-managed kind clusters - <!-- Please only use this template for submitting enhancement requests.
Implementing your enhancement will follow the KEP process: https://github.com/kudobuilder/kudo/blob/master/keps/0001-kep-process.md
-->
**What would you like to be added**:
We should support loading docker images into a kudo test-managed kind cluster: https://kind.sigs.k8s.io/docs/user/quick-start#loading-an-image-into-your-cluster
**Why is this needed**:
To support use-cases where users build an image and test it in kind. | test | support loading images into kudo test managed kind clusters please only use this template for submitting enhancement requests implementing your enhancement will follow the kep process what would you like to be added we should support loading docker images into a kudo test managed kind cluster why is this needed to support use cases where users build an image and test it in kind | 1 |
411,508 | 12,025,551,614 | IssuesEvent | 2020-04-12 09:50:22 | tiangolo/jbrout | https://api.github.com/repos/tiangolo/jbrout | closed | [feature request] cmdline refresh import | Component-jbrout Priority-Low Type-Enhancement auto-migrated | ```
it would be nice to be able to reimport the whole collection automated,
e.g. by a cron-job. therefore users should be able to trigger the reimport
on the command line like "python ./jbrout.py --reimport"
```
Original issue reported on code.google.com by `zaar...@gmail.com` on 17 Jul 2009 at 9:34
| 1.0 | [feature request] cmdline refresh import - ```
it would be nice to be able to reimport the whole collection automated,
e.g. by a cron-job. therefore users should be able to trigger the reimport
on the command line like "python ./jbrout.py --reimport"
```
Original issue reported on code.google.com by `zaar...@gmail.com` on 17 Jul 2009 at 9:34
| non_test | cmdline refresh import it would be nice to be able to reimport the whole collection automated e g by a cron job therefore users should be able to trigger the reimport on the command line like python jbrout py reimport original issue reported on code google com by zaar gmail com on jul at | 0 |
15,920 | 3,488,910,031 | IssuesEvent | 2016-01-03 12:08:41 | servo/servo | https://api.github.com/repos/servo/servo | closed | Intermittent font server IPC errors followed by assertion failure | A-testing I-intermittent P-mac | ```
8:44.87 TEST_START: Thread-TestrunnerManager-6 /css21_dev/html4/font-weight-normal-001.htm
8:45.16 PROCESS_OUTPUT: Thread-TestrunnerManager-6 (pid:23480) Full command: /Users/servo/buildbot/slave/mac3/build/target/release/servo --cpu --hard-fail --exit -u Servo/wptrunner -Z disable-text-aa --output=/var/folders/sd/sks3rs2s3pb9bdrg9ldf9d5w0000gp/T/tmp3I7eGR/99c465ba-4c4f-4021-9385-73a56d847769 http://localhost:8000/css21_dev/html4/font-weight-normal-001.htm
(pid:23480) "2015-07-25 00:56:39.205 servo[23480:26982776] CoreText CopyAvailableFontFamilyNames received mig IPC error (10000003) from font server"
8:45.16 PROCESS_OUTPUT: Thread-TestrunnerManager-6 (pid:23480) "2015-07-25 00:56:39.206 servo[23480:26982776] Invalid font server IPC destination! Namespace changed? Retrying (0)..."
8:45.20 PROCESS_OUTPUT: Thread-TestrunnerManager-6 (pid:23480) "Assertion failed: (backing->lock_buffer > 0), function CGSBackingStoreUnlockWriter, file Services/Windows/CGSBackingStore.c, line 440."
8:49.40 CRASH: Thread-TestrunnerManager-6 pid:18209. Test:None. Minidump anaylsed:False. Signature:[/css21_dev/html4/font-weight-normal-001.htm]
```
```
8:44.81 TEST_START: Thread-TestrunnerManager-5 /css21_dev/html4/font-weight-lighter-001.htm
8:45.12 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) Full command: /Users/servo/buildbot/slave/mac3/build/target/release/servo --cpu --hard-fail --exit -u Servo/wptrunner -Z disable-text-aa --output=/var/folders/sd/sks3rs2s3pb9bdrg9ldf9d5w0000gp/T/tmpecb6gM/3397f0a8-c81b-4b1d-9b3a-6abcd5f0a02e http://localhost:8000/css21_dev/html4/font-weight-lighter-001.htm
(pid:23479) "2015-07-25 00:56:39.155 servo[23479:26982456] CGSSetSurfaceColorSpace failed - error 268435459 (windowID:130789)"
8:45.12 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.156 servo[23479:26982456] CGSSetSurfaceShape failed - error 268435459 (window:130789, surface:1381748061, bounds:{{0, 600}, {800, 22}}"
8:45.12 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.156 servo[23479:26982456] CGSOrderSurface failed - error 268435459 (window:130789, surface:1381748061, otherSurface:0, place:1)"
8:45.12 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.158 servo[23479:26982456] CoreText CopyPropertyForFonts received mig IPC error (10000003) from font server"
8:45.12 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.158 servo[23479:26982456] Invalid font server IPC destination! Namespace changed? Retrying (0)..."
8:45.18 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.221 servo[23479:26982456] CoreText CopyPropertyForFonts received mig IPC error (1000000C) from font server"
8:45.28 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.325 servo[23479:26982456] HIToolbox: received notification of WindowServer event port death."
8:45.28 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.325 servo[23479:26982456] port matched the WindowServer port created in BindCGSToRunLoop"
8:45.51 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.560 servo[23479:26982456] _NSAddRectsToWindow: error getting window bounds (1000)"
8:45.64 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.689 servo[23479:26982456] PScurrentwindowbounds: CGSGetWindowBounds returned error (1000)"
8:49.74 CRASH: Thread-TestrunnerManager-5 pid:18209. Test:None. Minidump anaylsed:False. Signature:[/css21_dev/html4/font-weight-lighter-001.htm]
8:49.74 TEST_END: Thread-TestrunnerManager-5 CRASH, expected FAIL
```
```
8:45.09 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) Full command: /Users/servo/buildbot/slave/mac3/build/target/release/servo --cpu --hard-fail --exit -u Servo/wptrunner -Z disable-text-aa --output=/var/folders/sd/sks3rs2s3pb9bdrg9ldf9d5w0000gp/T/tmpI8ZkT2/ae5ef2c3-ff0f-41e5-a15a-99cb0046e8b2 http://localhost:8000/css21_dev/html4/font-weight-bolder-001.htm
(pid:23478) "2015-07-25 00:56:39.130 servo[23478:26982528] CoreText CopyPropertiesForFontsMatchingRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server"
8:45.11 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.150 servo[23478:26982528] CoreText CopyPropertiesForFontsMatchingRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server"
8:45.11 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.150 servo[23478:26982528] CoreText CopyRemoteFontProviderPorts received mig IPC error (10000003) from font server"
8:45.11 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.150 servo[23478:26982528] Invalid font server IPC destination! Namespace changed? Retrying (0)..."
8:45.13 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.175 servo[23478:26982449] HIToolbox: received notification of WindowServer event port death."
8:45.13 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.175 servo[23478:26982449] port matched the WindowServer port created in BindCGSToRunLoop"
8:45.52 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.559 servo[23478:26982449] _NSAddRectsToWindow: error getting window bounds (1000)"
8:45.62 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.663 servo[23478:26982449] PScurrentwindowbounds: CGSGetWindowBounds returned error (1000)"
8:50.40 CRASH: Thread-TestrunnerManager-7 pid:18209. Test:None. Minidump anaylsed:False. Signature:[/css21_dev/html4/font-weight-bolder-001.htm]
8:50.40 TEST_END: Thread-TestrunnerManager-7 CRASH, expected FAIL
``` | 1.0 | Intermittent font server IPC errors followed by assertion failure - ```
8:44.87 TEST_START: Thread-TestrunnerManager-6 /css21_dev/html4/font-weight-normal-001.htm
8:45.16 PROCESS_OUTPUT: Thread-TestrunnerManager-6 (pid:23480) Full command: /Users/servo/buildbot/slave/mac3/build/target/release/servo --cpu --hard-fail --exit -u Servo/wptrunner -Z disable-text-aa --output=/var/folders/sd/sks3rs2s3pb9bdrg9ldf9d5w0000gp/T/tmp3I7eGR/99c465ba-4c4f-4021-9385-73a56d847769 http://localhost:8000/css21_dev/html4/font-weight-normal-001.htm
(pid:23480) "2015-07-25 00:56:39.205 servo[23480:26982776] CoreText CopyAvailableFontFamilyNames received mig IPC error (10000003) from font server"
8:45.16 PROCESS_OUTPUT: Thread-TestrunnerManager-6 (pid:23480) "2015-07-25 00:56:39.206 servo[23480:26982776] Invalid font server IPC destination! Namespace changed? Retrying (0)..."
8:45.20 PROCESS_OUTPUT: Thread-TestrunnerManager-6 (pid:23480) "Assertion failed: (backing->lock_buffer > 0), function CGSBackingStoreUnlockWriter, file Services/Windows/CGSBackingStore.c, line 440."
8:49.40 CRASH: Thread-TestrunnerManager-6 pid:18209. Test:None. Minidump anaylsed:False. Signature:[/css21_dev/html4/font-weight-normal-001.htm]
```
```
8:44.81 TEST_START: Thread-TestrunnerManager-5 /css21_dev/html4/font-weight-lighter-001.htm
8:45.12 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) Full command: /Users/servo/buildbot/slave/mac3/build/target/release/servo --cpu --hard-fail --exit -u Servo/wptrunner -Z disable-text-aa --output=/var/folders/sd/sks3rs2s3pb9bdrg9ldf9d5w0000gp/T/tmpecb6gM/3397f0a8-c81b-4b1d-9b3a-6abcd5f0a02e http://localhost:8000/css21_dev/html4/font-weight-lighter-001.htm
(pid:23479) "2015-07-25 00:56:39.155 servo[23479:26982456] CGSSetSurfaceColorSpace failed - error 268435459 (windowID:130789)"
8:45.12 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.156 servo[23479:26982456] CGSSetSurfaceShape failed - error 268435459 (window:130789, surface:1381748061, bounds:{{0, 600}, {800, 22}}"
8:45.12 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.156 servo[23479:26982456] CGSOrderSurface failed - error 268435459 (window:130789, surface:1381748061, otherSurface:0, place:1)"
8:45.12 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.158 servo[23479:26982456] CoreText CopyPropertyForFonts received mig IPC error (10000003) from font server"
8:45.12 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.158 servo[23479:26982456] Invalid font server IPC destination! Namespace changed? Retrying (0)..."
8:45.18 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.221 servo[23479:26982456] CoreText CopyPropertyForFonts received mig IPC error (1000000C) from font server"
8:45.28 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.325 servo[23479:26982456] HIToolbox: received notification of WindowServer event port death."
8:45.28 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.325 servo[23479:26982456] port matched the WindowServer port created in BindCGSToRunLoop"
8:45.51 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.560 servo[23479:26982456] _NSAddRectsToWindow: error getting window bounds (1000)"
8:45.64 PROCESS_OUTPUT: Thread-TestrunnerManager-5 (pid:23479) "2015-07-25 00:56:39.689 servo[23479:26982456] PScurrentwindowbounds: CGSGetWindowBounds returned error (1000)"
8:49.74 CRASH: Thread-TestrunnerManager-5 pid:18209. Test:None. Minidump anaylsed:False. Signature:[/css21_dev/html4/font-weight-lighter-001.htm]
8:49.74 TEST_END: Thread-TestrunnerManager-5 CRASH, expected FAIL
```
```
8:45.09 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) Full command: /Users/servo/buildbot/slave/mac3/build/target/release/servo --cpu --hard-fail --exit -u Servo/wptrunner -Z disable-text-aa --output=/var/folders/sd/sks3rs2s3pb9bdrg9ldf9d5w0000gp/T/tmpI8ZkT2/ae5ef2c3-ff0f-41e5-a15a-99cb0046e8b2 http://localhost:8000/css21_dev/html4/font-weight-bolder-001.htm
(pid:23478) "2015-07-25 00:56:39.130 servo[23478:26982528] CoreText CopyPropertiesForFontsMatchingRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server"
8:45.11 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.150 servo[23478:26982528] CoreText CopyPropertiesForFontsMatchingRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server"
8:45.11 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.150 servo[23478:26982528] CoreText CopyRemoteFontProviderPorts received mig IPC error (10000003) from font server"
8:45.11 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.150 servo[23478:26982528] Invalid font server IPC destination! Namespace changed? Retrying (0)..."
8:45.13 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.175 servo[23478:26982449] HIToolbox: received notification of WindowServer event port death."
8:45.13 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.175 servo[23478:26982449] port matched the WindowServer port created in BindCGSToRunLoop"
8:45.52 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.559 servo[23478:26982449] _NSAddRectsToWindow: error getting window bounds (1000)"
8:45.62 PROCESS_OUTPUT: Thread-TestrunnerManager-7 (pid:23478) "2015-07-25 00:56:39.663 servo[23478:26982449] PScurrentwindowbounds: CGSGetWindowBounds returned error (1000)"
8:50.40 CRASH: Thread-TestrunnerManager-7 pid:18209. Test:None. Minidump anaylsed:False. Signature:[/css21_dev/html4/font-weight-bolder-001.htm]
8:50.40 TEST_END: Thread-TestrunnerManager-7 CRASH, expected FAIL
``` | test | intermittent font server ipc errors followed by assertion failure test start thread testrunnermanager dev font weight normal htm process output thread testrunnermanager pid full command users servo buildbot slave build target release servo cpu hard fail exit u servo wptrunner z disable text aa output var folders sd t pid servo coretext copyavailablefontfamilynames received mig ipc error from font server process output thread testrunnermanager pid servo invalid font server ipc destination namespace changed retrying process output thread testrunnermanager pid assertion failed backing lock buffer function cgsbackingstoreunlockwriter file services windows cgsbackingstore c line crash thread testrunnermanager pid test none minidump anaylsed false signature test start thread testrunnermanager dev font weight lighter htm process output thread testrunnermanager pid full command users servo buildbot slave build target release servo cpu hard fail exit u servo wptrunner z disable text aa output var folders sd t pid servo cgssetsurfacecolorspace failed error windowid process output thread testrunnermanager pid servo cgssetsurfaceshape failed error window surface bounds process output thread testrunnermanager pid servo cgsordersurface failed error window surface othersurface place process output thread testrunnermanager pid servo coretext copypropertyforfonts received mig ipc error from font server process output thread testrunnermanager pid servo invalid font server ipc destination namespace changed retrying process output thread testrunnermanager pid servo coretext copypropertyforfonts received mig ipc error from font server process output thread testrunnermanager pid servo hitoolbox received notification of windowserver event port death process output thread testrunnermanager pid servo port matched the windowserver port created in bindcgstorunloop process output thread testrunnermanager pid servo nsaddrectstowindow error getting window bounds process output thread testrunnermanager pid servo pscurrentwindowbounds cgsgetwindowbounds returned error crash thread testrunnermanager pid test none minidump anaylsed false signature test end thread testrunnermanager crash expected fail process output thread testrunnermanager pid full command users servo buildbot slave build target release servo cpu hard fail exit u servo wptrunner z disable text aa output var folders sd t pid servo coretext copypropertiesforfontsmatchingrequest received mig ipc error fffffffffffffecc from font server process output thread testrunnermanager pid servo coretext copypropertiesforfontsmatchingrequest received mig ipc error fffffffffffffecc from font server process output thread testrunnermanager pid servo coretext copyremotefontproviderports received mig ipc error from font server process output thread testrunnermanager pid servo invalid font server ipc destination namespace changed retrying process output thread testrunnermanager pid servo hitoolbox received notification of windowserver event port death process output thread testrunnermanager pid servo port matched the windowserver port created in bindcgstorunloop process output thread testrunnermanager pid servo nsaddrectstowindow error getting window bounds process output thread testrunnermanager pid servo pscurrentwindowbounds cgsgetwindowbounds returned error crash thread testrunnermanager pid test none minidump anaylsed false signature test end thread testrunnermanager crash expected fail | 1 |
92,879 | 11,717,225,421 | IssuesEvent | 2020-03-09 16:54:15 | ordercloud-api/oc-documentation | https://api.github.com/repos/ordercloud-api/oc-documentation | opened | Auto scroll API Reference Nav when loading section, resource, and operation pages | design enhancement | > auto scrolling the api reference nav when you go to a section would greatly improve the experience
- @mirandaposthumus

| 1.0 | Auto scroll API Reference Nav when loading section, resource, and operation pages - > auto scrolling the api reference nav when you go to a section would greatly improve the experience
- @mirandaposthumus

| non_test | auto scroll api reference nav when loading section resource and operation pages auto scrolling the api reference nav when you go to a section would greatly improve the experience mirandaposthumus | 0 |
287,440 | 24,829,741,623 | IssuesEvent | 2022-10-26 01:33:14 | LiamMahoney/ghrum | https://api.github.com/repos/LiamMahoney/ghrum | closed | Issue Demilestoned | stage: testing / review project: refactor 1 | When an issue is removed from a milestone, the associated project card in that milestone project should be deleted so that the milestone project stays synced.
---
**hook:** issue
**action:** demilestoned | 1.0 | Issue Demilestoned - When an issue is removed from a milestone, the associated project card in that milestone project should be deleted so that the milestone project stays synced.
---
**hook:** issue
**action:** demilestoned | test | issue demilestoned when an issue is removed from a milestone the associated project card in that milestone project should be deleted so that the milestone project stays synced hook issue action demilestoned | 1 |
52,278 | 10,807,926,858 | IssuesEvent | 2019-11-07 09:30:22 | zgoda/bip | https://api.github.com/repos/zgoda/bip | opened | Fix "method_complexity" issue in src/bip/cli/categories/commands.py | codequality | Function `category_change` has a Cognitive Complexity of 14 (exceeds 10 allowed). Consider refactoring.
https://codeclimate.com/github/zgoda/bip/src/bip/cli/categories/commands.py#issue_5dc3273b9414ab0001000062 | 1.0 | Fix "method_complexity" issue in src/bip/cli/categories/commands.py - Function `category_change` has a Cognitive Complexity of 14 (exceeds 10 allowed). Consider refactoring.
https://codeclimate.com/github/zgoda/bip/src/bip/cli/categories/commands.py#issue_5dc3273b9414ab0001000062 | non_test | fix method complexity issue in src bip cli categories commands py function category change has a cognitive complexity of exceeds allowed consider refactoring | 0 |
26,835 | 4,243,629,756 | IssuesEvent | 2016-07-07 00:02:16 | marklogic/data-movement | https://api.github.com/repos/marklogic/data-movement | closed | mlcp import | major Task test | Integrate mlcp import functionality under this API:
DataMovementManager {
...
JobTicket<ImportJobReport> import(ImportDefinition def)
ImportDefinition newImportDefinition()
}
ImportDefinition implements JobDefinition<ImportDefinition> {
ImportDefinition jobName(String jobName)
ImportDefinition maxSplitSize(int splitSize)
ImportDefinition minSplitSize(int splitSize)
ImportDefinition inputFilePath(String path)
ImportDefinition inputFilePattern(String pattern)
...
ImportDefinition onBatchSuccess(ImportSuccessListener listener)
ImportDefinition onBatchFailure(ImportFailureListener listener)
}
ImportSuccessListener {
void batchSuccess(ImportDocument[] docs)
}
ImportDocument {
String getUri()
File getSourceFile()
}
ImportFailureListener {
void batchFailure(ImportFailure failure)
}
ImportFailure {
String[] getBatchUris()
Exception getException()
}
| 1.0 | mlcp import - Integrate mlcp import functionality under this API:
DataMovementManager {
...
JobTicket<ImportJobReport> import(ImportDefinition def)
ImportDefinition newImportDefinition()
}
ImportDefinition implements JobDefinition<ImportDefinition> {
ImportDefinition jobName(String jobName)
ImportDefinition maxSplitSize(int splitSize)
ImportDefinition minSplitSize(int splitSize)
ImportDefinition inputFilePath(String path)
ImportDefinition inputFilePattern(String pattern)
...
ImportDefinition onBatchSuccess(ImportSuccessListener listener)
ImportDefinition onBatchFailure(ImportFailureListener listener)
}
ImportSuccessListener {
void batchSuccess(ImportDocument[] docs)
}
ImportDocument {
String getUri()
File getSourceFile()
}
ImportFailureListener {
void batchFailure(ImportFailure failure)
}
ImportFailure {
String[] getBatchUris()
Exception getException()
}
| test | mlcp import integrate mlcp import functionality under this api datamovementmanager jobticket import importdefinition def importdefinition newimportdefinition importdefinition implements jobdefinition importdefinition jobname string jobname importdefinition maxsplitsize int splitsize importdefinition minsplitsize int splitsize importdefinition inputfilepath string path importdefinition inputfilepattern string pattern importdefinition onbatchsuccess importsuccesslistener listener importdefinition onbatchfailure importfailurelistener listener importsuccesslistener void batchsuccess importdocument docs importdocument string geturi file getsourcefile importfailurelistener void batchfailure importfailure failure importfailure string getbatchuris exception getexception | 1 |
282,253 | 24,460,563,796 | IssuesEvent | 2022-10-07 10:44:31 | NFDI4Chem/nmrxiv | https://api.github.com/repos/NFDI4Chem/nmrxiv | closed | Processed datasets with 2D spectra from jdx files are not turning green | bug testing | In the second step of submission, if the submitted datasets are in jcamp, even when they are selected and their spectra are viewed, their color remains white.
<img width="1247" alt="image" src="https://user-images.githubusercontent.com/82588017/184653693-098a0233-2681-40d0-92c8-e32cef617e13.png">
| 1.0 | Processed datasets with 2D spectra from jdx files are not turning green - In the second step of submission, if the submitted datasets are in jcamp, even when they are selected and their spectra are viewed, their color remains white.
<img width="1247" alt="image" src="https://user-images.githubusercontent.com/82588017/184653693-098a0233-2681-40d0-92c8-e32cef617e13.png">
| test | processed datasets with spectra from jdx files are not turning green in the second step of submission if the submitted datasets are in jcamp even when they are selected and their spectra are viewed their color remains white img width alt image src | 1 |
337,181 | 30,243,288,245 | IssuesEvent | 2023-07-06 14:48:01 | CPMpy/cpmpy | https://api.github.com/repos/CPMpy/cpmpy | closed | Count only works in a comparison for minizinc | bug fuzz-test | We translate count to minizinc when it's part of a comparison, therefor things like Count + 2 == something don't work, only Count == something is possible. (and other comparisons)
bug found while fuzztesting, tranforming Count(iv,True) == 0 into Count(iv,True) * 7 == 0 (arithmetic comparison morph)
| 1.0 | Count only works in a comparison for minizinc - We translate count to minizinc when it's part of a comparison, therefor things like Count + 2 == something don't work, only Count == something is possible. (and other comparisons)
bug found while fuzztesting, tranforming Count(iv,True) == 0 into Count(iv,True) * 7 == 0 (arithmetic comparison morph)
| test | count only works in a comparison for minizinc we translate count to minizinc when it s part of a comparison therefor things like count something don t work only count something is possible and other comparisons bug found while fuzztesting tranforming count iv true into count iv true arithmetic comparison morph | 1 |
300,691 | 22,692,567,806 | IssuesEvent | 2022-07-04 23:26:27 | lz4/lz4 | https://api.github.com/repos/lz4/lz4 | closed | Files in 1.9.3 zip are not as named in the README | documentation | README says to expect
- `dll\liblz4.dll` : The DLL of LZ4 library
- `dll\liblz4.lib` : The import library of LZ4 library for Visual C++
But instead there are:
ls -l dll
total 548
-rw-r--r-- 1 Administrator None 59774 Nov 15 2020 liblz4.dll.a
-rwxr-xr-x 1 Administrator None 495976 Nov 15 2020 msys-lz4-1.dll
| 1.0 | Files in 1.9.3 zip are not as named in the README - README says to expect
- `dll\liblz4.dll` : The DLL of LZ4 library
- `dll\liblz4.lib` : The import library of LZ4 library for Visual C++
But instead there are:
ls -l dll
total 548
-rw-r--r-- 1 Administrator None 59774 Nov 15 2020 liblz4.dll.a
-rwxr-xr-x 1 Administrator None 495976 Nov 15 2020 msys-lz4-1.dll
| non_test | files in zip are not as named in the readme readme says to expect dll dll the dll of library dll lib the import library of library for visual c but instead there are ls l dll total rw r r administrator none nov dll a rwxr xr x administrator none nov msys dll | 0 |
62,479 | 6,797,692,460 | IssuesEvent | 2017-11-02 00:23:13 | UnknitSplash/SwingSet2_IntegrationTests | https://api.github.com/repos/UnknitSplash/SwingSet2_IntegrationTests | opened | Write test cases for interactions with JTable | doc test case | Cover interactions with the table(e.g. different inputs, sorting) | 1.0 | Write test cases for interactions with JTable - Cover interactions with the table(e.g. different inputs, sorting) | test | write test cases for interactions with jtable cover interactions with the table e g different inputs sorting | 1 |
148,926 | 11,872,166,795 | IssuesEvent | 2020-03-26 15:25:35 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | Update to the latest pyyaml to address CVE-2017-18342 | component:api priority:medium state:needs_test type:bug | ##### ISSUE TYPE
- Bug Report
##### SUMMARY
We need to upgrade to a newer pyyaml to address CVE-2017-18342 (though, to my knowledge, we're _already using_ `safe_load()` appropriately everywhere, so this upgrade is really just to tick a box).
Unfortunately, the currently released version of `openshift` relies on a `kubernetes` version that pins to an older version of `pyyaml`:
https://github.com/kubernetes-client/python/blob/v10.1.0/requirements.txt#L5
Once a new `openshift` library version is released, we should update our dependencies to pull in a newer `pyyaml`. | 1.0 | Update to the latest pyyaml to address CVE-2017-18342 - ##### ISSUE TYPE
- Bug Report
##### SUMMARY
We need to upgrade to a newer pyyaml to address CVE-2017-18342 (though, to my knowledge, we're _already using_ `safe_load()` appropriately everywhere, so this upgrade is really just to tick a box).
Unfortunately, the currently released version of `openshift` relies on a `kubernetes` version that pins to an older version of `pyyaml`:
https://github.com/kubernetes-client/python/blob/v10.1.0/requirements.txt#L5
Once a new `openshift` library version is released, we should update our dependencies to pull in a newer `pyyaml`. | test | update to the latest pyyaml to address cve issue type bug report summary we need to upgrade to a newer pyyaml to address cve though to my knowledge we re already using safe load appropriately everywhere so this upgrade is really just to tick a box unfortunately the currently released version of openshift relies on a kubernetes version that pins to an older version of pyyaml once a new openshift library version is released we should update our dependencies to pull in a newer pyyaml | 1 |
348,581 | 31,653,823,257 | IssuesEvent | 2023-09-07 02:09:06 | longhorn/longhorn | https://api.github.com/repos/longhorn/longhorn | opened | [TEST][IMPROVEMENT] Replace `engineImage` field in CRDs with `image` | kind/test | adding/updating auto e2e test cases for https://github.com/longhorn/longhorn/issues/6647 if they can be automated
cc @longhorn/qa | 1.0 | [TEST][IMPROVEMENT] Replace `engineImage` field in CRDs with `image` - adding/updating auto e2e test cases for https://github.com/longhorn/longhorn/issues/6647 if they can be automated
cc @longhorn/qa | test | replace engineimage field in crds with image adding updating auto test cases for if they can be automated cc longhorn qa | 1 |
118,992 | 10,021,900,291 | IssuesEvent | 2019-07-16 15:31:07 | Elgg/Elgg | https://api.github.com/repos/Elgg/Elgg | closed | ElggPluginUnitTest::testUsesBootstrapOnUpgrade fails localy | tests | if i run `vendor\bin\phpunit -c .\phpunit.xml --filter ElggPluginUnitTest` the test fails only if i have no `settings.php` in `elgg-config`. If the file it present (and correctly configured) the test passes. | 1.0 | ElggPluginUnitTest::testUsesBootstrapOnUpgrade fails localy - if i run `vendor\bin\phpunit -c .\phpunit.xml --filter ElggPluginUnitTest` the test fails only if i have no `settings.php` in `elgg-config`. If the file it present (and correctly configured) the test passes. | test | elggpluginunittest testusesbootstraponupgrade fails localy if i run vendor bin phpunit c phpunit xml filter elggpluginunittest the test fails only if i have no settings php in elgg config if the file it present and correctly configured the test passes | 1 |
219,416 | 17,090,585,332 | IssuesEvent | 2021-07-08 16:53:38 | dspencer-kc/mawd-pm | https://api.github.com/repos/dspencer-kc/mawd-pm | closed | Client registration issues | needs testing | After a client is approved, they do not receive an email with their username and password. | 1.0 | Client registration issues - After a client is approved, they do not receive an email with their username and password. | test | client registration issues after a client is approved they do not receive an email with their username and password | 1 |
221,199 | 24,596,357,194 | IssuesEvent | 2022-10-14 08:40:34 | jmix-framework/jmix | https://api.github.com/repos/jmix-framework/jmix | closed | Additional password validation | size: S in: security | ### Description
See forum [discussion](https://forum.jmix.io/t/nosuchmethodexception-problems-using-a-regexpvalidator-in-an-extended-password-dialog/1306).
There two points where the user password should be validated:
- ChangePasswordDialog
- UserEdit screen.
The main idea is to do not extend ChangePasswordDialog if password requires additional validation. It can be implemented by Spring bean and injected to ChangePasswordDialog and UserEdit as list of corresponding bean type. | True | Additional password validation - ### Description
See forum [discussion](https://forum.jmix.io/t/nosuchmethodexception-problems-using-a-regexpvalidator-in-an-extended-password-dialog/1306).
There two points where the user password should be validated:
- ChangePasswordDialog
- UserEdit screen.
The main idea is to do not extend ChangePasswordDialog if password requires additional validation. It can be implemented by Spring bean and injected to ChangePasswordDialog and UserEdit as list of corresponding bean type. | non_test | additional password validation description see forum there two points where the user password should be validated changepassworddialog useredit screen the main idea is to do not extend changepassworddialog if password requires additional validation it can be implemented by spring bean and injected to changepassworddialog and useredit as list of corresponding bean type | 0 |
724,064 | 24,916,468,354 | IssuesEvent | 2022-10-30 13:09:57 | HamidMolareza/QueraProblems | https://api.github.com/repos/HamidMolareza/QueraProblems | closed | Cache titles | version-minor priority-medium scope-new-feature | To generate the README file, the title of the questions is received from the Quera site every time. It is better to save the titles in a file to increase the speed of work and less disturbance for the Quera site. | 1.0 | Cache titles - To generate the README file, the title of the questions is received from the Quera site every time. It is better to save the titles in a file to increase the speed of work and less disturbance for the Quera site. | non_test | cache titles to generate the readme file the title of the questions is received from the quera site every time it is better to save the titles in a file to increase the speed of work and less disturbance for the quera site | 0 |
280,619 | 30,841,096,856 | IssuesEvent | 2023-08-02 10:41:40 | nejads/aws | https://api.github.com/repos/nejads/aws | closed | CVE-2017-7525 (Critical) detected in jackson-databind-2.8.5.jar - autoclosed | Mend: dependency security vulnerability | ## CVE-2017-7525 - Critical Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.5.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /iot-notification-button/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.5/jackson-databind-2.8.5.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.8.5.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nejads/aws/commit/92a8a082b3cef5125da8e048c7417436b1562f91">92a8a082b3cef5125da8e048c7417436b1562f91</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.
<p>Publish Date: 2018-02-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-7525>CVE-2017-7525</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7525">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7525</a></p>
<p>Release Date: 2018-02-06</p>
<p>Fix Resolution: 2.8.9</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-2017-7525 (Critical) detected in jackson-databind-2.8.5.jar - autoclosed - ## CVE-2017-7525 - Critical Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.5.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /iot-notification-button/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.5/jackson-databind-2.8.5.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.8.5.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nejads/aws/commit/92a8a082b3cef5125da8e048c7417436b1562f91">92a8a082b3cef5125da8e048c7417436b1562f91</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.
<p>Publish Date: 2018-02-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-7525>CVE-2017-7525</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7525">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7525</a></p>
<p>Release Date: 2018-02-06</p>
<p>Fix Resolution: 2.8.9</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 critical detected in jackson databind jar autoclosed cve critical severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file iot notification button pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a deserialization flaw was discovered in the jackson databind versions before and which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readvalue method of the objectmapper publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
377,254 | 26,242,502,502 | IssuesEvent | 2023-01-05 12:44:13 | muon-spectroscopy-computational-project/muspinsim | https://api.github.com/repos/muon-spectroscopy-computational-project/muspinsim | opened | Add pyproject.toml and building with OpenMP using environment variables | documentation enhancement | Using setup.py alone has been depreciated for some time. We should add a pyproject.toml as well. This is also required for using the cibuildwheels action for #24. In addition as this action will use the toml rather than setup.py directly we need an environment variable that can enable OpenMP so we can compile with it in the action. | 1.0 | Add pyproject.toml and building with OpenMP using environment variables - Using setup.py alone has been depreciated for some time. We should add a pyproject.toml as well. This is also required for using the cibuildwheels action for #24. In addition as this action will use the toml rather than setup.py directly we need an environment variable that can enable OpenMP so we can compile with it in the action. | non_test | add pyproject toml and building with openmp using environment variables using setup py alone has been depreciated for some time we should add a pyproject toml as well this is also required for using the cibuildwheels action for in addition as this action will use the toml rather than setup py directly we need an environment variable that can enable openmp so we can compile with it in the action | 0 |
72,723 | 7,310,022,540 | IssuesEvent | 2018-02-28 13:50:20 | minishift/minishift | https://api.github.com/repos/minishift/minishift | reopened | Omit Minishift and OC runners and execute commands in host shell instance | component/integration-test status/pinned status/stale | As we have discussed with @gbraad today integration tests are quite simulating the actual run of minishift and oc commands. Meaning that when integration tests are being run the `minishift <subcommand>...` and `oc <subcommand>...` are not being executed in shell but are being executed via Go's `exec` package. When #1332 is merged we could then omit specialised Minishift and oc runners and instead execute both commands directly in the shell - bash on Linux and macOS, PowerShell on Windows with ability to change it to cmd, zsh or tcsh. This would bring the integration tests closer to the real environment instead of some kind of simulation.
In #1332 there is already support for setting Minishift binary on path, however for oc this needs to be implemented.
| 1.0 | Omit Minishift and OC runners and execute commands in host shell instance - As we have discussed with @gbraad today integration tests are quite simulating the actual run of minishift and oc commands. Meaning that when integration tests are being run the `minishift <subcommand>...` and `oc <subcommand>...` are not being executed in shell but are being executed via Go's `exec` package. When #1332 is merged we could then omit specialised Minishift and oc runners and instead execute both commands directly in the shell - bash on Linux and macOS, PowerShell on Windows with ability to change it to cmd, zsh or tcsh. This would bring the integration tests closer to the real environment instead of some kind of simulation.
In #1332 there is already support for setting Minishift binary on path, however for oc this needs to be implemented.
| test | omit minishift and oc runners and execute commands in host shell instance as we have discussed with gbraad today integration tests are quite simulating the actual run of minishift and oc commands meaning that when integration tests are being run the minishift and oc are not being executed in shell but are being executed via go s exec package when is merged we could then omit specialised minishift and oc runners and instead execute both commands directly in the shell bash on linux and macos powershell on windows with ability to change it to cmd zsh or tcsh this would bring the integration tests closer to the real environment instead of some kind of simulation in there is already support for setting minishift binary on path however for oc this needs to be implemented | 1 |
414,490 | 12,103,849,552 | IssuesEvent | 2020-04-20 19:08:44 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | media.interieur.gouv.fr - see bug description | browser-fenix engine-gecko priority-normal | <!-- @browser: Firefox Mobile 75.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:75.0) Gecko/75.0 Firefox/75.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://media.interieur.gouv.fr/deplacement-covid-19/
**Browser / Version**: Firefox Mobile 75.0
**Operating System**: Android
**Tested Another Browser**: Yes Edge
**Problem type**: Something else
**Description**: impossible to download pdf file
**Steps to Reproduce**:
when i click on "generate" button on this website (important, it's the mandatory autorization to get out of his house with covid19 in France) , it say that it will be download pdf file (with the name) and after, Firefox display that it cant download this type of file.
no problem with old version of Firefox
<details><summary>View the screenshot</summary><img alt='Screenshot' src='https://webcompat.com/uploads/2020/4/55b391fb-6907-4cb9-b3ee-deecb98c4f94.jpeg'></details>
<details><summary>View the screenshot</summary><img alt='Screenshot' src='https://webcompat.com/uploads/2020/4/0b314795-ef83-4ac4-a3f3-d9df37cc190d.jpeg'></details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | media.interieur.gouv.fr - see bug description - <!-- @browser: Firefox Mobile 75.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:75.0) Gecko/75.0 Firefox/75.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://media.interieur.gouv.fr/deplacement-covid-19/
**Browser / Version**: Firefox Mobile 75.0
**Operating System**: Android
**Tested Another Browser**: Yes Edge
**Problem type**: Something else
**Description**: impossible to download pdf file
**Steps to Reproduce**:
when i click on "generate" button on this website (important, it's the mandatory autorization to get out of his house with covid19 in France) , it say that it will be download pdf file (with the name) and after, Firefox display that it cant download this type of file.
no problem with old version of Firefox
<details><summary>View the screenshot</summary><img alt='Screenshot' src='https://webcompat.com/uploads/2020/4/55b391fb-6907-4cb9-b3ee-deecb98c4f94.jpeg'></details>
<details><summary>View the screenshot</summary><img alt='Screenshot' src='https://webcompat.com/uploads/2020/4/0b314795-ef83-4ac4-a3f3-d9df37cc190d.jpeg'></details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | media interieur gouv fr see bug description url browser version firefox mobile operating system android tested another browser yes edge problem type something else description impossible to download pdf file steps to reproduce when i click on generate button on this website important it s the mandatory autorization to get out of his house with in france it say that it will be download pdf file with the name and after firefox display that it cant download this type of file no problem with old version of firefox view the screenshot img alt screenshot src view the screenshot img alt screenshot src browser configuration none from with ❤️ | 0 |
3,362 | 2,849,594,000 | IssuesEvent | 2015-05-30 20:43:43 | code-cracker/code-cracker | https://api.github.com/repos/code-cracker/code-cracker | closed | Remove redundant else | 3 - Done analyzer C# code-fix enhancement | When else statement is empty it might raise a diagnostic.
Before:
````csharp
if (true)
{
//some statement (not a comment)
}
else
{
}
````
After:
````csharp
if (true)
{
//some statement (not a comment)
}
````
Diagnostic id: `CC0089`
Category: `Usage`
Severity: `Info`
@gandarez is working on it. | 1.0 | Remove redundant else - When else statement is empty it might raise a diagnostic.
Before:
````csharp
if (true)
{
//some statement (not a comment)
}
else
{
}
````
After:
````csharp
if (true)
{
//some statement (not a comment)
}
````
Diagnostic id: `CC0089`
Category: `Usage`
Severity: `Info`
@gandarez is working on it. | non_test | remove redundant else when else statement is empty it might raise a diagnostic before csharp if true some statement not a comment else after csharp if true some statement not a comment diagnostic id category usage severity info gandarez is working on it | 0 |
753,560 | 26,352,826,229 | IssuesEvent | 2023-01-11 07:08:22 | Valks-Games/sankari | https://api.github.com/repos/Valks-Games/sankari | closed | InvalidOperationException: Late bound operations cannot be performed on types or methods for which ContainsGenericParameters is true | bug good first issue help wanted hard holding up project high priority | ## Issue
Generics are causing the project to crash on startup. Read the following site to get a better idea of why this error is happening https://lostechies.com/patricklioi/2013/12/13/nailing-down-generics/
An issue for this was also created on the Godot repo, which can be found [here](https://github.com/godotengine/godot/issues/68443)
## Steps to Reproduce
1. Download and install either Godot 4 Beta 4 or Godot 4 Beta 5 *(make sure you install the c-sharp version of Godot)*
2. Add the following code to the very beginning of `_PhysicsProcess(double delta)` in `MovingEntity.cs` to trigger the dynamic runtime compiler *(may not be required, error may happen even without doing this)*
```cs
int test = 5;
test++;
GD.Print(test);
```
3. Run Godot through cmd with `--verbose` flag
4. Select and open Sankari project
5. Notice the popup and error logs in cmd
## Preview of Popup

*clicking OK will close the project*
## Relevant Error Logs
```
ERROR: System.InvalidOperationException: Late bound operations cannot be performed on types or methods for which ContainsGenericParameters is true.
at System.Reflection.RuntimeMethodInfo.ThrowNoInvokeException()
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Godot.Bridge.ScriptManagerBridge.GetMethodListForType(Type type) in /root/godot/modules/mono/glue/GodotSharp/GodotSharp/Core/Bridge/ScriptManagerBridge.cs:line 761
at Godot.Bridge.ScriptManagerBridge.UpdateScriptClassInfo(IntPtr scriptPtr, godot_bool* outTool, godot_array* outMethodsDest, godot_dictionary* outRpcFunctionsDest, godot_dictionary* outEventSignalsDest, godot_ref* outBaseScript) in /root/godot/modules/mono/glue/GodotSharp/GodotSharp/Core/Bridge/ScriptManagerBridge.cs:line 593
at: godotsharp_pusherror (modules/mono/glue/runtime_interop.cpp:1240)
Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at Godot.NativeInterop.NativeFuncs.godotsharp_internal_reload_registered_script(IntPtr)
at Godot.Bridge.ScriptManagerBridge.CreateScriptBridgeForType(System.Type, Godot.NativeInterop.godot_ref*)
at Godot.Bridge.ScriptManagerBridge.GetOrCreateScriptBridgeForType(System.Type, Godot.NativeInterop.godot_ref*)
at Godot.Bridge.ScriptManagerBridge.GetOrCreateScriptBridgeForPath(Godot.NativeInterop.godot_string*, Godot.NativeInterop.godot_ref*)
Using present mode: VK_PRESENT_MODE_FIFO_KHR
```
## Potential Snippets of Code Causing this Issue
https://github.com/Valks-Games/sankari/blob/4ac29a9ffe41265ba633143f6bd01be72e8f3a48/Scripts/Entities/Animations/EntityAnimation.cs#L15
https://github.com/Valks-Games/sankari/blob/4ac29a9ffe41265ba633143f6bd01be72e8f3a48/Scripts/Entities/Animations/EntityAnimationIdle.cs#L3
https://github.com/Valks-Games/sankari/blob/4ac29a9ffe41265ba633143f6bd01be72e8f3a48/Scripts/Entities/Player/Animations/PlayerAnimationDash.cs#L3
https://github.com/Valks-Games/sankari/blob/4ac29a9ffe41265ba633143f6bd01be72e8f3a48/Scripts/Entities/Player/Commands/PlayerCommand.cs#L54
https://github.com/Valks-Games/sankari/blob/4ac29a9ffe41265ba633143f6bd01be72e8f3a48/Scripts/Entities/Player/Commands/PlayerCommandDash.cs#L3 | 1.0 | InvalidOperationException: Late bound operations cannot be performed on types or methods for which ContainsGenericParameters is true - ## Issue
Generics are causing the project to crash on startup. Read the following site to get a better idea of why this error is happening https://lostechies.com/patricklioi/2013/12/13/nailing-down-generics/
An issue for this was also created on the Godot repo, which can be found [here](https://github.com/godotengine/godot/issues/68443)
## Steps to Reproduce
1. Download and install either Godot 4 Beta 4 or Godot 4 Beta 5 *(make sure you install the c-sharp version of Godot)*
2. Add the following code to the very beginning of `_PhysicsProcess(double delta)` in `MovingEntity.cs` to trigger the dynamic runtime compiler *(may not be required, error may happen even without doing this)*
```cs
int test = 5;
test++;
GD.Print(test);
```
3. Run Godot through cmd with `--verbose` flag
4. Select and open Sankari project
5. Notice the popup and error logs in cmd
## Preview of Popup

*clicking OK will close the project*
## Relevant Error Logs
```
ERROR: System.InvalidOperationException: Late bound operations cannot be performed on types or methods for which ContainsGenericParameters is true.
at System.Reflection.RuntimeMethodInfo.ThrowNoInvokeException()
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Godot.Bridge.ScriptManagerBridge.GetMethodListForType(Type type) in /root/godot/modules/mono/glue/GodotSharp/GodotSharp/Core/Bridge/ScriptManagerBridge.cs:line 761
at Godot.Bridge.ScriptManagerBridge.UpdateScriptClassInfo(IntPtr scriptPtr, godot_bool* outTool, godot_array* outMethodsDest, godot_dictionary* outRpcFunctionsDest, godot_dictionary* outEventSignalsDest, godot_ref* outBaseScript) in /root/godot/modules/mono/glue/GodotSharp/GodotSharp/Core/Bridge/ScriptManagerBridge.cs:line 593
at: godotsharp_pusherror (modules/mono/glue/runtime_interop.cpp:1240)
Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at Godot.NativeInterop.NativeFuncs.godotsharp_internal_reload_registered_script(IntPtr)
at Godot.Bridge.ScriptManagerBridge.CreateScriptBridgeForType(System.Type, Godot.NativeInterop.godot_ref*)
at Godot.Bridge.ScriptManagerBridge.GetOrCreateScriptBridgeForType(System.Type, Godot.NativeInterop.godot_ref*)
at Godot.Bridge.ScriptManagerBridge.GetOrCreateScriptBridgeForPath(Godot.NativeInterop.godot_string*, Godot.NativeInterop.godot_ref*)
Using present mode: VK_PRESENT_MODE_FIFO_KHR
```
## Potential Snippets of Code Causing this Issue
https://github.com/Valks-Games/sankari/blob/4ac29a9ffe41265ba633143f6bd01be72e8f3a48/Scripts/Entities/Animations/EntityAnimation.cs#L15
https://github.com/Valks-Games/sankari/blob/4ac29a9ffe41265ba633143f6bd01be72e8f3a48/Scripts/Entities/Animations/EntityAnimationIdle.cs#L3
https://github.com/Valks-Games/sankari/blob/4ac29a9ffe41265ba633143f6bd01be72e8f3a48/Scripts/Entities/Player/Animations/PlayerAnimationDash.cs#L3
https://github.com/Valks-Games/sankari/blob/4ac29a9ffe41265ba633143f6bd01be72e8f3a48/Scripts/Entities/Player/Commands/PlayerCommand.cs#L54
https://github.com/Valks-Games/sankari/blob/4ac29a9ffe41265ba633143f6bd01be72e8f3a48/Scripts/Entities/Player/Commands/PlayerCommandDash.cs#L3 | non_test | invalidoperationexception late bound operations cannot be performed on types or methods for which containsgenericparameters is true issue generics are causing the project to crash on startup read the following site to get a better idea of why this error is happening an issue for this was also created on the godot repo which can be found steps to reproduce download and install either godot beta or godot beta make sure you install the c sharp version of godot add the following code to the very beginning of physicsprocess double delta in movingentity cs to trigger the dynamic runtime compiler may not be required error may happen even without doing this cs int test test gd print test run godot through cmd with verbose flag select and open sankari project notice the popup and error logs in cmd preview of popup clicking ok will close the project relevant error logs error system invalidoperationexception late bound operations cannot be performed on types or methods for which containsgenericparameters is true at system reflection runtimemethodinfo thrownoinvokeexception at system reflection runtimemethodinfo invoke object obj bindingflags invokeattr binder binder object parameters cultureinfo culture at system reflection methodbase invoke object obj object parameters at godot bridge scriptmanagerbridge getmethodlistfortype type type in root godot modules mono glue godotsharp godotsharp core bridge scriptmanagerbridge cs line at godot bridge scriptmanagerbridge updatescriptclassinfo intptr scriptptr godot bool outtool godot array outmethodsdest godot dictionary outrpcfunctionsdest godot dictionary outeventsignalsdest godot ref outbasescript in root godot modules mono glue godotsharp godotsharp core bridge scriptmanagerbridge cs line at godotsharp pusherror modules mono glue runtime interop cpp fatal error system accessviolationexception attempted to read or write protected memory this is often an indication that other memory is corrupt at godot nativeinterop nativefuncs godotsharp internal reload registered script intptr at godot bridge scriptmanagerbridge createscriptbridgefortype system type godot nativeinterop godot ref at godot bridge scriptmanagerbridge getorcreatescriptbridgefortype system type godot nativeinterop godot ref at godot bridge scriptmanagerbridge getorcreatescriptbridgeforpath godot nativeinterop godot string godot nativeinterop godot ref using present mode vk present mode fifo khr potential snippets of code causing this issue | 0 |
439,647 | 30,707,983,805 | IssuesEvent | 2023-07-27 07:48:04 | OwaisQuadri/Hifdh-Tracker | https://api.github.com/repos/OwaisQuadri/Hifdh-Tracker | closed | prepare submission for App Store | documentation distribution | make a good readme and inside it, provide the beta app link when I get it | 1.0 | prepare submission for App Store - make a good readme and inside it, provide the beta app link when I get it | non_test | prepare submission for app store make a good readme and inside it provide the beta app link when i get it | 0 |
211,576 | 16,327,442,904 | IssuesEvent | 2021-05-12 04:04:54 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: activerecord failed | C-test-failure O-roachtest O-robot branch-master | [(roachtest).activerecord failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2771389&tab=buildLog) on [master@4b98115dfda02a9498f566958bd915c45ec7e449](https://github.com/cockroachdb/cockroach/commits/4b98115dfda02a9498f566958bd915c45ec7e449):
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/activerecord/run_1
orm_helpers.go:228,orm_helpers.go:154,activerecord.go:227,activerecord.go:239,test_runner.go:767:
Tests run on Cockroach v21.1.0-alpha.3-1358-g4b98115dfd
Tests run against activerecord 6.1
6587 Total Tests Run
6585 tests passed
2 tests failed
17 tests skipped
0 tests ignored
0 tests passed unexpectedly
1 test failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: InsertAllTest#test_upsert_all_works_with_partitioned_indexes (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList21_1) is available in the artifacts' activerecord log
```
<details><summary>More</summary><p>
Artifacts: [/activerecord](https://teamcity.cockroachdb.com/viewLog.html?buildId=2771389&tab=artifacts#/activerecord)
Related:
- #53730 roachtest: activerecord failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1)
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Aactiverecord.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
| 2.0 | roachtest: activerecord failed - [(roachtest).activerecord failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2771389&tab=buildLog) on [master@4b98115dfda02a9498f566958bd915c45ec7e449](https://github.com/cockroachdb/cockroach/commits/4b98115dfda02a9498f566958bd915c45ec7e449):
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/activerecord/run_1
orm_helpers.go:228,orm_helpers.go:154,activerecord.go:227,activerecord.go:239,test_runner.go:767:
Tests run on Cockroach v21.1.0-alpha.3-1358-g4b98115dfd
Tests run against activerecord 6.1
6587 Total Tests Run
6585 tests passed
2 tests failed
17 tests skipped
0 tests ignored
0 tests passed unexpectedly
1 test failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: InsertAllTest#test_upsert_all_works_with_partitioned_indexes (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList21_1) is available in the artifacts' activerecord log
```
<details><summary>More</summary><p>
Artifacts: [/activerecord](https://teamcity.cockroachdb.com/viewLog.html?buildId=2771389&tab=artifacts#/activerecord)
Related:
- #53730 roachtest: activerecord failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1)
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Aactiverecord.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
| test | roachtest activerecord failed on the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts activerecord run orm helpers go orm helpers go activerecord go activerecord go test runner go tests run on cockroach alpha tests run against activerecord total tests run tests passed tests failed tests skipped tests ignored tests passed unexpectedly test failed unexpectedly tests expected failed but skipped tests expected failed but not run pass serializedattributetest test unexpected serialized type expected fail insertalltest test upsert all works with partitioned indexes unexpected for a full summary look at the activerecord artifacts an updated blocklist is available in the artifacts activerecord log more artifacts related roachtest activerecord failed powered by | 1 |
696,434 | 23,901,059,386 | IssuesEvent | 2022-09-08 18:49:31 | FrozenBlock/WilderWild | https://api.github.com/repos/FrozenBlock/WilderWild | opened | Palm leaves decay | enhancement todo block worldgen high priority | Ok, so, for palm trees don't look like shit, we need to figure out how to make the vertical leaves not disappear. I have two suggestions:
1. Add vertical leaves support
2. Make leaves that will depend on the block (pictured), this block does not allow the leaves to decaying in a radius of 6x6x6, drop saplings or coconuts\bananas

| 1.0 | Palm leaves decay - Ok, so, for palm trees don't look like shit, we need to figure out how to make the vertical leaves not disappear. I have two suggestions:
1. Add vertical leaves support
2. Make leaves that will depend on the block (pictured), this block does not allow the leaves to decaying in a radius of 6x6x6, drop saplings or coconuts\bananas

| non_test | palm leaves decay ok so for palm trees don t look like shit we need to figure out how to make the vertical leaves not disappear i have two suggestions add vertical leaves support make leaves that will depend on the block pictured this block does not allow the leaves to decaying in a radius of drop saplings or coconuts bananas | 0 |
36,936 | 5,096,363,596 | IssuesEvent | 2017-01-03 17:57:47 | 18F/18f.gsa.gov | https://api.github.com/repos/18F/18f.gsa.gov | closed | Add better testing framework for Ruby plugins | workflow:testing | The authors and search bugs might have been prevented with better tests. It would be great to have better ruby testing for those kinds of issues. | 1.0 | Add better testing framework for Ruby plugins - The authors and search bugs might have been prevented with better tests. It would be great to have better ruby testing for those kinds of issues. | test | add better testing framework for ruby plugins the authors and search bugs might have been prevented with better tests it would be great to have better ruby testing for those kinds of issues | 1 |
18,994 | 13,536,015,654 | IssuesEvent | 2020-09-16 08:26:38 | topcoder-platform/qa-fun | https://api.github.com/repos/topcoder-platform/qa-fun | closed | [TCO20-Southern Asia] [Web-Chrome] Up arrow - User Interface Issue | UX/Usability | Description:
Repro Steps:
1. Go to https://www.tutorialspoint.com/mastering_value_based_pricing/index.asp
2. Click on the Categories dropdown
3. observe the arrow symbol next to categories in the heading
Actual Result:
Down arrow is shown after clicking the Categories dropdown
Expected Result:
Up arrow should be shown after clicking the Categories dropdown
Device/Browser Name:
Laptop/ Google Chrome Version 84.0.4147.125
OS Version:
Windows 10 / Version 1909
Screenshot/Screencast:

| True | [TCO20-Southern Asia] [Web-Chrome] Up arrow - User Interface Issue - Description:
Repro Steps:
1. Go to https://www.tutorialspoint.com/mastering_value_based_pricing/index.asp
2. Click on the Categories dropdown
3. observe the arrow symbol next to categories in the heading
Actual Result:
Down arrow is shown after clicking the Categories dropdown
Expected Result:
Up arrow should be shown after clicking the Categories dropdown
Device/Browser Name:
Laptop/ Google Chrome Version 84.0.4147.125
OS Version:
Windows 10 / Version 1909
Screenshot/Screencast:

| non_test | up arrow user interface issue description repro steps go to click on the categories dropdown observe the arrow symbol next to categories in the heading actual result down arrow is shown after clicking the categories dropdown expected result up arrow should be shown after clicking the categories dropdown device browser name laptop google chrome version os version windows version screenshot screencast | 0 |
82,351 | 7,838,642,316 | IssuesEvent | 2018-06-18 10:59:59 | octavian-paraschiv/protone-suite | https://api.github.com/repos/octavian-paraschiv/protone-suite | reopened | Open file dialogs cannot cope with UNC paths typed in file name | Category-Player OS-All Priority-P2 Regression_Test_Selected ReportSource-EndUser Type-Defect | ```
Open file dialogs cannot cope with UNC paths typed in file name then press
Enter key.\r\n\r\nMost Windows programs can handle this scenario.
```
Original issue reported on code.google.com by `octavian...@gmail.com` on 18 Apr 2013 at 7:07
| 1.0 | Open file dialogs cannot cope with UNC paths typed in file name - ```
Open file dialogs cannot cope with UNC paths typed in file name then press
Enter key.\r\n\r\nMost Windows programs can handle this scenario.
```
Original issue reported on code.google.com by `octavian...@gmail.com` on 18 Apr 2013 at 7:07
| test | open file dialogs cannot cope with unc paths typed in file name open file dialogs cannot cope with unc paths typed in file name then press enter key r n r nmost windows programs can handle this scenario original issue reported on code google com by octavian gmail com on apr at | 1 |
313,039 | 26,896,301,851 | IssuesEvent | 2023-02-06 12:41:19 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Godot 4.0 beta 17 crashes, does not open project | bug needs testing crash | ### Godot version
4.0 beta 17
### System information
Windows 10
### Issue description
When I open my project, it crashes.
Does not happen in previous versions
Godot Engine v4.0.beta17.official.c40020513 - https://godotengine.org/
OpenGL Renderer: NVIDIA GeForce GTX 1080/PCIe/SSE2
Editing project: F:/project mzd/godot/mzd
ERROR: Condition "!method" is true. Returning: 0
at: get_builtin_method_hash (core/variant/variant_call.cpp:1348)
ERROR: Error getting method typed_assign, hash mismatch.
at: gdextension_variant_get_ptr_builtin_method (core/extension/gdextension_interface.cpp:480)
ERROR: Condition "!method" is true. Returning: 0
at: get_builtin_method_hash (core/variant/variant_call.cpp:1348)
ERROR: Condition "!method" is true. Returning: 0
at: get_builtin_method_hash (core/variant/variant_call.cpp:1348)
Godot Engine v4.0.beta17.official.c40020513 - https://godotengine.org/
Vulkan API 1.3.205 - Using Vulkan Device #0: NVIDIA - NVIDIA GeForce GTX 1080
### Steps to reproduce
My Project is too large.
### Minimal reproduction project
My Project is too large. | 1.0 | Godot 4.0 beta 17 crashes, does not open project - ### Godot version
4.0 beta 17
### System information
Windows 10
### Issue description
When I open my project, it crashes.
Does not happen in previous versions
Godot Engine v4.0.beta17.official.c40020513 - https://godotengine.org/
OpenGL Renderer: NVIDIA GeForce GTX 1080/PCIe/SSE2
Editing project: F:/project mzd/godot/mzd
ERROR: Condition "!method" is true. Returning: 0
at: get_builtin_method_hash (core/variant/variant_call.cpp:1348)
ERROR: Error getting method typed_assign, hash mismatch.
at: gdextension_variant_get_ptr_builtin_method (core/extension/gdextension_interface.cpp:480)
ERROR: Condition "!method" is true. Returning: 0
at: get_builtin_method_hash (core/variant/variant_call.cpp:1348)
ERROR: Condition "!method" is true. Returning: 0
at: get_builtin_method_hash (core/variant/variant_call.cpp:1348)
Godot Engine v4.0.beta17.official.c40020513 - https://godotengine.org/
Vulkan API 1.3.205 - Using Vulkan Device #0: NVIDIA - NVIDIA GeForce GTX 1080
### Steps to reproduce
My Project is too large.
### Minimal reproduction project
My Project is too large. | test | godot beta crashes does not open project godot version beta system information windows issue description when i open my project it crashes does not happen in previous versions godot engine official opengl renderer nvidia geforce gtx pcie editing project f project mzd godot mzd error condition method is true returning at get builtin method hash core variant variant call cpp error error getting method typed assign hash mismatch at gdextension variant get ptr builtin method core extension gdextension interface cpp error condition method is true returning at get builtin method hash core variant variant call cpp error condition method is true returning at get builtin method hash core variant variant call cpp godot engine official vulkan api using vulkan device nvidia nvidia geforce gtx steps to reproduce my project is too large minimal reproduction project my project is too large | 1 |
675,210 | 23,084,178,678 | IssuesEvent | 2022-07-26 09:52:35 | o3de/o3de | https://api.github.com/repos/o3de/o3de | opened | It is possible to delete a component while its Pick Asset window is open which may lead to a crash | kind/bug needs-triage sig/content priority/critical | **Describe the bug**
When in the Pick Asset window (e.g. Pick EMotion FX Actor) it is possible to delete a component and after that if the User will try to pick an asset for the non-existing component, after pressing the "OK" button Editor will crash.
Additionally, after deleting a component while in the Pick Asset window, its close button icon disappears. Also, while in the Pick Asset window, pressing Ctrl+D results in the duplication of an entity.
**Steps to reproduce**
1. Create an entity.
2. Open pinned Inspector for the created entity.
3. Add any component that contains the Pick Asset window (e.g. Actor).
4. Select the component.
5. On the component click the file icon to open the Pick Emotion FX Actor window.
6. Search for any .actor or .fbx file and select it.
7. Press Del which will result in deletion of the Actor component.
8. Observe that the close button icon disappears.
9. Press the "OK" button.
**Expected behavior**
It is impossible to delete a component while its Pick Asset window is open.
**Actual behavior**
It is possible to delete a component while in the Pick Asset window, which may results in a crash.
**Video**
https://user-images.githubusercontent.com/100559077/180978025-95c1d75d-d3ff-4fde-8623-e5b055b11199.mp4
**Found in Branch**
Development (663ed56)
**Desktop:**
- Device: PC
- OS: Windows
- Version: 10
- CPU: Intel Core i7-11700F
- GPU: NVIDIA GeForce RTX 3070 | 1.0 | It is possible to delete a component while its Pick Asset window is open which may lead to a crash - **Describe the bug**
When in the Pick Asset window (e.g. Pick EMotion FX Actor) it is possible to delete a component and after that if the User will try to pick an asset for the non-existing component, after pressing the "OK" button Editor will crash.
Additionally, after deleting a component while in the Pick Asset window, its close button icon disappears. Also, while in the Pick Asset window, pressing Ctrl+D results in the duplication of an entity.
**Steps to reproduce**
1. Create an entity.
2. Open pinned Inspector for the created entity.
3. Add any component that contains the Pick Asset window (e.g. Actor).
4. Select the component.
5. On the component click the file icon to open the Pick Emotion FX Actor window.
6. Search for any .actor or .fbx file and select it.
7. Press Del which will result in deletion of the Actor component.
8. Observe that the close button icon disappears.
9. Press the "OK" button.
**Expected behavior**
It is impossible to delete a component while its Pick Asset window is open.
**Actual behavior**
It is possible to delete a component while in the Pick Asset window, which may results in a crash.
**Video**
https://user-images.githubusercontent.com/100559077/180978025-95c1d75d-d3ff-4fde-8623-e5b055b11199.mp4
**Found in Branch**
Development (663ed56)
**Desktop:**
- Device: PC
- OS: Windows
- Version: 10
- CPU: Intel Core i7-11700F
- GPU: NVIDIA GeForce RTX 3070 | non_test | it is possible to delete a component while its pick asset window is open which may lead to a crash describe the bug when in the pick asset window e g pick emotion fx actor it is possible to delete a component and after that if the user will try to pick an asset for the non existing component after pressing the ok button editor will crash additionally after deleting a component while in the pick asset window its close button icon disappears also while in the pick asset window pressing ctrl d results in the duplication of an entity steps to reproduce create an entity open pinned inspector for the created entity add any component that contains the pick asset window e g actor select the component on the component click the file icon to open the pick emotion fx actor window search for any actor or fbx file and select it press del which will result in deletion of the actor component observe that the close button icon disappears press the ok button expected behavior it is impossible to delete a component while its pick asset window is open actual behavior it is possible to delete a component while in the pick asset window which may results in a crash video found in branch development desktop device pc os windows version cpu intel core gpu nvidia geforce rtx | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.