Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
239,384
19,861,393,125
IssuesEvent
2022-01-22 00:18:32
kubernetes/minikube
https://api.github.com/repos/kubernetes/minikube
closed
Frequent test failures of `TestStartStop/group/no-preload/serial/DeployApp`
priority/backlog kind/failing-test
This test has high flake rates for the following environments: |Environment|Flake Rate (%)| |---|---| |[Docker_Linux_docker_arm64](https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=Docker_Linux_docker_arm64&test=TestStartStop/group/no-preload/serial/DeployApp)|100.00| |[Docker_Linux_containerd_arm64](https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=Docker_Linux_containerd_arm64&test=TestStartStop/group/no-preload/serial/DeployApp)|100.00| |[Docker_Linux_containerd](https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=Docker_Linux_containerd&test=TestStartStop/group/no-preload/serial/DeployApp)|20.00|
1.0
Frequent test failures of `TestStartStop/group/no-preload/serial/DeployApp` - This test has high flake rates for the following environments: |Environment|Flake Rate (%)| |---|---| |[Docker_Linux_docker_arm64](https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=Docker_Linux_docker_arm64&test=TestStartStop/group/no-preload/serial/DeployApp)|100.00| |[Docker_Linux_containerd_arm64](https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=Docker_Linux_containerd_arm64&test=TestStartStop/group/no-preload/serial/DeployApp)|100.00| |[Docker_Linux_containerd](https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=Docker_Linux_containerd&test=TestStartStop/group/no-preload/serial/DeployApp)|20.00|
non_priority
frequent test failures of teststartstop group no preload serial deployapp this test has high flake rates for the following environments environment flake rate
0
12,123
18,991,383,091
IssuesEvent
2021-11-22 07:48:28
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
closed
Lockfile maintenance branch not automerged
type:bug status:requirements priority-5-triage
### How are you running Renovate? WhiteSource Renovate hosted app on github.com ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### Please select which platform you are using if self-hosting. _No response_ ### If you're self-hosting Renovate, tell us what version of the platform you run. _No response_ ### Describe the bug I have lockfile maintenance enabled together with automerge, but sometimes it does not merge the lockfile maintenance branch into the default branch, even after all checks have been run successfully. This appears to happen on multiple repositories, but only sometimes - since sometimes everything works as expected. ## Example: (Feel free to check out the [repository](https://github.com/peterjuras/time-sync)) ### Renovate config: ```json { "extends": ["config:base", "group:allNonMajor"], "schedule": "before 7am on Friday", "lockFileMaintenance": { "enabled": true, "automerge": true, "automergeType": "branch" }, "packageRules": [ { "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", "automerge": true, "automergeType": "branch" } ] } ``` ### Branches On Monday morning after renovate lockfile maintenance is performed by default: ![image](https://user-images.githubusercontent.com/3640638/142813222-bf0a93ea-1070-463f-954b-1a4b5b33fe8c.png) ### Relevant debug logs Let me know if you need specific debug logs, all jobs on the repository completed successfully, but maybe the problem was that the subsequent job that would have merged lockfile updates was started too late. Can I somehow ensure that renovate runs more often? Or should I extend the lockfileMaintenance window? These were the jobs on Monday (lockfile maintenance defaults to Monday before 5 AM): * **00:07:10** - Although it should be within the lockfile maintenance schedule, the logs mention that they are skipped: ``` DEBUG: Checking schedule(before 5am on monday, null)(branch="renovate/lock-file-maintenance") DEBUG: Checking 1 schedule(s)(branch="renovate/lock-file-maintenance") DEBUG: Checking schedule "before 5am on monday"(branch="renovate/lock-file-maintenance") { "parsedSchedule": { "schedules": [ { "t_b": [ 18000 ], "d": [ 2 ] } ], "exceptions": [], "error": -1 } } DEBUG: Package not scheduled(branch="renovate/lock-file-maintenance") DEBUG: Skipping PR creation out of schedule(branch="renovate/lock-file-maintenance") ``` * **02:42:14** - Lockfile maintenance works and the branch is created - checks still have to be run therefore it is not automerging yet * **06:15:35** - Lockfile maintenance is not run, because it is not within the schedule. ### Have you created a minimal reproduction repository? No reproduction, but I have linked to a public repo where it occurs
1.0
Lockfile maintenance branch not automerged - ### How are you running Renovate? WhiteSource Renovate hosted app on github.com ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### Please select which platform you are using if self-hosting. _No response_ ### If you're self-hosting Renovate, tell us what version of the platform you run. _No response_ ### Describe the bug I have lockfile maintenance enabled together with automerge, but sometimes it does not merge the lockfile maintenance branch into the default branch, even after all checks have been run successfully. This appears to happen on multiple repositories, but only sometimes - since sometimes everything works as expected. ## Example: (Feel free to check out the [repository](https://github.com/peterjuras/time-sync)) ### Renovate config: ```json { "extends": ["config:base", "group:allNonMajor"], "schedule": "before 7am on Friday", "lockFileMaintenance": { "enabled": true, "automerge": true, "automergeType": "branch" }, "packageRules": [ { "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", "automerge": true, "automergeType": "branch" } ] } ``` ### Branches On Monday morning after renovate lockfile maintenance is performed by default: ![image](https://user-images.githubusercontent.com/3640638/142813222-bf0a93ea-1070-463f-954b-1a4b5b33fe8c.png) ### Relevant debug logs Let me know if you need specific debug logs, all jobs on the repository completed successfully, but maybe the problem was that the subsequent job that would have merged lockfile updates was started too late. Can I somehow ensure that renovate runs more often? Or should I extend the lockfileMaintenance window? These were the jobs on Monday (lockfile maintenance defaults to Monday before 5 AM): * **00:07:10** - Although it should be within the lockfile maintenance schedule, the logs mention that they are skipped: ``` DEBUG: Checking schedule(before 5am on monday, null)(branch="renovate/lock-file-maintenance") DEBUG: Checking 1 schedule(s)(branch="renovate/lock-file-maintenance") DEBUG: Checking schedule "before 5am on monday"(branch="renovate/lock-file-maintenance") { "parsedSchedule": { "schedules": [ { "t_b": [ 18000 ], "d": [ 2 ] } ], "exceptions": [], "error": -1 } } DEBUG: Package not scheduled(branch="renovate/lock-file-maintenance") DEBUG: Skipping PR creation out of schedule(branch="renovate/lock-file-maintenance") ``` * **02:42:14** - Lockfile maintenance works and the branch is created - checks still have to be run therefore it is not automerging yet * **06:15:35** - Lockfile maintenance is not run, because it is not within the schedule. ### Have you created a minimal reproduction repository? No reproduction, but I have linked to a public repo where it occurs
non_priority
lockfile maintenance branch not automerged how are you running renovate whitesource renovate hosted app on github com if you re self hosting renovate tell us what version of renovate you run no response please select which platform you are using if self hosting no response if you re self hosting renovate tell us what version of the platform you run no response describe the bug i have lockfile maintenance enabled together with automerge but sometimes it does not merge the lockfile maintenance branch into the default branch even after all checks have been run successfully this appears to happen on multiple repositories but only sometimes since sometimes everything works as expected example feel free to check out the renovate config json extends schedule before on friday lockfilemaintenance enabled true automerge true automergetype branch packagerules matchupdatetypes matchcurrentversion automerge true automergetype branch branches on monday morning after renovate lockfile maintenance is performed by default relevant debug logs let me know if you need specific debug logs all jobs on the repository completed successfully but maybe the problem was that the subsequent job that would have merged lockfile updates was started too late can i somehow ensure that renovate runs more often or should i extend the lockfilemaintenance window these were the jobs on monday lockfile maintenance defaults to monday before am although it should be within the lockfile maintenance schedule the logs mention that they are skipped debug checking schedule before on monday null branch renovate lock file maintenance debug checking schedule s branch renovate lock file maintenance debug checking schedule before on monday branch renovate lock file maintenance parsedschedule schedules t b d exceptions error debug package not scheduled branch renovate lock file maintenance debug skipping pr creation out of schedule branch renovate lock file maintenance lockfile maintenance works and the branch is created checks still have to be run therefore it is not automerging yet lockfile maintenance is not run because it is not within the schedule have you created a minimal reproduction repository no reproduction but i have linked to a public repo where it occurs
0
130,373
5,114,765,030
IssuesEvent
2017-01-06 19:34:20
CGCookie/retopoflow
https://api.github.com/repos/CGCookie/retopoflow
closed
Polystrips Tweak is broken
!Priority bug
Somewhere along the lines of v1.3.0 we broke the Tweak tool in Polystrips. Pressing and holding <kbd>T</kbd> simply does nothing. Last working version was v1.2.5, so we broke it in v1.3.0. This is blocking #190
1.0
Polystrips Tweak is broken - Somewhere along the lines of v1.3.0 we broke the Tweak tool in Polystrips. Pressing and holding <kbd>T</kbd> simply does nothing. Last working version was v1.2.5, so we broke it in v1.3.0. This is blocking #190
priority
polystrips tweak is broken somewhere along the lines of we broke the tweak tool in polystrips pressing and holding t simply does nothing last working version was so we broke it in this is blocking
1
559,935
16,581,191,283
IssuesEvent
2021-05-31 12:05:29
grpc/grpc
https://api.github.com/repos/grpc/grpc
opened
Provide a ruby native gem for aarch64 linux
kind/enhancement priority/P2
gRPC ruby does build fine on aarch64 linux and the tests are passing there. The missing piece is that we currently don't provide pre-built package (=native gem) for aarch64 linux. Context: for other languages we already provide cross-compiled packages for aarch64 linux, but ruby's build system is quite complicated so I'm not sure how to integrate cross-compilation with the existing native gem build.
1.0
Provide a ruby native gem for aarch64 linux - gRPC ruby does build fine on aarch64 linux and the tests are passing there. The missing piece is that we currently don't provide pre-built package (=native gem) for aarch64 linux. Context: for other languages we already provide cross-compiled packages for aarch64 linux, but ruby's build system is quite complicated so I'm not sure how to integrate cross-compilation with the existing native gem build.
priority
provide a ruby native gem for linux grpc ruby does build fine on linux and the tests are passing there the missing piece is that we currently don t provide pre built package native gem for linux context for other languages we already provide cross compiled packages for linux but ruby s build system is quite complicated so i m not sure how to integrate cross compilation with the existing native gem build
1
821,285
30,815,174,128
IssuesEvent
2023-08-01 13:04:09
tradingstrategy-ai/trade-executor
https://api.github.com/repos/tradingstrategy-ai/trade-executor
opened
Interest based positions
priority: P1
The phase one: create borrowing postions that gain interest while cash is not utilised in trading position - Add new `TradingPosition` types - Leveraged long - Leveraged short - Borrow - Add lending reserves to `TradingStrategyUniverse` - Add functions to deal with accrued interest - `TradingPosition.get_interest() -> USDollarAmount` positive/negative - `TradingPosition.update_accrured_interest()` - Updates the interest based on the last block range/timestamp - `BalanceUpdateEvent` for interest updates Create `PositionManager` methods to deal with borrowing - `PositionManager.open_borrow_all()` - Opens a borrow position with all cash - `PositionManager.close_borrow_all()` - Closes a borrow position and returns everything back to USDC to be traded Create a minimal strategy - Put all USDC in on Aave lending on the first day - Backtest - Check that backtest returned the correct data - Aave position is left open at the end - Accrued interest amount is backtested correctly
1.0
Interest based positions - The phase one: create borrowing postions that gain interest while cash is not utilised in trading position - Add new `TradingPosition` types - Leveraged long - Leveraged short - Borrow - Add lending reserves to `TradingStrategyUniverse` - Add functions to deal with accrued interest - `TradingPosition.get_interest() -> USDollarAmount` positive/negative - `TradingPosition.update_accrured_interest()` - Updates the interest based on the last block range/timestamp - `BalanceUpdateEvent` for interest updates Create `PositionManager` methods to deal with borrowing - `PositionManager.open_borrow_all()` - Opens a borrow position with all cash - `PositionManager.close_borrow_all()` - Closes a borrow position and returns everything back to USDC to be traded Create a minimal strategy - Put all USDC in on Aave lending on the first day - Backtest - Check that backtest returned the correct data - Aave position is left open at the end - Accrued interest amount is backtested correctly
priority
interest based positions the phase one create borrowing postions that gain interest while cash is not utilised in trading position add new tradingposition types leveraged long leveraged short borrow add lending reserves to tradingstrategyuniverse add functions to deal with accrued interest tradingposition get interest usdollaramount positive negative tradingposition update accrured interest updates the interest based on the last block range timestamp balanceupdateevent for interest updates create positionmanager methods to deal with borrowing positionmanager open borrow all opens a borrow position with all cash positionmanager close borrow all closes a borrow position and returns everything back to usdc to be traded create a minimal strategy put all usdc in on aave lending on the first day backtest check that backtest returned the correct data aave position is left open at the end accrued interest amount is backtested correctly
1
215,093
16,628,560,281
IssuesEvent
2021-06-03 12:55:05
eclipse-openj9/openj9
https://api.github.com/repos/eclipse-openj9/openj9
opened
JDK16 aarch64_linux : VmArgumentTests AssertionError: missing argument: -Dtest.name2=javaOptionsArg
test failure
Failure link ------------ From an internal build `Test_openjdk16_j9_extended.functional_aarch64_linux/21/`: ``` openjdk version "16.0.1" 2021-04-20 OpenJDK Runtime Environment Temurin-16.0.1+9-202106021901 (build 16.0.1+9-202106021901) Eclipse OpenJ9 VM Temurin-16.0.1+9-202106021901 (build master-5530af2e1, JRE 16 Linux aarch64-64-Bit Compressed References 20210602_40 (JIT enabled, AOT enabled) OpenJ9 - 5530af2e1 OMR - 76bff2099 JCL - 9fcf6fbf01 based on jdk-16.0.1+9) ``` [Rerun in Grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?TARGET=VmArgumentTests_0&amp;SDK_RESOURCE=upstream&amp;TEST_FLAG=&amp;UPSTREAM_TEST_JOB_NAME=&amp;DOCKER_REQUIRED=false&amp;ACTIVE_NODE_TIMEOUT=0&amp;EXTRA_DOCKER_ARGS=&amp;VENDOR_TEST_DIRS=functional&amp;TKG_OWNER_BRANCH=AdoptOpenJDK%3Amaster&amp;PLATFORM=aarch64_linux&amp;KEEP_REPORTDIR=false&amp;PERSONAL_BUILD=false&amp;ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2FAdoptOpenJDK%2Fopenjdk-tests.git&amp;LABEL=&amp;EXTRA_OPTIONS=&amp;CUSTOMIZED_SDK_URL=+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk16u%2Fjdk16u-linux-aarch64-openj9%2F40%2FOpenJDK16U-jre_aarch64_linux_openj9_2021-06-01-03-59.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk16u%2Fjdk16u-linux-aarch64-openj9%2F40%2FOpenJDK16U-testimage_aarch64_linux_openj9_2021-06-01-03-59.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk16u%2Fjdk16u-linux-aarch64-openj9%2F40%2FOpenJDK16U-jdk_aarch64_linux_openj9_2021-06-01-03-59.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk16u%2Fjdk16u-linux-aarch64-openj9%2F40%2FOpenJDK16U-debugimage_aarch64_linux_openj9_2021-06-01-03-59.tar.gz&amp;BUILD_IDENTIFIER=&amp;ADOPTOPENJDK_BRANCH=master&amp;LIGHT_WEIGHT_CHECKOUT=true&amp;ARTIFACTORY_SERVER=na.artifactory.swg-devops&amp;KEEP_WORKSPACE=false&amp;JDK_VERSION=16&amp;USER_CREDENTIALS_ID=83181e25-eea4-4f55-8b3e-e79615733226&amp;ITERATIONS=1&amp;VENDOR_TEST_REPOS=git%40github.ibm.com%3Aruntimes%2Ftest.git&amp;JDK_REPO=https%3A%2F%2Fgithub.com%2Fibmruntimes%2Fopenj9-openjdk-jdk16&amp;RELEASE_TAG=&amp;OPENJ9_BRANCH=master&amp;OPENJ9_SHA=&amp;JCK_GIT_REPO=&amp;VENDOR_TEST_BRANCHES=master&amp;OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse%2Fopenj9.git&amp;UPSTREAM_JOB_NAME=&amp;CUSTOM_TARGET=&amp;VENDOR_TEST_SHAS=&amp;JDK_BRANCH=openj9&amp;LABEL_ADDITION=&amp;ARTIFACTORY_REPO=&amp;ARTIFACTORY_ROOT_DIR=&amp;UPSTREAM_TEST_JOB_NUMBER=&amp;DOCKERIMAGE_TAG=&amp;JDK_IMPL=openj9&amp;SSH_AGENT_CREDENTIAL=83181e25-eea4-4f55-8b3e-e79615733226&amp;AUTO_DETECT=true&amp;TKG_SHA=&amp;CUSTOMIZED_SDK_URL_CREDENTIAL_ID=4e18ffe7-b1b1-4272-9979-99769b68bcc2&amp;NUM_MACHINES=&amp;OPENJDK_SHA=&amp;BUILD_LIST=functional&amp;UPSTREAM_JOB_NUMBER=&amp;TIME_LIMIT=10&amp;JVM_OPTIONS=&amp;PARALLEL=) Optional info ------------- Failure output (captured from console output) --------------------------------------------- ``` [2021-06-03T01:59:56.835Z] Running test VmArgumentTests_0 ... [2021-06-03T01:59:56.835Z] =============================================== [2021-06-03T01:59:56.835Z] VmArgumentTests_0 Start Time: Wed Jun 2 21:59:55 2021 Epoch Time (ms): 1622685595205 [2021-06-03T01:59:56.835Z] "/home/jenkins/workspace/Test_openjdk16_j9_extended.functional_aarch64_linux/openjdkbinary/j2sdk-image/bin/java" -Xshareclasses:destroyAll; "/home/jenkins/workspace/Test_openjdk16_j9_extended.functional_aarch64_linux/openjdkbinary/j2sdk-image/bin/java" -Xshareclasses:groupAccess,destroyAll; echo "cache cleanup done"; [2021-06-03T01:59:56.835Z] JVMSHRC005I No shared class caches available [2021-06-03T01:59:56.835Z] JVMSHRC005I No shared class caches available [2021-06-03T01:59:56.835Z] cache cleanup done [2021-06-03T01:59:56.835Z] variation: NoOptions [2021-06-03T01:59:56.835Z] JVM_OPTIONS: [2021-06-03T02:04:19.496Z] FAILED: testEnvironmentVariableOrdering [2021-06-03T02:04:19.496Z] java.lang.AssertionError: missing argument: -Dtest.name2=javaOptionsArg [2021-06-03T02:04:19.496Z] at org.testng.AssertJUnit.fail(AssertJUnit.java:59) [2021-06-03T02:04:19.496Z] at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24) [2021-06-03T02:04:19.496Z] at org.openj9.test.vmArguments.VmArgumentTests.testEnvironmentVariableOrdering(VmArgumentTests.java:710) [2021-06-03T02:04:19.496Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2021-06-03T02:04:19.496Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) [2021-06-03T02:04:19.496Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2021-06-03T02:04:19.496Z] at java.base/java.lang.reflect.Method.invoke(Method.java:567) [2021-06-03T02:04:19.496Z] at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) [2021-06-03T02:04:19.496Z] at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) [2021-06-03T02:04:19.496Z] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) [2021-06-03T02:04:19.496Z] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) [2021-06-03T02:04:19.496Z] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) [2021-06-03T02:04:19.496Z] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) [2021-06-03T02:04:19.497Z] at org.testng.TestRunner.privateRun(TestRunner.java:648) [2021-06-03T02:04:19.497Z] at org.testng.TestRunner.run(TestRunner.java:505) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.run(SuiteRunner.java:364) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuites(TestNG.java:1049) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.run(TestNG.java:1017) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.privateMain(TestNG.java:1354) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.main(TestNG.java:1323) [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] FAILED: testJavaOptions [2021-06-03T02:04:19.497Z] java.lang.AssertionError: missing argument: -Dtest.name=testJavaOptions [2021-06-03T02:04:19.497Z] at org.testng.AssertJUnit.fail(AssertJUnit.java:59) [2021-06-03T02:04:19.497Z] at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24) [2021-06-03T02:04:19.497Z] at org.openj9.test.vmArguments.VmArgumentTests.testJavaOptions(VmArgumentTests.java:351) [2021-06-03T02:04:19.497Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2021-06-03T02:04:19.497Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) [2021-06-03T02:04:19.497Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2021-06-03T02:04:19.497Z] at java.base/java.lang.reflect.Method.invoke(Method.java:567) [2021-06-03T02:04:19.497Z] at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) [2021-06-03T02:04:19.497Z] at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) [2021-06-03T02:04:19.497Z] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) [2021-06-03T02:04:19.497Z] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) [2021-06-03T02:04:19.497Z] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) [2021-06-03T02:04:19.497Z] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) [2021-06-03T02:04:19.497Z] at org.testng.TestRunner.privateRun(TestRunner.java:648) [2021-06-03T02:04:19.497Z] at org.testng.TestRunner.run(TestRunner.java:505) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.run(SuiteRunner.java:364) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuites(TestNG.java:1049) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.run(TestNG.java:1017) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.privateMain(TestNG.java:1354) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.main(TestNG.java:1323) [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] =============================================== [2021-06-03T02:04:19.497Z] VmArgumentTests [2021-06-03T02:04:19.497Z] Tests run: 54, Failures: 2, Skips: 0 [2021-06-03T02:04:19.497Z] =============================================== [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] =============================================== [2021-06-03T02:04:19.497Z] GeneralTest suite [2021-06-03T02:04:19.497Z] Total tests run: 54, Failures: 2, Skips: 0 [2021-06-03T02:04:19.497Z] =============================================== [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] VmArgumentTests_0_FAILED ``` fyi @knn-k
1.0
JDK16 aarch64_linux : VmArgumentTests AssertionError: missing argument: -Dtest.name2=javaOptionsArg - Failure link ------------ From an internal build `Test_openjdk16_j9_extended.functional_aarch64_linux/21/`: ``` openjdk version "16.0.1" 2021-04-20 OpenJDK Runtime Environment Temurin-16.0.1+9-202106021901 (build 16.0.1+9-202106021901) Eclipse OpenJ9 VM Temurin-16.0.1+9-202106021901 (build master-5530af2e1, JRE 16 Linux aarch64-64-Bit Compressed References 20210602_40 (JIT enabled, AOT enabled) OpenJ9 - 5530af2e1 OMR - 76bff2099 JCL - 9fcf6fbf01 based on jdk-16.0.1+9) ``` [Rerun in Grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?TARGET=VmArgumentTests_0&amp;SDK_RESOURCE=upstream&amp;TEST_FLAG=&amp;UPSTREAM_TEST_JOB_NAME=&amp;DOCKER_REQUIRED=false&amp;ACTIVE_NODE_TIMEOUT=0&amp;EXTRA_DOCKER_ARGS=&amp;VENDOR_TEST_DIRS=functional&amp;TKG_OWNER_BRANCH=AdoptOpenJDK%3Amaster&amp;PLATFORM=aarch64_linux&amp;KEEP_REPORTDIR=false&amp;PERSONAL_BUILD=false&amp;ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2FAdoptOpenJDK%2Fopenjdk-tests.git&amp;LABEL=&amp;EXTRA_OPTIONS=&amp;CUSTOMIZED_SDK_URL=+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk16u%2Fjdk16u-linux-aarch64-openj9%2F40%2FOpenJDK16U-jre_aarch64_linux_openj9_2021-06-01-03-59.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk16u%2Fjdk16u-linux-aarch64-openj9%2F40%2FOpenJDK16U-testimage_aarch64_linux_openj9_2021-06-01-03-59.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk16u%2Fjdk16u-linux-aarch64-openj9%2F40%2FOpenJDK16U-jdk_aarch64_linux_openj9_2021-06-01-03-59.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk16u%2Fjdk16u-linux-aarch64-openj9%2F40%2FOpenJDK16U-debugimage_aarch64_linux_openj9_2021-06-01-03-59.tar.gz&amp;BUILD_IDENTIFIER=&amp;ADOPTOPENJDK_BRANCH=master&amp;LIGHT_WEIGHT_CHECKOUT=true&amp;ARTIFACTORY_SERVER=na.artifactory.swg-devops&amp;KEEP_WORKSPACE=false&amp;JDK_VERSION=16&amp;USER_CREDENTIALS_ID=83181e25-eea4-4f55-8b3e-e79615733226&amp;ITERATIONS=1&amp;VENDOR_TEST_REPOS=git%40github.ibm.com%3Aruntimes%2Ftest.git&amp;JDK_REPO=https%3A%2F%2Fgithub.com%2Fibmruntimes%2Fopenj9-openjdk-jdk16&amp;RELEASE_TAG=&amp;OPENJ9_BRANCH=master&amp;OPENJ9_SHA=&amp;JCK_GIT_REPO=&amp;VENDOR_TEST_BRANCHES=master&amp;OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse%2Fopenj9.git&amp;UPSTREAM_JOB_NAME=&amp;CUSTOM_TARGET=&amp;VENDOR_TEST_SHAS=&amp;JDK_BRANCH=openj9&amp;LABEL_ADDITION=&amp;ARTIFACTORY_REPO=&amp;ARTIFACTORY_ROOT_DIR=&amp;UPSTREAM_TEST_JOB_NUMBER=&amp;DOCKERIMAGE_TAG=&amp;JDK_IMPL=openj9&amp;SSH_AGENT_CREDENTIAL=83181e25-eea4-4f55-8b3e-e79615733226&amp;AUTO_DETECT=true&amp;TKG_SHA=&amp;CUSTOMIZED_SDK_URL_CREDENTIAL_ID=4e18ffe7-b1b1-4272-9979-99769b68bcc2&amp;NUM_MACHINES=&amp;OPENJDK_SHA=&amp;BUILD_LIST=functional&amp;UPSTREAM_JOB_NUMBER=&amp;TIME_LIMIT=10&amp;JVM_OPTIONS=&amp;PARALLEL=) Optional info ------------- Failure output (captured from console output) --------------------------------------------- ``` [2021-06-03T01:59:56.835Z] Running test VmArgumentTests_0 ... [2021-06-03T01:59:56.835Z] =============================================== [2021-06-03T01:59:56.835Z] VmArgumentTests_0 Start Time: Wed Jun 2 21:59:55 2021 Epoch Time (ms): 1622685595205 [2021-06-03T01:59:56.835Z] "/home/jenkins/workspace/Test_openjdk16_j9_extended.functional_aarch64_linux/openjdkbinary/j2sdk-image/bin/java" -Xshareclasses:destroyAll; "/home/jenkins/workspace/Test_openjdk16_j9_extended.functional_aarch64_linux/openjdkbinary/j2sdk-image/bin/java" -Xshareclasses:groupAccess,destroyAll; echo "cache cleanup done"; [2021-06-03T01:59:56.835Z] JVMSHRC005I No shared class caches available [2021-06-03T01:59:56.835Z] JVMSHRC005I No shared class caches available [2021-06-03T01:59:56.835Z] cache cleanup done [2021-06-03T01:59:56.835Z] variation: NoOptions [2021-06-03T01:59:56.835Z] JVM_OPTIONS: [2021-06-03T02:04:19.496Z] FAILED: testEnvironmentVariableOrdering [2021-06-03T02:04:19.496Z] java.lang.AssertionError: missing argument: -Dtest.name2=javaOptionsArg [2021-06-03T02:04:19.496Z] at org.testng.AssertJUnit.fail(AssertJUnit.java:59) [2021-06-03T02:04:19.496Z] at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24) [2021-06-03T02:04:19.496Z] at org.openj9.test.vmArguments.VmArgumentTests.testEnvironmentVariableOrdering(VmArgumentTests.java:710) [2021-06-03T02:04:19.496Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2021-06-03T02:04:19.496Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) [2021-06-03T02:04:19.496Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2021-06-03T02:04:19.496Z] at java.base/java.lang.reflect.Method.invoke(Method.java:567) [2021-06-03T02:04:19.496Z] at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) [2021-06-03T02:04:19.496Z] at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) [2021-06-03T02:04:19.496Z] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) [2021-06-03T02:04:19.496Z] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) [2021-06-03T02:04:19.496Z] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) [2021-06-03T02:04:19.496Z] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) [2021-06-03T02:04:19.497Z] at org.testng.TestRunner.privateRun(TestRunner.java:648) [2021-06-03T02:04:19.497Z] at org.testng.TestRunner.run(TestRunner.java:505) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.run(SuiteRunner.java:364) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuites(TestNG.java:1049) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.run(TestNG.java:1017) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.privateMain(TestNG.java:1354) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.main(TestNG.java:1323) [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] FAILED: testJavaOptions [2021-06-03T02:04:19.497Z] java.lang.AssertionError: missing argument: -Dtest.name=testJavaOptions [2021-06-03T02:04:19.497Z] at org.testng.AssertJUnit.fail(AssertJUnit.java:59) [2021-06-03T02:04:19.497Z] at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24) [2021-06-03T02:04:19.497Z] at org.openj9.test.vmArguments.VmArgumentTests.testJavaOptions(VmArgumentTests.java:351) [2021-06-03T02:04:19.497Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2021-06-03T02:04:19.497Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) [2021-06-03T02:04:19.497Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2021-06-03T02:04:19.497Z] at java.base/java.lang.reflect.Method.invoke(Method.java:567) [2021-06-03T02:04:19.497Z] at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) [2021-06-03T02:04:19.497Z] at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) [2021-06-03T02:04:19.497Z] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) [2021-06-03T02:04:19.497Z] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) [2021-06-03T02:04:19.497Z] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) [2021-06-03T02:04:19.497Z] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) [2021-06-03T02:04:19.497Z] at org.testng.TestRunner.privateRun(TestRunner.java:648) [2021-06-03T02:04:19.497Z] at org.testng.TestRunner.run(TestRunner.java:505) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunner.run(SuiteRunner.java:364) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [2021-06-03T02:04:19.497Z] at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.runSuites(TestNG.java:1049) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.run(TestNG.java:1017) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.privateMain(TestNG.java:1354) [2021-06-03T02:04:19.497Z] at org.testng.TestNG.main(TestNG.java:1323) [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] =============================================== [2021-06-03T02:04:19.497Z] VmArgumentTests [2021-06-03T02:04:19.497Z] Tests run: 54, Failures: 2, Skips: 0 [2021-06-03T02:04:19.497Z] =============================================== [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] =============================================== [2021-06-03T02:04:19.497Z] GeneralTest suite [2021-06-03T02:04:19.497Z] Total tests run: 54, Failures: 2, Skips: 0 [2021-06-03T02:04:19.497Z] =============================================== [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] [2021-06-03T02:04:19.497Z] VmArgumentTests_0_FAILED ``` fyi @knn-k
non_priority
linux vmargumenttests assertionerror missing argument dtest javaoptionsarg failure link from an internal build test extended functional linux openjdk version openjdk runtime environment temurin build eclipse vm temurin build master jre linux bit compressed references jit enabled aot enabled omr jcl based on jdk optional info failure output captured from console output running test vmargumenttests vmargumenttests start time wed jun epoch time ms home jenkins workspace test extended functional linux openjdkbinary image bin java xshareclasses destroyall home jenkins workspace test extended functional linux openjdkbinary image bin java xshareclasses groupaccess destroyall echo cache cleanup done no shared class caches available no shared class caches available cache cleanup done variation nooptions jvm options failed testenvironmentvariableordering java lang assertionerror missing argument dtest javaoptionsarg at org testng assertjunit fail assertjunit java at org testng assertjunit asserttrue assertjunit java at org test vmarguments vmargumenttests testenvironmentvariableordering vmargumenttests java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java failed testjavaoptions java lang assertionerror missing argument dtest name testjavaoptions at org testng assertjunit fail assertjunit java at org testng assertjunit asserttrue assertjunit java at org test vmarguments vmargumenttests testjavaoptions vmargumenttests java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java vmargumenttests tests run failures skips generaltest suite total tests run failures skips vmargumenttests failed fyi knn k
0
15,789
9,621,363,363
IssuesEvent
2019-05-14 10:26:51
orange-cloudfoundry/cf-ops-automation-broker
https://api.github.com/repos/orange-cloudfoundry/cf-ops-automation-broker
closed
CVE-2018-19362 (High) detected in jackson-databind-2.8.10.jar
security vulnerability
## CVE-2018-19362 - High Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.10.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: /cf-ops-automation-broker/cf-ops-automation-broker-core/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-1.5.9.RELEASE.jar (Root Library) - :x: **jackson-databind-2.8.10.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/orange-cloudfoundry/cf-ops-automation-broker/commit/2b52502031c70c111b5f1836131675120ac97fbf">2b52502031c70c111b5f1836131675120ac97fbf</a></p> </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the jboss-common-core class from polymorphic deserialization. <p>Publish Date: 2019-01-02 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362>CVE-2018-19362</a></p> </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/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://www.whitesourcesoftware.com/wp-content/uploads/2018/10/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-19362">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362</a></p> <p>Release Date: 2019-01-02</p> <p>Fix Resolution: 2.9.8</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-19362 (High) detected in jackson-databind-2.8.10.jar - ## CVE-2018-19362 - High Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.10.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: /cf-ops-automation-broker/cf-ops-automation-broker-core/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-1.5.9.RELEASE.jar (Root Library) - :x: **jackson-databind-2.8.10.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/orange-cloudfoundry/cf-ops-automation-broker/commit/2b52502031c70c111b5f1836131675120ac97fbf">2b52502031c70c111b5f1836131675120ac97fbf</a></p> </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the jboss-common-core class from polymorphic deserialization. <p>Publish Date: 2019-01-02 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362>CVE-2018-19362</a></p> </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/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://www.whitesourcesoftware.com/wp-content/uploads/2018/10/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-19362">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362</a></p> <p>Release Date: 2019-01-02</p> <p>Fix Resolution: 2.9.8</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in jackson databind jar cve high 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 cf ops automation broker cf ops automation broker core pom xml path to vulnerable library root repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library x jackson databind jar vulnerable library found in head commit a href vulnerability details fasterxml jackson databind x before might allow attackers to have unspecified impact by leveraging failure to block the jboss common core class from polymorphic deserialization 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
69,835
30,476,473,899
IssuesEvent
2023-07-17 16:53:23
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Outdated SDK versions
service-fabric/svc triaged assigned-to-author doc-enhancement Pri2
Documentation is very outdate, doesn't listen new versions of the SF runtime, and also related to issues where the CLI never matches with the cluster: https://github.com/microsoft/service-fabric-cli/blob/a202dd0e0a97cbed66c07a2ea05b41a187d2aa5f/src/sfctl/custom_cluster.py#L275 `UserWarning: sfctl has version "9.0.0" which does not match the cluster version "9.0.1028.9590". See https://docs.microsoft.com/azure/service-fabric/service-fabric-cli#service-fabric-target-runtime for version compatibility. Upgrade to a compatible version for the best experience.` --- #### Document details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 213a08bb-ba83-2512-feff-c93e1a2f714c * Version Independent ID: 3fe62cb5-c6a3-4009-2f69-4d6a918e5eda * Content: [Get started with Azure Service Fabric CLI - Azure Service Fabric](https://docs.microsoft.com/en-ca/azure/service-fabric/service-fabric-cli#service-fabric-target-runtime) * Content Source: [articles/service-fabric/service-fabric-cli.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/service-fabric/service-fabric-cli.md) * Service: **service-fabric** * GitHub Login: @jeffj6123 * Microsoft Alias: **jejarry**
1.0
Outdated SDK versions - Documentation is very outdate, doesn't listen new versions of the SF runtime, and also related to issues where the CLI never matches with the cluster: https://github.com/microsoft/service-fabric-cli/blob/a202dd0e0a97cbed66c07a2ea05b41a187d2aa5f/src/sfctl/custom_cluster.py#L275 `UserWarning: sfctl has version "9.0.0" which does not match the cluster version "9.0.1028.9590". See https://docs.microsoft.com/azure/service-fabric/service-fabric-cli#service-fabric-target-runtime for version compatibility. Upgrade to a compatible version for the best experience.` --- #### Document details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 213a08bb-ba83-2512-feff-c93e1a2f714c * Version Independent ID: 3fe62cb5-c6a3-4009-2f69-4d6a918e5eda * Content: [Get started with Azure Service Fabric CLI - Azure Service Fabric](https://docs.microsoft.com/en-ca/azure/service-fabric/service-fabric-cli#service-fabric-target-runtime) * Content Source: [articles/service-fabric/service-fabric-cli.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/service-fabric/service-fabric-cli.md) * Service: **service-fabric** * GitHub Login: @jeffj6123 * Microsoft Alias: **jejarry**
non_priority
outdated sdk versions documentation is very outdate doesn t listen new versions of the sf runtime and also related to issues where the cli never matches with the cluster userwarning sfctl has version which does not match the cluster version see for version compatibility upgrade to a compatible version for the best experience document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id feff version independent id content content source service service fabric github login microsoft alias jejarry
0
92,896
3,874,933,934
IssuesEvent
2016-04-11 22:19:55
LizardNet/LizardIRC-Beancounter
https://api.github.com/repos/LizardNet/LizardIRC-Beancounter
opened
Implement stock market symbol lookup
feacher request lizardbot Priority-Low reimplementation
Implement lookup of stock market symbols by command, a la LizardBot's `nyse` command.
1.0
Implement stock market symbol lookup - Implement lookup of stock market symbols by command, a la LizardBot's `nyse` command.
priority
implement stock market symbol lookup implement lookup of stock market symbols by command a la lizardbot s nyse command
1
220,212
7,354,122,376
IssuesEvent
2018-03-09 04:51:04
CS2103JAN2018-W13-B4/main
https://api.github.com/repos/CS2103JAN2018-W13-B4/main
opened
33. As a user I want to automatically set tasks with no priority level to the lowest level
priority.medium type.story
... so that I can have priority levels for all tasks even if I had forgotten to set them
1.0
33. As a user I want to automatically set tasks with no priority level to the lowest level - ... so that I can have priority levels for all tasks even if I had forgotten to set them
priority
as a user i want to automatically set tasks with no priority level to the lowest level so that i can have priority levels for all tasks even if i had forgotten to set them
1
220,894
7,371,943,945
IssuesEvent
2018-03-13 13:27:39
teamforus/research-and-development
https://api.github.com/repos/teamforus/research-and-development
closed
POC: Host frontend on Swarm
fill-template priority-low proposal
## poc-hosting-frontend-swarm ### Background / Context **Goal/user story:** **More:** - how to update decentralised front-end? ### Hypothesis: **Other option:** ### Assignee: ### Method *documentation/code* ### Result *present findings* ### Recommendation *write recomendation*
1.0
POC: Host frontend on Swarm - ## poc-hosting-frontend-swarm ### Background / Context **Goal/user story:** **More:** - how to update decentralised front-end? ### Hypothesis: **Other option:** ### Assignee: ### Method *documentation/code* ### Result *present findings* ### Recommendation *write recomendation*
priority
poc host frontend on swarm poc hosting frontend swarm background context goal user story more how to update decentralised front end hypothesis other option assignee method documentation code result present findings recommendation write recomendation
1
342,514
30,625,398,178
IssuesEvent
2023-07-24 11:07:02
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix pointwise_ops.test_torch_arccosh
PyTorch Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5643776181/job/15286255870"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5643776181/job/15286255870"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5643776181/job/15286255870"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5643776181/job/15286255870"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5643776181/job/15286255870"><img src=https://img.shields.io/badge/-failure-red></a>
1.0
Fix pointwise_ops.test_torch_arccosh - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5643776181/job/15286255870"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5643776181/job/15286255870"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5643776181/job/15286255870"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5643776181/job/15286255870"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5643776181/job/15286255870"><img src=https://img.shields.io/badge/-failure-red></a>
non_priority
fix pointwise ops test torch arccosh tensorflow a href src torch a href src jax a href src numpy a href src paddle a href src
0
103,567
16,602,922,994
IssuesEvent
2021-06-01 22:16:26
gms-ws-sandbox/nibrs
https://api.github.com/repos/gms-ws-sandbox/nibrs
opened
CVE-2019-14540 (High) detected in multiple libraries
security vulnerability
## CVE-2019-14540 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.8.10.jar</b>, <b>jackson-databind-2.9.6.jar</b>, <b>jackson-databind-2.9.8.jar</b>, <b>jackson-databind-2.9.5.jar</b></p></summary> <p> <details><summary><b>jackson-databind-2.8.10.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: nibrs/tools/nibrs-fbi-service/pom.xml</p> <p>Path to vulnerable library: nibrs/tools/nibrs-fbi-service/target/nibrs-fbi-service-1.0.0/WEB-INF/lib/jackson-databind-2.8.10.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.8.10.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.6.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: nibrs/tools/nibrs-xmlfile/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,nibrs/web/nibrs-web/target/nibrs-web/WEB-INF/lib/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.8.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: nibrs/tools/nibrs-summary-report-common/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.5.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.5.RELEASE.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.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: nibrs/tools/nibrs-validate-common/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar</p> <p> Dependency Hierarchy: - tika-parsers-1.18.jar (Root Library) - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/gms-ws-sandbox/nibrs/commit/9fb1c19bd26c2113d1961640de126a33eacdc946">9fb1c19bd26c2113d1961640de126a33eacdc946</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariConfig. <p>Publish Date: 2019-09-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-14540>CVE-2019-14540</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-2019-14540">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14540</a></p> <p>Release Date: 2019-09-15</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10,2.10.0.pr3,2.11.0.rc1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.10","packageFilePaths":["/tools/nibrs-fbi-service/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.8.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10,2.10.0.pr3,2.11.0.rc1"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.6","packageFilePaths":["/tools/nibrs-xmlfile/pom.xml","/tools/nibrs-staging-data-common/pom.xml","/tools/nibrs-route/pom.xml","/tools/nibrs-summary-report/pom.xml","/tools/nibrs-validation/pom.xml","/web/nibrs-web/pom.xml","/tools/nibrs-staging-data/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10,2.10.0.pr3,2.11.0.rc1"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","packageFilePaths":["/tools/nibrs-summary-report-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:2.1.5.RELEASE;org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10,2.10.0.pr3,2.11.0.rc1"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.5","packageFilePaths":["/tools/nibrs-validate-common/pom.xml","/tools/nibrs-flatfile/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.apache.tika:tika-parsers:1.18;com.fasterxml.jackson.core:jackson-databind:2.9.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10,2.10.0.pr3,2.11.0.rc1"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-14540","vulnerabilityDetails":"A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariConfig.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-14540","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-14540 (High) detected in multiple libraries - ## CVE-2019-14540 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.8.10.jar</b>, <b>jackson-databind-2.9.6.jar</b>, <b>jackson-databind-2.9.8.jar</b>, <b>jackson-databind-2.9.5.jar</b></p></summary> <p> <details><summary><b>jackson-databind-2.8.10.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: nibrs/tools/nibrs-fbi-service/pom.xml</p> <p>Path to vulnerable library: nibrs/tools/nibrs-fbi-service/target/nibrs-fbi-service-1.0.0/WEB-INF/lib/jackson-databind-2.8.10.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.8.10.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.6.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: nibrs/tools/nibrs-xmlfile/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,nibrs/web/nibrs-web/target/nibrs-web/WEB-INF/lib/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.8.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: nibrs/tools/nibrs-summary-report-common/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.5.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.5.RELEASE.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.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: nibrs/tools/nibrs-validate-common/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar</p> <p> Dependency Hierarchy: - tika-parsers-1.18.jar (Root Library) - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/gms-ws-sandbox/nibrs/commit/9fb1c19bd26c2113d1961640de126a33eacdc946">9fb1c19bd26c2113d1961640de126a33eacdc946</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariConfig. <p>Publish Date: 2019-09-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-14540>CVE-2019-14540</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-2019-14540">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14540</a></p> <p>Release Date: 2019-09-15</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10,2.10.0.pr3,2.11.0.rc1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.10","packageFilePaths":["/tools/nibrs-fbi-service/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.8.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10,2.10.0.pr3,2.11.0.rc1"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.6","packageFilePaths":["/tools/nibrs-xmlfile/pom.xml","/tools/nibrs-staging-data-common/pom.xml","/tools/nibrs-route/pom.xml","/tools/nibrs-summary-report/pom.xml","/tools/nibrs-validation/pom.xml","/web/nibrs-web/pom.xml","/tools/nibrs-staging-data/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10,2.10.0.pr3,2.11.0.rc1"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","packageFilePaths":["/tools/nibrs-summary-report-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:2.1.5.RELEASE;org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10,2.10.0.pr3,2.11.0.rc1"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.5","packageFilePaths":["/tools/nibrs-validate-common/pom.xml","/tools/nibrs-flatfile/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.apache.tika:tika-parsers:1.18;com.fasterxml.jackson.core:jackson-databind:2.9.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10,2.10.0.pr3,2.11.0.rc1"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-14540","vulnerabilityDetails":"A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariConfig.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-14540","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_priority
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file nibrs tools nibrs fbi service pom xml path to vulnerable library nibrs tools nibrs fbi service target nibrs fbi service web inf lib jackson databind jar canner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar 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 nibrs tools nibrs xmlfile pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar canner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar nibrs web nibrs web target nibrs web web inf lib jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar 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 nibrs tools nibrs summary report common pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library spring boot starter json release jar x jackson databind jar 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 nibrs tools nibrs validate common pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy tika parsers jar root library x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind before it is related to com zaxxer hikari hikariconfig 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 com fasterxml jackson core jackson databind isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency false dependencytree com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency true dependencytree org springframework boot spring boot starter web release org springframework boot spring boot starter json release com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency true dependencytree org apache tika tika parsers com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind basebranches vulnerabilityidentifier cve vulnerabilitydetails a polymorphic typing issue was discovered in fasterxml jackson databind before it is related to com zaxxer hikari hikariconfig vulnerabilityurl
0
7,515
18,075,608,040
IssuesEvent
2021-09-21 09:32:04
kubewarden/helm-charts
https://api.github.com/repos/kubewarden/helm-charts
closed
Update to support controller's Webhooks
new-architecture
The new architecture relies on some controller Webhook to mutate/validate Kubewarden's resources. We have to ensure the helm chart creates the right RBAC permissions to allow the controller to work.
1.0
Update to support controller's Webhooks - The new architecture relies on some controller Webhook to mutate/validate Kubewarden's resources. We have to ensure the helm chart creates the right RBAC permissions to allow the controller to work.
non_priority
update to support controller s webhooks the new architecture relies on some controller webhook to mutate validate kubewarden s resources we have to ensure the helm chart creates the right rbac permissions to allow the controller to work
0
786,330
27,642,884,768
IssuesEvent
2023-03-10 19:45:14
AY2223S2-CS2113-W12-3/tp
https://api.github.com/repos/AY2223S2-CS2113-W12-3/tp
closed
As an IT team member, I can search for items in the inventory by name SKU or category
type.Story priority.High
so that I can quickly find what I need.
1.0
As an IT team member, I can search for items in the inventory by name SKU or category - so that I can quickly find what I need.
priority
as an it team member i can search for items in the inventory by name sku or category so that i can quickly find what i need
1
391,454
11,573,863,054
IssuesEvent
2020-02-21 05:18:29
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
Prototyped/Published APIs are not marked in Dev portal
3.1.0 Priority/Highest Type/Bug
### Description: We can't identify what are the prototyped APIs or published APIs from the dev portal. The chip is missing. **Publisher** ![image](https://user-images.githubusercontent.com/1591316/74654130-a0601700-51af-11ea-9e33-f4afc35eb86d.png) **DevPortal** ![image](https://user-images.githubusercontent.com/1591316/74709118-62610280-5244-11ea-82ba-1511fae5436a.png)
1.0
Prototyped/Published APIs are not marked in Dev portal - ### Description: We can't identify what are the prototyped APIs or published APIs from the dev portal. The chip is missing. **Publisher** ![image](https://user-images.githubusercontent.com/1591316/74654130-a0601700-51af-11ea-9e33-f4afc35eb86d.png) **DevPortal** ![image](https://user-images.githubusercontent.com/1591316/74709118-62610280-5244-11ea-82ba-1511fae5436a.png)
priority
prototyped published apis are not marked in dev portal description we can t identify what are the prototyped apis or published apis from the dev portal the chip is missing publisher devportal
1
224
2,518,000,730
IssuesEvent
2015-01-16 18:46:44
dart-lang/dartdoc-viewer
https://api.github.com/repos/dart-lang/dartdoc-viewer
closed
If the text for something is short the build number isn't visible, obscured by the library list
bug imported-from-google-code notplanned P2 triaged
_From @alan-knight on February 13, 2014 18:27:13_ If something, e.g. a class, has a very short list of items, and we aren't showing those inherited from Object, then the build number, which is just shown at the bottom of the text along the left hand side, gets hidden underneath the library list. _Original issue: http://code.google.com/p/dart/issues/detail?id=16803_
1.0
If the text for something is short the build number isn't visible, obscured by the library list - _From @alan-knight on February 13, 2014 18:27:13_ If something, e.g. a class, has a very short list of items, and we aren't showing those inherited from Object, then the build number, which is just shown at the bottom of the text along the left hand side, gets hidden underneath the library list. _Original issue: http://code.google.com/p/dart/issues/detail?id=16803_
non_priority
if the text for something is short the build number isn t visible obscured by the library list from alan knight on february if something e g a class has a very short list of items and we aren t showing those inherited from object then the build number which is just shown at the bottom of the text along the left hand side gets hidden underneath the library list original issue
0
287,116
21,638,575,283
IssuesEvent
2022-05-05 16:20:36
duncanamps/lacogen1
https://api.github.com/repos/duncanamps/lacogen1
closed
Dev - Remove character ranges
documentation enhancement
LaCoGen uses characters and character ranges in the dictionary, e.g. 'A', '0..9', etc. and is a leftover from when 16 and 32 bit character sets were used. Now that 8 bit is the character set to use, remove the ranges for improved speed (UTF can still be used for more complex character spaces). This will mandate version 1.2 of the software as the file structures will change.
1.0
Dev - Remove character ranges - LaCoGen uses characters and character ranges in the dictionary, e.g. 'A', '0..9', etc. and is a leftover from when 16 and 32 bit character sets were used. Now that 8 bit is the character set to use, remove the ranges for improved speed (UTF can still be used for more complex character spaces). This will mandate version 1.2 of the software as the file structures will change.
non_priority
dev remove character ranges lacogen uses characters and character ranges in the dictionary e g a etc and is a leftover from when and bit character sets were used now that bit is the character set to use remove the ranges for improved speed utf can still be used for more complex character spaces this will mandate version of the software as the file structures will change
0
343,634
10,334,083,081
IssuesEvent
2019-09-03 07:30:09
mlr-org/mlr3tuning
https://api.github.com/repos/mlr-org/mlr3tuning
closed
rcheck currently not running
Priority: Critical
probably because how i write into mlr_reflection in R file mlr_reflections.R? ``` ✔ checking Rd \usage sections (1.2s) ✔ checking Rd contents ... ✔ checking for unstated dependencies in examples ... E checking examples (783ms) Running examples in 'mlr3tuning-Ex.R' failed The error most likely occurred in: > ### Name: AutoTuner > ### Title: AutoTuner > ### Aliases: AutoTuner > ### Keywords: datasets > > ### ** Examples > > library(mlr3) > library(paradox) > task = tsk("iris") > learner = lrn("classif.rpart") > resampling = rsmp("holdout") > measures = msr("classif.ce") > param_set = ParamSet$new( + params = list(ParamDbl$new("cp", lower = 0.001, upper = 0.1))) > > terminator = TerminatorEvals$new(5) > tuner = TunerGridSearch$new() Error in sort(assert_subset(properties, mlr_reflections$tuner_properties)) : Assertion on 'properties' failed: Must be a subset of the empty set, i.e. also empty. Calls: <Anonymous> ... <Anonymous> -> sort -> assert_subset -> makeAssertion -> mstop Execution halted ✔ checking for unstated dependencies in 'tests' ... ─ checking tests ... E Running ‘testthat.R’ (4.5s) Running the tests in 'tests/testthat.R' failed. Last 13 lines of output: ══ testthat results ═══════════════════════════════════════════════════════════ [ OK: 271 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 10 ] 1. Error: AutoTuner / train+predict (@test_AutoTuner.R#9) 2. Error: AutoTuner / resample (@test_AutoTuner.R#43) 3. Error: AutoTuner / param_set (@test_AutoTuner.R#66) 4. Error: API (@test_Tuner.R#6) 5. Error: TunerGridSearch (@test_TunerGridSearch.R#5) 6. Error: TunerGridSearch with TerminatorNone (@test_TunerGridSearch.R#24) 7. Error: TunerRandomSearch (@test_TunerRandomSearch.R#4) 8. Error: budget (@test_TuningInstance.R#68) 9. Error: mlr_tuners (@test_mlr_tuners.R#6) 10. Error: mlr_tuners sugar (@test_mlr_tuners.R#12) Error: testthat unit tests failed Execution halted ✔ checking PDF version of manual (1.9s) ```
1.0
rcheck currently not running - probably because how i write into mlr_reflection in R file mlr_reflections.R? ``` ✔ checking Rd \usage sections (1.2s) ✔ checking Rd contents ... ✔ checking for unstated dependencies in examples ... E checking examples (783ms) Running examples in 'mlr3tuning-Ex.R' failed The error most likely occurred in: > ### Name: AutoTuner > ### Title: AutoTuner > ### Aliases: AutoTuner > ### Keywords: datasets > > ### ** Examples > > library(mlr3) > library(paradox) > task = tsk("iris") > learner = lrn("classif.rpart") > resampling = rsmp("holdout") > measures = msr("classif.ce") > param_set = ParamSet$new( + params = list(ParamDbl$new("cp", lower = 0.001, upper = 0.1))) > > terminator = TerminatorEvals$new(5) > tuner = TunerGridSearch$new() Error in sort(assert_subset(properties, mlr_reflections$tuner_properties)) : Assertion on 'properties' failed: Must be a subset of the empty set, i.e. also empty. Calls: <Anonymous> ... <Anonymous> -> sort -> assert_subset -> makeAssertion -> mstop Execution halted ✔ checking for unstated dependencies in 'tests' ... ─ checking tests ... E Running ‘testthat.R’ (4.5s) Running the tests in 'tests/testthat.R' failed. Last 13 lines of output: ══ testthat results ═══════════════════════════════════════════════════════════ [ OK: 271 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 10 ] 1. Error: AutoTuner / train+predict (@test_AutoTuner.R#9) 2. Error: AutoTuner / resample (@test_AutoTuner.R#43) 3. Error: AutoTuner / param_set (@test_AutoTuner.R#66) 4. Error: API (@test_Tuner.R#6) 5. Error: TunerGridSearch (@test_TunerGridSearch.R#5) 6. Error: TunerGridSearch with TerminatorNone (@test_TunerGridSearch.R#24) 7. Error: TunerRandomSearch (@test_TunerRandomSearch.R#4) 8. Error: budget (@test_TuningInstance.R#68) 9. Error: mlr_tuners (@test_mlr_tuners.R#6) 10. Error: mlr_tuners sugar (@test_mlr_tuners.R#12) Error: testthat unit tests failed Execution halted ✔ checking PDF version of manual (1.9s) ```
priority
rcheck currently not running probably because how i write into mlr reflection in r file mlr reflections r ✔ checking rd usage sections ✔ checking rd contents ✔ checking for unstated dependencies in examples e checking examples running examples in ex r failed the error most likely occurred in name autotuner title autotuner aliases autotuner keywords datasets examples library library paradox task tsk iris learner lrn classif rpart resampling rsmp holdout measures msr classif ce param set paramset new params list paramdbl new cp lower upper terminator terminatorevals new tuner tunergridsearch new error in sort assert subset properties mlr reflections tuner properties assertion on properties failed must be a subset of the empty set i e also empty calls sort assert subset makeassertion mstop execution halted ✔ checking for unstated dependencies in tests ─ checking tests e running ‘testthat r’ running the tests in tests testthat r failed last lines of output ══ testthat results ═══════════════════════════════════════════════════════════ error autotuner train predict test autotuner r error autotuner resample test autotuner r error autotuner param set test autotuner r error api test tuner r error tunergridsearch test tunergridsearch r error tunergridsearch with terminatornone test tunergridsearch r error tunerrandomsearch test tunerrandomsearch r error budget test tuninginstance r error mlr tuners test mlr tuners r error mlr tuners sugar test mlr tuners r error testthat unit tests failed execution halted ✔ checking pdf version of manual
1
55,309
14,365,162,969
IssuesEvent
2020-12-01 01:07:26
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
508-defect-3 [COGNITION]: Components that have the same functionality MUST be identified consistently
508-defect-3 508-issue-cognition 508/Accessibility staging-review vsa vsa-ebenefits
# [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3) ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Definition of done 1. Review and acknowledge feedback. 1. Fix and/or document decisions made. 1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix. <hr/> ## Point of Contact **VFS Point of Contact:** Josh Kim ## User Story or Problem Statement As a user with cognitive considerations, I expect to see the sign in button to be consistently styled as a button throughout the page so that I can navigate confidently. ## Details The option to sign in is presented to the user differently 3 times on the subway map page. 1. As a semantic button styled as a button with the text "Sign in" within the navigation 2. As a semantic button styled as a button with the text "Sign in to start your application" within an alert at the top of the page. 3. As a semantic button styled as a link with the text "Sign in to your account." This presents several issues: 1. Making a link look like a button is materially dishonest. It tells users that links and buttons are the same when they’re not. 2. Buttons behave differently than anchor tags. For example, users may become frustrated when trying to open a new tab when right clicking on a button styled as a link. 3. Inconsistent text generates inconsistent accessible names. Is a user signing in to access their account, to start an application, or for no known purpose at all? Screen reader users may become confused at the inconsistency. ## Acceptance Criteria - [ ] Buttons are visually styled as buttons - [ ] Buttons that share the same purpose share the same accessible name ## Environment * Operating System: all * Browser: any * Screenreading device: any * Server destination: staging, production ## Steps to Recreate 1. Open up the subway map page for [VA Form 28-8832](https://staging.va.gov/careers-employment/education-and-career-counseling/apply-career-guidance-form-28-8832/introduction). 2. Open up dev tools and inspect the link styled as a button "Sign in to your account" near the bottom of the page. 3. Confirm it is a button styled as a link. ## Solution (if known) 2 solutions exist depending on design intent: 1. Delete the alert at the bottom of the page. If no clear design intent or research can justify its use, it may be more beneficial to the user to remove it from the page to reduce noise. 2. Restyle the button as a button instead of a link and rename it to be consistent with the original call to action. A primary or secondary button can be used depending on the designer's intent. View the code below for directions on how. ### Before ```html <div class="usa-alert-body"> You can save this application in progress, and come back later to finish filling it out. <br> <button class="va-button-link"> Sign in to your account. </button> </div> ``` ### After ``` diff <div class="usa-alert-body"> + <!-- Added a p tag --> <p> You can save this application in progress, and come back later to finish filling it out. </p> - <!-- Removed the br --> + <!-- Changed the class to usa-button-primary OR you can consider changing to usa-button-secondary too--> <button class="usa-button-primary"> Sign in to start your application </button> </div> ``` ## WCAG or Vendor Guidance * [WCAG 2.0 SC 3.2.4: Consistent Identification AA](https://www.w3.org/WAI/WCAG21/Understanding/consistent-identification.html): Components that have the same functionality within a set of Web pages are identified consistently. * [Adam Silver: But sometimes buttons look like links](https://adamsilver.io/articles/but-sometimes-buttons-look-like-links/) ## Screenshots or Trace Logs ### Before <img width="742" alt="Screen Shot 2020-11-30 at 8 03 36 PM" src="https://user-images.githubusercontent.com/14154792/100683834-24eae300-3347-11eb-8ffb-c52c440b5e30.png"> ### After <img width="715" alt="Screen Shot 2020-11-30 at 8 04 03 PM" src="https://user-images.githubusercontent.com/14154792/100683864-33d19580-3347-11eb-9f41-11352db37f6f.png"> OR <img width="793" alt="Screen Shot 2020-11-30 at 8 05 23 PM" src="https://user-images.githubusercontent.com/14154792/100683955-63809d80-3347-11eb-92b7-57d3e78a1633.png"> The padding is a bit overwhelming here regardless of the solution. Given the amount of noise already on the page, I would recommend the first solution of simply removing it from the page unless a strong design reason exists for it.
1.0
508-defect-3 [COGNITION]: Components that have the same functionality MUST be identified consistently - # [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3) ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Definition of done 1. Review and acknowledge feedback. 1. Fix and/or document decisions made. 1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix. <hr/> ## Point of Contact **VFS Point of Contact:** Josh Kim ## User Story or Problem Statement As a user with cognitive considerations, I expect to see the sign in button to be consistently styled as a button throughout the page so that I can navigate confidently. ## Details The option to sign in is presented to the user differently 3 times on the subway map page. 1. As a semantic button styled as a button with the text "Sign in" within the navigation 2. As a semantic button styled as a button with the text "Sign in to start your application" within an alert at the top of the page. 3. As a semantic button styled as a link with the text "Sign in to your account." This presents several issues: 1. Making a link look like a button is materially dishonest. It tells users that links and buttons are the same when they’re not. 2. Buttons behave differently than anchor tags. For example, users may become frustrated when trying to open a new tab when right clicking on a button styled as a link. 3. Inconsistent text generates inconsistent accessible names. Is a user signing in to access their account, to start an application, or for no known purpose at all? Screen reader users may become confused at the inconsistency. ## Acceptance Criteria - [ ] Buttons are visually styled as buttons - [ ] Buttons that share the same purpose share the same accessible name ## Environment * Operating System: all * Browser: any * Screenreading device: any * Server destination: staging, production ## Steps to Recreate 1. Open up the subway map page for [VA Form 28-8832](https://staging.va.gov/careers-employment/education-and-career-counseling/apply-career-guidance-form-28-8832/introduction). 2. Open up dev tools and inspect the link styled as a button "Sign in to your account" near the bottom of the page. 3. Confirm it is a button styled as a link. ## Solution (if known) 2 solutions exist depending on design intent: 1. Delete the alert at the bottom of the page. If no clear design intent or research can justify its use, it may be more beneficial to the user to remove it from the page to reduce noise. 2. Restyle the button as a button instead of a link and rename it to be consistent with the original call to action. A primary or secondary button can be used depending on the designer's intent. View the code below for directions on how. ### Before ```html <div class="usa-alert-body"> You can save this application in progress, and come back later to finish filling it out. <br> <button class="va-button-link"> Sign in to your account. </button> </div> ``` ### After ``` diff <div class="usa-alert-body"> + <!-- Added a p tag --> <p> You can save this application in progress, and come back later to finish filling it out. </p> - <!-- Removed the br --> + <!-- Changed the class to usa-button-primary OR you can consider changing to usa-button-secondary too--> <button class="usa-button-primary"> Sign in to start your application </button> </div> ``` ## WCAG or Vendor Guidance * [WCAG 2.0 SC 3.2.4: Consistent Identification AA](https://www.w3.org/WAI/WCAG21/Understanding/consistent-identification.html): Components that have the same functionality within a set of Web pages are identified consistently. * [Adam Silver: But sometimes buttons look like links](https://adamsilver.io/articles/but-sometimes-buttons-look-like-links/) ## Screenshots or Trace Logs ### Before <img width="742" alt="Screen Shot 2020-11-30 at 8 03 36 PM" src="https://user-images.githubusercontent.com/14154792/100683834-24eae300-3347-11eb-8ffb-c52c440b5e30.png"> ### After <img width="715" alt="Screen Shot 2020-11-30 at 8 04 03 PM" src="https://user-images.githubusercontent.com/14154792/100683864-33d19580-3347-11eb-9f41-11352db37f6f.png"> OR <img width="793" alt="Screen Shot 2020-11-30 at 8 05 23 PM" src="https://user-images.githubusercontent.com/14154792/100683955-63809d80-3347-11eb-92b7-57d3e78a1633.png"> The padding is a bit overwhelming here regardless of the solution. Given the amount of noise already on the page, I would recommend the first solution of simply removing it from the page unless a strong design reason exists for it.
non_priority
defect components that have the same functionality must be identified consistently feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix point of contact vfs point of contact josh kim user story or problem statement as a user with cognitive considerations i expect to see the sign in button to be consistently styled as a button throughout the page so that i can navigate confidently details the option to sign in is presented to the user differently times on the subway map page as a semantic button styled as a button with the text sign in within the navigation as a semantic button styled as a button with the text sign in to start your application within an alert at the top of the page as a semantic button styled as a link with the text sign in to your account this presents several issues making a link look like a button is materially dishonest it tells users that links and buttons are the same when they’re not buttons behave differently than anchor tags for example users may become frustrated when trying to open a new tab when right clicking on a button styled as a link inconsistent text generates inconsistent accessible names is a user signing in to access their account to start an application or for no known purpose at all screen reader users may become confused at the inconsistency acceptance criteria buttons are visually styled as buttons buttons that share the same purpose share the same accessible name environment operating system all browser any screenreading device any server destination staging production steps to recreate open up the subway map page for open up dev tools and inspect the link styled as a button sign in to your account near the bottom of the page confirm it is a button styled as a link solution if known solutions exist depending on design intent delete the alert at the bottom of the page if no clear design intent or research can justify its use it may be more beneficial to the user to remove it from the page to reduce noise restyle the button as a button instead of a link and rename it to be consistent with the original call to action a primary or secondary button can be used depending on the designer s intent view the code below for directions on how before html you can save this application in progress and come back later to finish filling it out sign in to your account after diff you can save this application in progress and come back later to finish filling it out sign in to start your application wcag or vendor guidance components that have the same functionality within a set of web pages are identified consistently screenshots or trace logs before img width alt screen shot at pm src after img width alt screen shot at pm src or img width alt screen shot at pm src the padding is a bit overwhelming here regardless of the solution given the amount of noise already on the page i would recommend the first solution of simply removing it from the page unless a strong design reason exists for it
0
143,911
5,532,530,632
IssuesEvent
2017-03-21 10:52:13
childline-yoti/online-content-reporter
https://api.github.com/repos/childline-yoti/online-content-reporter
closed
refresh / server requests (react-router)
bug priority-1
On refresh the app makes a new get request to our SERVER React-router issue Possibly we need to sync the browser history or something? Or maybe disable the browser default refresh process to stop it firing a new GEt request.
1.0
refresh / server requests (react-router) - On refresh the app makes a new get request to our SERVER React-router issue Possibly we need to sync the browser history or something? Or maybe disable the browser default refresh process to stop it firing a new GEt request.
priority
refresh server requests react router on refresh the app makes a new get request to our server react router issue possibly we need to sync the browser history or something or maybe disable the browser default refresh process to stop it firing a new get request
1
75,927
21,053,294,630
IssuesEvent
2022-03-31 22:49:03
PixarAnimationStudios/OpenTimelineIO
https://api.github.com/repos/PixarAnimationStudios/OpenTimelineIO
closed
Imath 3 dependence breaks vfxplatform compatibility
build
Now that OTIO depends on Imath, we are out of compliance with our stated vfxplatform support. cy2022 - 3.1.x cy2021 - 2.4.x cy2020 - 2.4.x cy2019 - 2.3.x We need to modify the dependencies as: ```cmake if find_package(Imath) use Imath::Imath elseif find_package(Ilmbase) use Imath from Ilmbase else do the fetch content thing and use Imath::Imath ```
1.0
Imath 3 dependence breaks vfxplatform compatibility - Now that OTIO depends on Imath, we are out of compliance with our stated vfxplatform support. cy2022 - 3.1.x cy2021 - 2.4.x cy2020 - 2.4.x cy2019 - 2.3.x We need to modify the dependencies as: ```cmake if find_package(Imath) use Imath::Imath elseif find_package(Ilmbase) use Imath from Ilmbase else do the fetch content thing and use Imath::Imath ```
non_priority
imath dependence breaks vfxplatform compatibility now that otio depends on imath we are out of compliance with our stated vfxplatform support x x x x we need to modify the dependencies as cmake if find package imath use imath imath elseif find package ilmbase use imath from ilmbase else do the fetch content thing and use imath imath
0
36,814
6,551,710,295
IssuesEvent
2017-09-05 15:36:31
coreos/tectonic-installer
https://api.github.com/repos/coreos/tectonic-installer
closed
all: introduce concept of platform version
area/developer tooling area/usability kind/documentation migrate-issue tectonic/terraform
Problem: After deploying an infrastructure for Kubernetes a user may need help debugging something or upgrading. But, infrastructure is a tricky thing because there are a lot of moving parts that will be deployed by this Platform SDK. Solution: Introduce a Platform SDK version. - [ ] Introduce a version and changelog to https://github.com/coreos-inc/tectonic-platform-sdk/blob/master/Documentation/generic-platform.md - [ ] Start tagging/labelling resources in the cloud provider - [ ] Label all nodes in kubernetes
1.0
all: introduce concept of platform version - Problem: After deploying an infrastructure for Kubernetes a user may need help debugging something or upgrading. But, infrastructure is a tricky thing because there are a lot of moving parts that will be deployed by this Platform SDK. Solution: Introduce a Platform SDK version. - [ ] Introduce a version and changelog to https://github.com/coreos-inc/tectonic-platform-sdk/blob/master/Documentation/generic-platform.md - [ ] Start tagging/labelling resources in the cloud provider - [ ] Label all nodes in kubernetes
non_priority
all introduce concept of platform version problem after deploying an infrastructure for kubernetes a user may need help debugging something or upgrading but infrastructure is a tricky thing because there are a lot of moving parts that will be deployed by this platform sdk solution introduce a platform sdk version introduce a version and changelog to start tagging labelling resources in the cloud provider label all nodes in kubernetes
0
255,150
8,109,297,579
IssuesEvent
2018-08-14 06:59:14
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.google.com - see bug description
browser-firefox-mobile priority-critical
<!-- @browser: Firefox Mobile 63.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:63.0) Gecko/63.0 Firefox/63.0 --> <!-- @reported_with: web --> **URL**: https://www.google.com/search?q=Grimes+Elon+looking+for+a+third+meme **Browser / Version**: Firefox Mobile 63.0 **Operating System**: Android 8.1.0 **Tested Another Browser**: No **Problem type**: Something else **Description**: I can't hold down on the image to get the context menu **Steps to Reproduce**: _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.google.com - see bug description - <!-- @browser: Firefox Mobile 63.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:63.0) Gecko/63.0 Firefox/63.0 --> <!-- @reported_with: web --> **URL**: https://www.google.com/search?q=Grimes+Elon+looking+for+a+third+meme **Browser / Version**: Firefox Mobile 63.0 **Operating System**: Android 8.1.0 **Tested Another Browser**: No **Problem type**: Something else **Description**: I can't hold down on the image to get the context menu **Steps to Reproduce**: _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description i can t hold down on the image to get the context menu steps to reproduce from with ❤️
1
765,372
26,843,271,371
IssuesEvent
2023-02-03 03:34:35
labring/sealos
https://api.github.com/repos/labring/sealos
closed
BUG: coredns blocked
priority: high CloudImage
### Sealos Version v4.1.3 ### How to reproduce the bug? sealos run docker.io/labring/kubernetes-docker:v1.21.14 labring/helm:v3.8.2 labring/calico:v3.24.1 --single coredns显示blocked ![IMG_3017](https://user-images.githubusercontent.com/10459811/211193666-356c6f38-07a9-418e-ae01-ed0f34da9c39.PNG) ### What is the expected behavior? coredns正常 ### What do you see instead? _No response_ ### Operating environment ```markdown - Sealos version: v4.1.3 - Docker version: v20.10.22 - Kubernetes version: v1.21.14-docker - Operating system: centos7 - Cluster size: 1master ``` ### Additional information _No response_
1.0
BUG: coredns blocked - ### Sealos Version v4.1.3 ### How to reproduce the bug? sealos run docker.io/labring/kubernetes-docker:v1.21.14 labring/helm:v3.8.2 labring/calico:v3.24.1 --single coredns显示blocked ![IMG_3017](https://user-images.githubusercontent.com/10459811/211193666-356c6f38-07a9-418e-ae01-ed0f34da9c39.PNG) ### What is the expected behavior? coredns正常 ### What do you see instead? _No response_ ### Operating environment ```markdown - Sealos version: v4.1.3 - Docker version: v20.10.22 - Kubernetes version: v1.21.14-docker - Operating system: centos7 - Cluster size: 1master ``` ### Additional information _No response_
priority
bug coredns blocked sealos version how to reproduce the bug sealos run docker io labring kubernetes docker labring helm labring calico single coredns显示blocked what is the expected behavior coredns正常 what do you see instead no response operating environment markdown sealos version docker version kubernetes version docker operating system cluster size additional information no response
1
122,996
16,417,258,559
IssuesEvent
2021-05-19 08:19:58
elementary/terminal
https://api.github.com/repos/elementary/terminal
closed
Add option to reload tab/restart shell
Needs Design Priority: Wishlist
## Prerequisites - [x] I have searched open and closed issues for duplicates. ## Feature **Is your feature request related to a problem? Please describe.** When installing new applications, changing config files or if one just wants to reset the current shell environment, it is necessary open a new shell. Currently the fastest way to achieve this is to duplicate the current tab and close the old one. **Describe the solution you'd like** Add a *Reload Tab* or *Restart Shell* option to the context menu of a tab. ![Slice 1](https://user-images.githubusercontent.com/24651767/96375945-71ee6d80-117c-11eb-8c18-fe0949a013c3.png) **Describe alternatives you've considered** Source config file, but this does not remove old config, does not reset the environment and can lead to duplicated paths in the `$PATH` variable: ```sh . ~/.bashrc ``` Clear cache for program locations, but does not do anything else: ```sh hash -r ``` Almost the same as opening a new tab, but does also not produce the same environment [(see here)](https://medium.com/@rajsek/zsh-bash-startup-files-loading-order-bashrc-zshrc-etc-e30045652f2e): ```sh exec sudo --login --user $USER # or exec sudo -u $USER bash ```
1.0
Add option to reload tab/restart shell - ## Prerequisites - [x] I have searched open and closed issues for duplicates. ## Feature **Is your feature request related to a problem? Please describe.** When installing new applications, changing config files or if one just wants to reset the current shell environment, it is necessary open a new shell. Currently the fastest way to achieve this is to duplicate the current tab and close the old one. **Describe the solution you'd like** Add a *Reload Tab* or *Restart Shell* option to the context menu of a tab. ![Slice 1](https://user-images.githubusercontent.com/24651767/96375945-71ee6d80-117c-11eb-8c18-fe0949a013c3.png) **Describe alternatives you've considered** Source config file, but this does not remove old config, does not reset the environment and can lead to duplicated paths in the `$PATH` variable: ```sh . ~/.bashrc ``` Clear cache for program locations, but does not do anything else: ```sh hash -r ``` Almost the same as opening a new tab, but does also not produce the same environment [(see here)](https://medium.com/@rajsek/zsh-bash-startup-files-loading-order-bashrc-zshrc-etc-e30045652f2e): ```sh exec sudo --login --user $USER # or exec sudo -u $USER bash ```
non_priority
add option to reload tab restart shell prerequisites i have searched open and closed issues for duplicates feature is your feature request related to a problem please describe when installing new applications changing config files or if one just wants to reset the current shell environment it is necessary open a new shell currently the fastest way to achieve this is to duplicate the current tab and close the old one describe the solution you d like add a reload tab or restart shell option to the context menu of a tab describe alternatives you ve considered source config file but this does not remove old config does not reset the environment and can lead to duplicated paths in the path variable sh bashrc clear cache for program locations but does not do anything else sh hash r almost the same as opening a new tab but does also not produce the same environment sh exec sudo login user user or exec sudo u user bash
0
8,358
26,784,308,022
IssuesEvent
2023-02-01 00:40:38
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[xCluster] Not implemented: Cannot truncate a table in replication.
kind/enhancement area/docdb priority/medium qa_automation
Jira Link: [DB-602](https://yugabyte.atlassian.net/browse/DB-602) ### Description Trying to truncate a table (`truncate table t`) with replication enabled fails: ``` Not implemented: Cannot truncate a table in replication. ``` I don't consider this as a bug, but a missing feature. I'm not sure how much effort enabling it is, this limitation is also not documented in https://docs.yugabyte.com/preview/api/ysql/the-sql-language/statements/ddl_truncate/
1.0
[xCluster] Not implemented: Cannot truncate a table in replication. - Jira Link: [DB-602](https://yugabyte.atlassian.net/browse/DB-602) ### Description Trying to truncate a table (`truncate table t`) with replication enabled fails: ``` Not implemented: Cannot truncate a table in replication. ``` I don't consider this as a bug, but a missing feature. I'm not sure how much effort enabling it is, this limitation is also not documented in https://docs.yugabyte.com/preview/api/ysql/the-sql-language/statements/ddl_truncate/
non_priority
not implemented cannot truncate a table in replication jira link description trying to truncate a table truncate table t with replication enabled fails not implemented cannot truncate a table in replication i don t consider this as a bug but a missing feature i m not sure how much effort enabling it is this limitation is also not documented in
0
252,528
21,582,887,768
IssuesEvent
2022-05-02 20:47:24
damccorm/test-migration-target
https://api.github.com/repos/damccorm/test-migration-target
opened
beam_PostCommit_Java_DataflowV2, testBigQueryStorageWrite30MProto failing consistently
bug P1 test-failures
testBigQueryStorageWrite30MProto seems to have been failing since being originally introduced. First failure I found: https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/1391/, which includes when this PR was merged: https://github.com/apache/beam/pull/17038 I don't see any explicit reason this might be failing either in the console logs or Dataflow logs. Here's the console logs: {noformat} java.lang.RuntimeException: Workflow failed. Causes: S06:WriteToBQ/StorageApiLoads/GroupIntoBatches/ParDo(GroupIntoBatches)/ParMultiDo(GroupIntoBatches)/Reshard/Read****WriteToBQ/StorageApiLoads/GroupIntoBatches/ParDo(GroupIntoBatches)/ParMultiDo(GroupIntoBatches)/Reshard/UnreifyWindow****WriteToBQ/StorageApiLoads/GroupIntoBatches/ParDo(GroupIntoBatches)/ParMultiDo(GroupIntoBatches)****WriteToBQ/StorageApiLoads/StorageApiWriteSharded/Write Records/ParMultiDo(WriteRecords)/Reshard/Reify****WriteToBQ/StorageApiLoads/StorageApiWriteSharded/Write Records/ParMultiDo(WriteRecords)/Reshard/Write failed., The job failed because a work item has failed 4 times. Look in previous log entries for the cause of each one of the 4 failures. For more information, see https://cloud.google.com/dataflow/docs/guides/common-errors. The work item was attempted on these workers: testpipeline-jenkins-0319-03190548-sfjp-harness-263n Root cause: The worker lost contact with the service., {noformat} Imported from Jira [BEAM-14263](https://issues.apache.org/jira/browse/BEAM-14263). Original Jira may contain additional context. Reported by: danoliveira.
1.0
beam_PostCommit_Java_DataflowV2, testBigQueryStorageWrite30MProto failing consistently - testBigQueryStorageWrite30MProto seems to have been failing since being originally introduced. First failure I found: https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/1391/, which includes when this PR was merged: https://github.com/apache/beam/pull/17038 I don't see any explicit reason this might be failing either in the console logs or Dataflow logs. Here's the console logs: {noformat} java.lang.RuntimeException: Workflow failed. Causes: S06:WriteToBQ/StorageApiLoads/GroupIntoBatches/ParDo(GroupIntoBatches)/ParMultiDo(GroupIntoBatches)/Reshard/Read****WriteToBQ/StorageApiLoads/GroupIntoBatches/ParDo(GroupIntoBatches)/ParMultiDo(GroupIntoBatches)/Reshard/UnreifyWindow****WriteToBQ/StorageApiLoads/GroupIntoBatches/ParDo(GroupIntoBatches)/ParMultiDo(GroupIntoBatches)****WriteToBQ/StorageApiLoads/StorageApiWriteSharded/Write Records/ParMultiDo(WriteRecords)/Reshard/Reify****WriteToBQ/StorageApiLoads/StorageApiWriteSharded/Write Records/ParMultiDo(WriteRecords)/Reshard/Write failed., The job failed because a work item has failed 4 times. Look in previous log entries for the cause of each one of the 4 failures. For more information, see https://cloud.google.com/dataflow/docs/guides/common-errors. The work item was attempted on these workers: testpipeline-jenkins-0319-03190548-sfjp-harness-263n Root cause: The worker lost contact with the service., {noformat} Imported from Jira [BEAM-14263](https://issues.apache.org/jira/browse/BEAM-14263). Original Jira may contain additional context. Reported by: danoliveira.
non_priority
beam postcommit java failing consistently seems to have been failing since being originally introduced first failure i found which includes when this pr was merged i don t see any explicit reason this might be failing either in the console logs or dataflow logs here s the console logs noformat java lang runtimeexception workflow failed causes writetobq storageapiloads groupintobatches pardo groupintobatches parmultido groupintobatches reshard read writetobq storageapiloads groupintobatches pardo groupintobatches parmultido groupintobatches reshard unreifywindow writetobq storageapiloads groupintobatches pardo groupintobatches parmultido groupintobatches writetobq storageapiloads storageapiwritesharded write records parmultido writerecords reshard reify writetobq storageapiloads storageapiwritesharded write records parmultido writerecords reshard write failed the job failed because a work item has failed times look in previous log entries for the cause of each one of the failures for more information see the work item was attempted on these workers testpipeline jenkins sfjp harness root cause the worker lost contact with the service noformat imported from jira original jira may contain additional context reported by danoliveira
0
20,154
2,622,190,417
IssuesEvent
2015-03-04 00:22:48
byzhang/cudpp
https://api.github.com/repos/byzhang/cudpp
closed
Building a MEX-wrapper using CUDPP in Matlab
auto-migrated Component-Scripts OpSys-All Priority-Low Type-Enhancement Usability
``` There is no bug about it. I wish I could use a MEX-Wrapper, wich allows me, to use CUDPP in M-Code. This (CUDA-)MEX-file could be compiled at first use and allow after people like me, who don't know much C, to use GPGPU very easily in Matlab. On my site sort seems very interesing, in case it gaves back indices (like it is need for sortrows). At the moment there a two different Toolboxes available for using CUDA in Matlab: Accelereyes' Jacket and GPUmat (from gp-you.org). Booth of them dont allow a sortrows, sort from Jacket is very slow on the other hand. ``` Original issue reported on code.google.com by `Andy38...@googlemail.com` on 2 Sep 2009 at 2:04
1.0
Building a MEX-wrapper using CUDPP in Matlab - ``` There is no bug about it. I wish I could use a MEX-Wrapper, wich allows me, to use CUDPP in M-Code. This (CUDA-)MEX-file could be compiled at first use and allow after people like me, who don't know much C, to use GPGPU very easily in Matlab. On my site sort seems very interesing, in case it gaves back indices (like it is need for sortrows). At the moment there a two different Toolboxes available for using CUDA in Matlab: Accelereyes' Jacket and GPUmat (from gp-you.org). Booth of them dont allow a sortrows, sort from Jacket is very slow on the other hand. ``` Original issue reported on code.google.com by `Andy38...@googlemail.com` on 2 Sep 2009 at 2:04
priority
building a mex wrapper using cudpp in matlab there is no bug about it i wish i could use a mex wrapper wich allows me to use cudpp in m code this cuda mex file could be compiled at first use and allow after people like me who don t know much c to use gpgpu very easily in matlab on my site sort seems very interesing in case it gaves back indices like it is need for sortrows at the moment there a two different toolboxes available for using cuda in matlab accelereyes jacket and gpumat from gp you org booth of them dont allow a sortrows sort from jacket is very slow on the other hand original issue reported on code google com by googlemail com on sep at
1
6,666
2,590,738,234
IssuesEvent
2015-02-18 20:44:58
SIB-Colombia/catalog-biodiversity-temp-backend
https://api.github.com/repos/SIB-Colombia/catalog-biodiversity-temp-backend
closed
Sección Atributos perfil administrador
priority-high
- El administrador no puede borrar los campos creados en el estado de amenaza según categorías UICN (en el mundo) - Se pueden ingresar los campos en esta sección pero no se visualizan cuando se da click en el botón guardar, es necesario dar click en actualizar y revisar la ficha para observar los cambios efectuados. - Así cómo en las secciones pasadas, cuando se intenta borrar un atributo aparece el mismo error, pero después de actualizar el cambio se ha efectuado correctamente. ![image](https://cloud.githubusercontent.com/assets/7827998/3306266/566f5a5e-f65f-11e3-8a96-7b03c7618d3c.png)
1.0
Sección Atributos perfil administrador - - El administrador no puede borrar los campos creados en el estado de amenaza según categorías UICN (en el mundo) - Se pueden ingresar los campos en esta sección pero no se visualizan cuando se da click en el botón guardar, es necesario dar click en actualizar y revisar la ficha para observar los cambios efectuados. - Así cómo en las secciones pasadas, cuando se intenta borrar un atributo aparece el mismo error, pero después de actualizar el cambio se ha efectuado correctamente. ![image](https://cloud.githubusercontent.com/assets/7827998/3306266/566f5a5e-f65f-11e3-8a96-7b03c7618d3c.png)
priority
sección atributos perfil administrador el administrador no puede borrar los campos creados en el estado de amenaza según categorías uicn en el mundo se pueden ingresar los campos en esta sección pero no se visualizan cuando se da click en el botón guardar es necesario dar click en actualizar y revisar la ficha para observar los cambios efectuados así cómo en las secciones pasadas cuando se intenta borrar un atributo aparece el mismo error pero después de actualizar el cambio se ha efectuado correctamente
1
555,717
16,464,059,795
IssuesEvent
2021-05-22 03:27:23
volcano-sh/volcano
https://api.github.com/repos/volcano-sh/volcano
closed
Preemption storm of low-priority pods when using hierarchical queues with pending high-priority pods
area/scheduling kind/bug priority/important-soon
**What happened**: When using preemption and hierarchical queues, higher priority jobs can a preemption storm of low priority jobs under the right conditions. This results in the low-priority jobs getting preempted as they start. The low-priority jobs will be in this preemption storm until no high-priority jobs are queued. **What you expected to happen**: I would expect if a high-priority job preempts a low-priority job, it should only do so if the high-priority job will run after the low priority job finishes terminating. I would expect if the high-priority job can't run, it should not preempt low-priority jobs **How to reproduce it (as minimally and precisely as possible)**: When using preemption and hierarchical queues, higher-priority jobs can cause a preemption storm of low-priority jobs under the right conditions. The following code does the following. 1) Create a high-priority and low-priority priorityClass. 2) Create an "A" and "B" queue, where "A" and "B" queues have equal weight using hierarchical queues, so if there are many jobs half the resources will be used by each queue. 3) Submit several low-priority jobs that use "A" queue. 4) Sleep for several seconds to allow the jobs to start running. 5) Submit several "high-priority" jobs to the "B" queue. What I expect should happen when this is done is several low-priority jobs in the small queue will be preempted and high-priority jobs will start. Since the queues are setup such that each queue will have equal weight, I would expect when things stabilize half of the running jobs will be from "A" queue and half will be from the "B" queue. What happens is if there exists a pending high-priority job in the "B" queue, it will preempt the running jobs from the "A" queue, but the pending jobs in the "B" queue will not start. The scheduler tries to schedule a low-priority job from the "A" queue, but once the job begins it is quickly preempted because there exists a pending high-priority job. This causes a preemption storm. In this situation, nothing in the "A" queue will be able to run as long as a high-priority job is queued in the "B" queue. To run this test, I have a job_template file and a script to use the template to launch several vcjobs job_template.json ``` json apiVersion: batch.volcano.sh/v1alpha1 kind: Job metadata: name: vcjob-job-<id> spec: minAvailable: 1 priorityClassName: <priority> schedulerName: volcano policies: - event: PodEvicted action: RestartJob maxRetry: 5 queue: <queue> tasks: - replicas: 1 name: "x" template: metadata: name: core spec: containers: - image: ubuntu imagePullPolicy: IfNotPresent name: ubuntu command: ['sh', '-c', "sleep 120"] resources: requests: cpu: "1" restartPolicy: OnFailure ``` This is the script I use to setup the cluster and run the jobs: ``` bash # create priorityclass cat <<EOF | kubectl apply -f - apiVersion: scheduling.k8s.io/v1 kind: PriorityClass metadata: name: high-priority value: 1000000 globalDefault: false --- apiVersion: scheduling.k8s.io/v1 kind: PriorityClass metadata: name: low-priority value: 1 globalDefault: false EOF # create queues cat <<EOF | kubectl apply -f - apiVersion: scheduling.volcano.sh/v1beta1 kind: Queue metadata: name: a-queue annotations: "volcano.sh/hierarchy": "root/dev/p" "volcano.sh/hierarchy-weights": "1/1/5" spec: weight: 1 --- apiVersion: scheduling.volcano.sh/v1beta1 kind: Queue metadata: name: b-queue annotations: "volcano.sh/hierarchy": "root/dev/d" "volcano.sh/hierarchy-weights": "1/1/5" spec: weight: 1 EOF TEMP_FILE=$(mktemp) # launch low priority jobs for id in $(seq 8) do sed 's/<queue>/a-queue/g' < job_template.json | \ sed "s/<id>/slow-$id/g" | \ sed "s/<priority>/low-priority/g" | \ kubectl apply -f - done sleep 10 # launch high priority jobs for id in $(seq 8) do sed 's/<queue>/b-queue/g' < job_template.json | \ sed "s/<id>/fast-$id/g" | \ sed "s/<priority>/high-priority/g" | \ kubectl apply -f - done ``` The configmap I am using for my volcano scheduler: ``` json apiVersion: v1 data: volcano-scheduler.conf: | actions: "enqueue, allocate, backfill, reclaim, preempt" tiers: - plugins: - name: priority - name: gang - name: conformance - plugins: - name: drf enableHierarchy: true - name: predicates - name: nodeorder - name: binpack kind: ConfigMap ``` **Anything else we need to know?**: It is important that the enough jobs are submitted that some high-priority jobs are queued. In my case, my local kubernetes cluster has 10CPUs and 6GB memory. If I had more resources I may need to increase the number of jobs launched by the script to make sure not all the pods can be running at the same time. I found the issue when using hierarchical queues, but this issue might also be present between non-hierarchical queues. **Environment**: - Volcano Version: 1.2.0 - Kubernetes version (use `kubectl version`): Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.7", GitCommit:"1dd5338295409edcfff11505e7bb246f0d325d15", GitTreeState:"clean", BuildDate:"2021-01-13T13:23:52Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:41:49Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"} - Cloud provider or hardware configuration: running using docker with kubernetes on mac. - OS (e.g. from /etc/os-release): - Kernel (e.g. `uname -a`): - Install tools: - Others: This experiment was done on my local mac machine. This issue can be replicated on other systems though. It is not specific to the hardware used.
1.0
Preemption storm of low-priority pods when using hierarchical queues with pending high-priority pods - **What happened**: When using preemption and hierarchical queues, higher priority jobs can a preemption storm of low priority jobs under the right conditions. This results in the low-priority jobs getting preempted as they start. The low-priority jobs will be in this preemption storm until no high-priority jobs are queued. **What you expected to happen**: I would expect if a high-priority job preempts a low-priority job, it should only do so if the high-priority job will run after the low priority job finishes terminating. I would expect if the high-priority job can't run, it should not preempt low-priority jobs **How to reproduce it (as minimally and precisely as possible)**: When using preemption and hierarchical queues, higher-priority jobs can cause a preemption storm of low-priority jobs under the right conditions. The following code does the following. 1) Create a high-priority and low-priority priorityClass. 2) Create an "A" and "B" queue, where "A" and "B" queues have equal weight using hierarchical queues, so if there are many jobs half the resources will be used by each queue. 3) Submit several low-priority jobs that use "A" queue. 4) Sleep for several seconds to allow the jobs to start running. 5) Submit several "high-priority" jobs to the "B" queue. What I expect should happen when this is done is several low-priority jobs in the small queue will be preempted and high-priority jobs will start. Since the queues are setup such that each queue will have equal weight, I would expect when things stabilize half of the running jobs will be from "A" queue and half will be from the "B" queue. What happens is if there exists a pending high-priority job in the "B" queue, it will preempt the running jobs from the "A" queue, but the pending jobs in the "B" queue will not start. The scheduler tries to schedule a low-priority job from the "A" queue, but once the job begins it is quickly preempted because there exists a pending high-priority job. This causes a preemption storm. In this situation, nothing in the "A" queue will be able to run as long as a high-priority job is queued in the "B" queue. To run this test, I have a job_template file and a script to use the template to launch several vcjobs job_template.json ``` json apiVersion: batch.volcano.sh/v1alpha1 kind: Job metadata: name: vcjob-job-<id> spec: minAvailable: 1 priorityClassName: <priority> schedulerName: volcano policies: - event: PodEvicted action: RestartJob maxRetry: 5 queue: <queue> tasks: - replicas: 1 name: "x" template: metadata: name: core spec: containers: - image: ubuntu imagePullPolicy: IfNotPresent name: ubuntu command: ['sh', '-c', "sleep 120"] resources: requests: cpu: "1" restartPolicy: OnFailure ``` This is the script I use to setup the cluster and run the jobs: ``` bash # create priorityclass cat <<EOF | kubectl apply -f - apiVersion: scheduling.k8s.io/v1 kind: PriorityClass metadata: name: high-priority value: 1000000 globalDefault: false --- apiVersion: scheduling.k8s.io/v1 kind: PriorityClass metadata: name: low-priority value: 1 globalDefault: false EOF # create queues cat <<EOF | kubectl apply -f - apiVersion: scheduling.volcano.sh/v1beta1 kind: Queue metadata: name: a-queue annotations: "volcano.sh/hierarchy": "root/dev/p" "volcano.sh/hierarchy-weights": "1/1/5" spec: weight: 1 --- apiVersion: scheduling.volcano.sh/v1beta1 kind: Queue metadata: name: b-queue annotations: "volcano.sh/hierarchy": "root/dev/d" "volcano.sh/hierarchy-weights": "1/1/5" spec: weight: 1 EOF TEMP_FILE=$(mktemp) # launch low priority jobs for id in $(seq 8) do sed 's/<queue>/a-queue/g' < job_template.json | \ sed "s/<id>/slow-$id/g" | \ sed "s/<priority>/low-priority/g" | \ kubectl apply -f - done sleep 10 # launch high priority jobs for id in $(seq 8) do sed 's/<queue>/b-queue/g' < job_template.json | \ sed "s/<id>/fast-$id/g" | \ sed "s/<priority>/high-priority/g" | \ kubectl apply -f - done ``` The configmap I am using for my volcano scheduler: ``` json apiVersion: v1 data: volcano-scheduler.conf: | actions: "enqueue, allocate, backfill, reclaim, preempt" tiers: - plugins: - name: priority - name: gang - name: conformance - plugins: - name: drf enableHierarchy: true - name: predicates - name: nodeorder - name: binpack kind: ConfigMap ``` **Anything else we need to know?**: It is important that the enough jobs are submitted that some high-priority jobs are queued. In my case, my local kubernetes cluster has 10CPUs and 6GB memory. If I had more resources I may need to increase the number of jobs launched by the script to make sure not all the pods can be running at the same time. I found the issue when using hierarchical queues, but this issue might also be present between non-hierarchical queues. **Environment**: - Volcano Version: 1.2.0 - Kubernetes version (use `kubectl version`): Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.7", GitCommit:"1dd5338295409edcfff11505e7bb246f0d325d15", GitTreeState:"clean", BuildDate:"2021-01-13T13:23:52Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:41:49Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"} - Cloud provider or hardware configuration: running using docker with kubernetes on mac. - OS (e.g. from /etc/os-release): - Kernel (e.g. `uname -a`): - Install tools: - Others: This experiment was done on my local mac machine. This issue can be replicated on other systems though. It is not specific to the hardware used.
priority
preemption storm of low priority pods when using hierarchical queues with pending high priority pods what happened when using preemption and hierarchical queues higher priority jobs can a preemption storm of low priority jobs under the right conditions this results in the low priority jobs getting preempted as they start the low priority jobs will be in this preemption storm until no high priority jobs are queued what you expected to happen i would expect if a high priority job preempts a low priority job it should only do so if the high priority job will run after the low priority job finishes terminating i would expect if the high priority job can t run it should not preempt low priority jobs how to reproduce it as minimally and precisely as possible when using preemption and hierarchical queues higher priority jobs can cause a preemption storm of low priority jobs under the right conditions the following code does the following create a high priority and low priority priorityclass create an a and b queue where a and b queues have equal weight using hierarchical queues so if there are many jobs half the resources will be used by each queue submit several low priority jobs that use a queue sleep for several seconds to allow the jobs to start running submit several high priority jobs to the b queue what i expect should happen when this is done is several low priority jobs in the small queue will be preempted and high priority jobs will start since the queues are setup such that each queue will have equal weight i would expect when things stabilize half of the running jobs will be from a queue and half will be from the b queue what happens is if there exists a pending high priority job in the b queue it will preempt the running jobs from the a queue but the pending jobs in the b queue will not start the scheduler tries to schedule a low priority job from the a queue but once the job begins it is quickly preempted because there exists a pending high priority job this causes a preemption storm in this situation nothing in the a queue will be able to run as long as a high priority job is queued in the b queue to run this test i have a job template file and a script to use the template to launch several vcjobs job template json json apiversion batch volcano sh kind job metadata name vcjob job spec minavailable priorityclassname schedulername volcano policies event podevicted action restartjob maxretry queue tasks replicas name x template metadata name core spec containers image ubuntu imagepullpolicy ifnotpresent name ubuntu command resources requests cpu restartpolicy onfailure this is the script i use to setup the cluster and run the jobs bash create priorityclass cat eof kubectl apply f apiversion scheduling io kind priorityclass metadata name high priority value globaldefault false apiversion scheduling io kind priorityclass metadata name low priority value globaldefault false eof create queues cat eof kubectl apply f apiversion scheduling volcano sh kind queue metadata name a queue annotations volcano sh hierarchy root dev p volcano sh hierarchy weights spec weight apiversion scheduling volcano sh kind queue metadata name b queue annotations volcano sh hierarchy root dev d volcano sh hierarchy weights spec weight eof temp file mktemp launch low priority jobs for id in seq do sed s a queue g job template json sed s slow id g sed s low priority g kubectl apply f done sleep launch high priority jobs for id in seq do sed s b queue g job template json sed s fast id g sed s high priority g kubectl apply f done the configmap i am using for my volcano scheduler json apiversion data volcano scheduler conf actions enqueue allocate backfill reclaim preempt tiers plugins name priority name gang name conformance plugins name drf enablehierarchy true name predicates name nodeorder name binpack kind configmap anything else we need to know it is important that the enough jobs are submitted that some high priority jobs are queued in my case my local kubernetes cluster has and memory if i had more resources i may need to increase the number of jobs launched by the script to make sure not all the pods can be running at the same time i found the issue when using hierarchical queues but this issue might also be present between non hierarchical queues environment volcano version kubernetes version use kubectl version client version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform darwin server version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform linux cloud provider or hardware configuration running using docker with kubernetes on mac os e g from etc os release kernel e g uname a install tools others this experiment was done on my local mac machine this issue can be replicated on other systems though it is not specific to the hardware used
1
348,127
10,439,233,128
IssuesEvent
2019-09-18 05:31:14
treenotation/jtree
https://api.github.com/repos/treenotation/jtree
closed
Open source/link to PLDB
topPriority
We need to show people the db so they can see the mountain of work and prior languages this is building on.
1.0
Open source/link to PLDB - We need to show people the db so they can see the mountain of work and prior languages this is building on.
priority
open source link to pldb we need to show people the db so they can see the mountain of work and prior languages this is building on
1
292,585
8,959,720,965
IssuesEvent
2019-01-28 01:09:48
clinwiki-org/clinwiki
https://api.github.com/repos/clinwiki-org/clinwiki
closed
Add user's list of reviews in profile page
Priority 4 enhancement help wanted
A users profile should have list of all annotations, tags and ratings they did
1.0
Add user's list of reviews in profile page - A users profile should have list of all annotations, tags and ratings they did
priority
add user s list of reviews in profile page a users profile should have list of all annotations tags and ratings they did
1
251,397
8,014,787,072
IssuesEvent
2018-07-25 07:54:32
medialab/fonio
https://api.github.com/repos/medialab/fonio
closed
Dnd card in note editor bugs in firefox
bug priority:maximum
# How to reproduce In firefox : 1. create a note in editor 2. try to dnd a resource card in it # Actual behaviour It crashes after having raised an exception : ![capture d ecran 2018-07-23 a 17 40 34](https://user-images.githubusercontent.com/1876890/43087418-21fac5dc-8ea0-11e8-9dfa-5248ca8d8d9f.png)
1.0
Dnd card in note editor bugs in firefox - # How to reproduce In firefox : 1. create a note in editor 2. try to dnd a resource card in it # Actual behaviour It crashes after having raised an exception : ![capture d ecran 2018-07-23 a 17 40 34](https://user-images.githubusercontent.com/1876890/43087418-21fac5dc-8ea0-11e8-9dfa-5248ca8d8d9f.png)
priority
dnd card in note editor bugs in firefox how to reproduce in firefox create a note in editor try to dnd a resource card in it actual behaviour it crashes after having raised an exception
1
194,277
6,893,219,131
IssuesEvent
2017-11-23 01:56:39
Marri/glowfic
https://api.github.com/repos/Marri/glowfic
closed
Searching for replies by an icon should be more clearly exposed
2. high priority 8. medium enhancement good first issue
Currently it's hidden on the "Times Used" row of the icon stats page, and not displayed prominently anywhere; this was originally a hack and should be made into a proper feature somewhere. An example place it could go: in the sidebar on an icon, which currently has things like "Posts".
1.0
Searching for replies by an icon should be more clearly exposed - Currently it's hidden on the "Times Used" row of the icon stats page, and not displayed prominently anywhere; this was originally a hack and should be made into a proper feature somewhere. An example place it could go: in the sidebar on an icon, which currently has things like "Posts".
priority
searching for replies by an icon should be more clearly exposed currently it s hidden on the times used row of the icon stats page and not displayed prominently anywhere this was originally a hack and should be made into a proper feature somewhere an example place it could go in the sidebar on an icon which currently has things like posts
1
244,832
7,880,654,698
IssuesEvent
2018-06-26 16:32:21
aowen87/FOO
https://api.github.com/repos/aowen87/FOO
closed
Remove 'outline only' Mesh plot option
Expected Use: 3 - Occasional Impact: 3 - Medium OS: All Priority: Normal Support Group: Any Target Version: 2.10 feature
This is permanently disabled and has never functioned. This should be removed from the Atts.
1.0
Remove 'outline only' Mesh plot option - This is permanently disabled and has never functioned. This should be removed from the Atts.
priority
remove outline only mesh plot option this is permanently disabled and has never functioned this should be removed from the atts
1
92,199
18,790,254,123
IssuesEvent
2021-11-08 16:06:02
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Bug] UX issues on GSheets where condition box
Bug UX Improvement Actions Pod Low Release Google Sheets UQI BE Coders Pod
## Description Design change for sharp corners: - Where Conditions container - Operator box - Operator dropdown - Reduce the size of the Operator box since there's an unnecessary scroll that's added when debugger and snipping mode bar is open ![image](https://user-images.githubusercontent.com/79509062/134661727-ec3f0e4a-316d-4b5b-9ef2-a40acd5e047c.png) Alignment issue: - Operator box size needs to be the same as the other boxes on screen ### Steps to reproduce the behaviour: ![image](https://user-images.githubusercontent.com/79509062/134158629-55619245-26a7-409b-88b4-21ed2952067e.png) ### Important Details - Version: Cloud - OS: Win10 - Browser: Chrome - Environment: Release
1.0
[Bug] UX issues on GSheets where condition box - ## Description Design change for sharp corners: - Where Conditions container - Operator box - Operator dropdown - Reduce the size of the Operator box since there's an unnecessary scroll that's added when debugger and snipping mode bar is open ![image](https://user-images.githubusercontent.com/79509062/134661727-ec3f0e4a-316d-4b5b-9ef2-a40acd5e047c.png) Alignment issue: - Operator box size needs to be the same as the other boxes on screen ### Steps to reproduce the behaviour: ![image](https://user-images.githubusercontent.com/79509062/134158629-55619245-26a7-409b-88b4-21ed2952067e.png) ### Important Details - Version: Cloud - OS: Win10 - Browser: Chrome - Environment: Release
non_priority
ux issues on gsheets where condition box description design change for sharp corners where conditions container operator box operator dropdown reduce the size of the operator box since there s an unnecessary scroll that s added when debugger and snipping mode bar is open alignment issue operator box size needs to be the same as the other boxes on screen steps to reproduce the behaviour important details version cloud os browser chrome environment release
0
825,250
31,281,641,907
IssuesEvent
2023-08-22 09:57:27
Automattic/woocommerce-payments
https://api.github.com/repos/Automattic/woocommerce-payments
opened
Visual Issue when Disabling UPE in Firefox
type: bug priority: low needs triage
### Describe the bug When using Firefox, I noticed a visual bug where spacing wasn't getting applied properly when trying to disable UPE. <img width="605" alt="Screenshot 2023-08-22 at 10 53 03" src="https://github.com/Automattic/woocommerce-payments-server/assets/11770181/8d7d4658-1e32-4423-ae7c-3c60dbaa81d9"> ### To Reproduce <!-- Describe the steps to reproduce the behavior. --> 1. Use Firefox 2. Go to `Payments > Settings` 3. Click the `...` next to `Payment Methods` then click `Disable` 4. Verify the spacing doesn't display correctly.
1.0
Visual Issue when Disabling UPE in Firefox - ### Describe the bug When using Firefox, I noticed a visual bug where spacing wasn't getting applied properly when trying to disable UPE. <img width="605" alt="Screenshot 2023-08-22 at 10 53 03" src="https://github.com/Automattic/woocommerce-payments-server/assets/11770181/8d7d4658-1e32-4423-ae7c-3c60dbaa81d9"> ### To Reproduce <!-- Describe the steps to reproduce the behavior. --> 1. Use Firefox 2. Go to `Payments > Settings` 3. Click the `...` next to `Payment Methods` then click `Disable` 4. Verify the spacing doesn't display correctly.
priority
visual issue when disabling upe in firefox describe the bug when using firefox i noticed a visual bug where spacing wasn t getting applied properly when trying to disable upe img width alt screenshot at src to reproduce use firefox go to payments settings click the next to payment methods then click disable verify the spacing doesn t display correctly
1
165,661
6,282,987,830
IssuesEvent
2017-07-19 01:24:26
vmware/vic
https://api.github.com/repos/vmware/vic
closed
Add --detect-server-thumbprint to vic-ui
area/ui priority/medium
**User Statement:** As a UI engineer I would want to improve the VIC UI installer for better user experience. As per #4254, the VIC UI plugin zip files would eventually be served in a web server running on the OVA appliance. This makes it possible to make the UI installer much leaner and more secure in a couple aspects such as not having to SSH into the VC with the root credentials. One change this new approach would demand though is a new flag of the `vic-ui` command that makes it easier to retrieve the SHA-1 thumbprint of the web server serving the VIC UI plugins. **Details:** By default the vSphere Client always uses a secure HTTP connection to retrieve the plugin from the server, so we can safely assume that we will always need to provide `--server-thumbprint` with the `vic-ui-$platform` command. The server thumbprint is currently to be fetched manually. By indicating through a flag like `--detect-server-thumbprint` while running `vic-ui-$platform install`, it will talk to the server, prompt the user for confirmation and proceed with the retrieved thumbprint. **Acceptance Criteria:** 1. `vic-ui-$platform` supports a new flag that does what it's expected to do 2. It should warn the user and prompts for confirmation if they want to accept the thumbprint
1.0
Add --detect-server-thumbprint to vic-ui - **User Statement:** As a UI engineer I would want to improve the VIC UI installer for better user experience. As per #4254, the VIC UI plugin zip files would eventually be served in a web server running on the OVA appliance. This makes it possible to make the UI installer much leaner and more secure in a couple aspects such as not having to SSH into the VC with the root credentials. One change this new approach would demand though is a new flag of the `vic-ui` command that makes it easier to retrieve the SHA-1 thumbprint of the web server serving the VIC UI plugins. **Details:** By default the vSphere Client always uses a secure HTTP connection to retrieve the plugin from the server, so we can safely assume that we will always need to provide `--server-thumbprint` with the `vic-ui-$platform` command. The server thumbprint is currently to be fetched manually. By indicating through a flag like `--detect-server-thumbprint` while running `vic-ui-$platform install`, it will talk to the server, prompt the user for confirmation and proceed with the retrieved thumbprint. **Acceptance Criteria:** 1. `vic-ui-$platform` supports a new flag that does what it's expected to do 2. It should warn the user and prompts for confirmation if they want to accept the thumbprint
priority
add detect server thumbprint to vic ui user statement as a ui engineer i would want to improve the vic ui installer for better user experience as per the vic ui plugin zip files would eventually be served in a web server running on the ova appliance this makes it possible to make the ui installer much leaner and more secure in a couple aspects such as not having to ssh into the vc with the root credentials one change this new approach would demand though is a new flag of the vic ui command that makes it easier to retrieve the sha thumbprint of the web server serving the vic ui plugins details by default the vsphere client always uses a secure http connection to retrieve the plugin from the server so we can safely assume that we will always need to provide server thumbprint with the vic ui platform command the server thumbprint is currently to be fetched manually by indicating through a flag like detect server thumbprint while running vic ui platform install it will talk to the server prompt the user for confirmation and proceed with the retrieved thumbprint acceptance criteria vic ui platform supports a new flag that does what it s expected to do it should warn the user and prompts for confirmation if they want to accept the thumbprint
1
90,212
11,357,340,638
IssuesEvent
2020-01-25 04:04:55
ChrisNZL/Tallowmere2
https://api.github.com/repos/ChrisNZL/Tallowmere2
closed
Poison tick damage sound is too jarring
bug design consideration priority
Needs a softer sound, and possibly its own green screen flash.
1.0
Poison tick damage sound is too jarring - Needs a softer sound, and possibly its own green screen flash.
non_priority
poison tick damage sound is too jarring needs a softer sound and possibly its own green screen flash
0
229,654
18,406,407,851
IssuesEvent
2021-10-12 21:34:59
tomasevich/smart
https://api.github.com/repos/tomasevich/smart
closed
`test` add e2e for fields routes
test
- GET /api/fields - POST /api/fields - title - DELETE /api/fields/:id - deletedAt - PUT /api/fields/:id - title - updatedAt
1.0
`test` add e2e for fields routes - - GET /api/fields - POST /api/fields - title - DELETE /api/fields/:id - deletedAt - PUT /api/fields/:id - title - updatedAt
non_priority
test add for fields routes get api fields post api fields title delete api fields id deletedat put api fields id title updatedat
0
317,063
9,660,538,806
IssuesEvent
2019-05-20 15:42:12
googleapis/google-cloud-python
https://api.github.com/repos/googleapis/google-cloud-python
closed
ImportError: cannot import name 'ciient_info'
api: clouderrorreporting priority: p2 type: bug
`i != l`: https://github.com/googleapis/google-cloud-python/blame/a9bcc2755248d41b7610ceff80cd9357ad7fd04a/error_reporting/google/cloud/error_reporting/client.py#L25 Who reports the error reporter?
1.0
ImportError: cannot import name 'ciient_info' - `i != l`: https://github.com/googleapis/google-cloud-python/blame/a9bcc2755248d41b7610ceff80cd9357ad7fd04a/error_reporting/google/cloud/error_reporting/client.py#L25 Who reports the error reporter?
priority
importerror cannot import name ciient info i l who reports the error reporter
1
237,667
26,085,290,896
IssuesEvent
2022-12-26 01:28:06
rvvergara/javascript-weather-app
https://api.github.com/repos/rvvergara/javascript-weather-app
opened
CVE-2022-37603 (High) detected in loader-utils-1.2.3.tgz
security vulnerability
## CVE-2022-37603 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.2.3.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - css-loader-2.1.0.tgz (Root Library) - :x: **loader-utils-1.2.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/rvvergara/javascript-weather-app/commit/85d39239a1c6f13d375c8c8614481f6bb95b3f6b">85d39239a1c6f13d375c8c8614481f6bb95b3f6b</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the url variable in interpolateName.js. <p>Publish Date: 2022-10-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-37603>CVE-2022-37603</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-3rfm-jhwj-7488">https://github.com/advisories/GHSA-3rfm-jhwj-7488</a></p> <p>Release Date: 2022-10-14</p> <p>Fix Resolution (loader-utils): 2.0.4</p> <p>Direct dependency fix Resolution (css-loader): 2.1.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-37603 (High) detected in loader-utils-1.2.3.tgz - ## CVE-2022-37603 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.2.3.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - css-loader-2.1.0.tgz (Root Library) - :x: **loader-utils-1.2.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/rvvergara/javascript-weather-app/commit/85d39239a1c6f13d375c8c8614481f6bb95b3f6b">85d39239a1c6f13d375c8c8614481f6bb95b3f6b</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the url variable in interpolateName.js. <p>Publish Date: 2022-10-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-37603>CVE-2022-37603</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-3rfm-jhwj-7488">https://github.com/advisories/GHSA-3rfm-jhwj-7488</a></p> <p>Release Date: 2022-10-14</p> <p>Fix Resolution (loader-utils): 2.0.4</p> <p>Direct dependency fix Resolution (css-loader): 2.1.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in loader utils tgz cve high severity vulnerability vulnerable library loader utils tgz utils for webpack loaders library home page a href path to dependency file package json path to vulnerable library node modules loader utils package json dependency hierarchy css loader tgz root library x loader utils tgz vulnerable library found in head commit a href found in base branch master vulnerability details a regular expression denial of service redos flaw was found in function interpolatename in interpolatename js in webpack loader utils via the url variable in interpolatename js publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution loader utils direct dependency fix resolution css loader step up your open source security game with mend
0
26,936
20,922,294,715
IssuesEvent
2022-03-24 18:35:46
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Disabled roslyn-analyzers subscription
area-Infrastructure
I've disabled the roslyn-analyzers => runtime darc/maestro subscription (5465c78f-1281-49a8-f9b0-08d9301a7704) as a bug in the `DisableRuntimeMarshallingAnalyzer` was causing an update convoy issue. Reenable it once the fix is in. cc: @dotnet/runtime-infrastructure
1.0
Disabled roslyn-analyzers subscription - I've disabled the roslyn-analyzers => runtime darc/maestro subscription (5465c78f-1281-49a8-f9b0-08d9301a7704) as a bug in the `DisableRuntimeMarshallingAnalyzer` was causing an update convoy issue. Reenable it once the fix is in. cc: @dotnet/runtime-infrastructure
non_priority
disabled roslyn analyzers subscription i ve disabled the roslyn analyzers runtime darc maestro subscription as a bug in the disableruntimemarshallinganalyzer was causing an update convoy issue reenable it once the fix is in cc dotnet runtime infrastructure
0
343,285
24,766,863,031
IssuesEvent
2022-10-22 16:38:36
AY2223S1-CS2103T-T10-2/tp
https://api.github.com/repos/AY2223S1-CS2103T-T10-2/tp
closed
Update DG
documentation
## To Do Update DG with the features that we have implemented and want to implement.
1.0
Update DG - ## To Do Update DG with the features that we have implemented and want to implement.
non_priority
update dg to do update dg with the features that we have implemented and want to implement
0
144,158
5,536,699,413
IssuesEvent
2017-03-21 20:17:25
CCAFS/MARLO
https://api.github.com/repos/CCAFS/MARLO
closed
Deliverables SubTypes MARLO Family agreement
Priority - Medium Specificity-PIM Type -Task
The MARLO group agreed on a list of types and sub-types of deliverables. It seems that another type has been added since: governance, administration and management. For PIM we would like the types and sub-types to stay unchanged from the original agreement.
1.0
Deliverables SubTypes MARLO Family agreement - The MARLO group agreed on a list of types and sub-types of deliverables. It seems that another type has been added since: governance, administration and management. For PIM we would like the types and sub-types to stay unchanged from the original agreement.
priority
deliverables subtypes marlo family agreement the marlo group agreed on a list of types and sub types of deliverables it seems that another type has been added since governance administration and management for pim we would like the types and sub types to stay unchanged from the original agreement
1
63,038
26,234,970,356
IssuesEvent
2023-01-05 06:03:13
Azure/azure-powershell
https://api.github.com/repos/Azure/azure-powershell
closed
Set-AzPolicyDefinition - white spaces are removed for all provided string values
ARM Service Attention bug customer-reported issue-addressed
### Description New Bug within Az-Resource 6.5 version. When calling Set-AzPolicyDefinition, all (!) spaces are removed for all properties. It's very easy to reproduce. The spaces can be provided for every parameter. For example: Set-AzPolicyDefinition -Name $name ` >> -DisplayName $properties.DisplayName ` >> -Description **"This policy creates a Resource Group to subscription for RSVs."** ` >> -ManagementGroupName $mgmtGroupName ` >> -Mode $properties.Mode ` >> -Policy $policy ` >> -Parameter $parameters ` >> -Metadata $metadata ` >> -Debug Look at the spaces in -Description. All other parameters are built beforhand, and are irrelevant for this showcase. When looking at the PUT REQUEST in the Debug output, the following description is shown: DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: PUT Absolute Uri: https://management.azure.com/providers/Microsoft.Management/managementGroups/RBHQ/providers/Microsoft.Authorization/policydefinitions/dine-vmaas-backupvault-rg?api-version=2021-06-01 Headers: User-Agent : Az.Resources/6.5.0,PSVersion/v7.3.0,AzurePowershell/v9.2.0 ParameterSetName : ManagementGroupNameParameterSet CommandName : Set-AzPolicyDefinition Body: { "name": "dine-vmaas-backupvault-rg", "properties": { "description": "**ThispolicycreatesaResourceGrouptosubscriptionforRSVs.**", So all spaces are removed. This happens for every provided parameter/property/JSON-fragment to Set-AzPolicyDefinition. Tested with allmost every combination. Under Az CmdLet v < 6.5 this was definitely not an issue. This issue may be related to #20386: https://github.com/Azure/azure-powershell/issues/20386 ### Issue script & Debug output ```PowerShell # pls. provde a valid policy object and set $name, $mgmtGroupName, $policy, $parameters, $metadata accordingly Set-AzPolicyDefinition -Name $name ` -DisplayName $displayName ` -Description **"This policy creates a Resource Group to subscription for RSVs."** ` -ManagementGroupName $mgmtGroupName ` -Mode $mode ` -Policy $policy ` -Parameter $parameters ` -Metadata $metadata ` -Debug DEBUG OUTPUT (I had to remove all sensitive information): DEBUG: 16:24:19 - SetAzurePolicyDefinitionCmdlet begin processing with ParameterSet 'ManagementGroupNameParameterSet'. DEBUG: 16:24:19 - using account id '<accountname>'... DEBUG: 16:24:19 - [ConfigManager] Got [False] from [DisplayBreakingChangeWarning], Module = [], Cmdlet = []. DEBUG: [Common.Authentication]: Authenticating using Account: '<accountname>', environment: 'AzureCloud', tenant: '<id>' DEBUG: 16:24:19 - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'<id>', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'<account>' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z] Found 2 cache accounts and 0 broker accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z] Returning 2 accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] MSAL MSAL.NetCore with assembly version '4.46.2.0'. CorrelationId(42cd9b14-3655-4117-8b8f-b2e723e910fd) DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] === AcquireTokenSilent Parameters === DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] LoginHint provided: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Account provided: True DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] ForceRefresh: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] === Request Data === Authority Provided? - True Scopes - https://management.core.windows.net//.default Extra Query Params Keys (space separated) - ApiId - AcquireTokenSilent IsConfidentialClient - False SendX5C - False LoginHint ? False IsBrokerConfigured - False HomeAccountId - False CorrelationId - 42cd9b14-3655-4117-8b8f-b2e723e910fd UserAssertion set: False LongRunningOboCacheKey set: False Region configured: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] === Token Acquisition (SilentRequest) started: Scopes: https://management.core.windows.net//.default Authority Host: login.microsoftonline.com DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Access token has expired or about to expire. [Current time (12/14/2022 15:24:19) - Expiration Time (12/14/2022 14:52:29 +00:00) - Extended Expiration Time (12/14/2022 14:52:29 +00:00)] DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [FindRefreshTokenAsync] Refresh token found in the cache? - True DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Fetching instance discovery from the network from host login.microsoftonline.com. DEBUG: Request [8e931ce2-b92b-4ac9-9375-2e59b7a48abc] GET https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=REDACTED x-client-SKU:REDACTED x-client-Ver:REDACTED x-client-CPU:REDACTED x-client-OS:REDACTED client-request-id:REDACTED return-client-request-id:REDACTED x-app-name:REDACTED x-app-ver:REDACTED x-ms-client-request-id:8e931ce2-b92b-4ac9-9375-2e59b7a48abc x-ms-return-client-request-id:true User-Agent:azsdk-net-Identity/1.6.1,(.NET 7.0.0; Microsoft Windows 10.0.22000) client assembly: Azure.Identity DEBUG: Response [8e931ce2-b92b-4ac9-9375-2e59b7a48abc] 200 OK (00.3s) Cache-Control:max-age=86400, private Strict-Transport-Security:REDACTED X-Content-Type-Options:REDACTED Access-Control-Allow-Origin:REDACTED Access-Control-Allow-Methods:REDACTED P3P:REDACTED client-request-id:REDACTED x-ms-request-id:327265c4-98ff-4492-b187-58ccb1848900 x-ms-ests-server:REDACTED X-XSS-Protection:REDACTED Set-Cookie:REDACTED Date:Wed, 14 Dec 2022 15:24:19 GMT Content-Type:application/json; charset=utf-8 Content-Length:980 DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Authority validation enabled? True. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Authority validation - is known env? True. DEBUG: Request [ce62bc5b-e44b-447d-b03d-a2e2b4f20a17] POST https://login.microsoftonline.com/<id>/oauth2/v2.0/token x-client-SKU:REDACTED x-client-Ver:REDACTED x-client-CPU:REDACTED x-client-OS:REDACTED x-anchormailbox:REDACTED x-client-current-telemetry:REDACTED x-client-last-telemetry:REDACTED x-ms-lib-capability:REDACTED client-request-id:REDACTED return-client-request-id:REDACTED x-app-name:REDACTED x-app-ver:REDACTED x-ms-client-request-id:ce62bc5b-e44b-447d-b03d-a2e2b4f20a17 x-ms-return-client-request-id:true User-Agent:azsdk-net-Identity/1.6.1,(.NET 7.0.0; Microsoft Windows 10.0.22000) Content-Type:application/x-www-form-urlencoded client assembly: Azure.Identity DEBUG: Response [ce62bc5b-e44b-447d-b03d-a2e2b4f20a17] 200 OK (00.2s) Cache-Control:no-store, no-cache Pragma:no-cache Strict-Transport-Security:REDACTED X-Content-Type-Options:REDACTED P3P:REDACTED client-request-id:REDACTED x-ms-request-id:3e724063-a045-40ee-83d4-fc481188d200 x-ms-ests-server:REDACTED x-ms-clitelem:REDACTED X-XSS-Protection:REDACTED Set-Cookie:REDACTED Date:Wed, 14 Dec 2022 15:24:19 GMT Content-Type:application/json; charset=utf-8 Expires:-1 Content-Length:6278 DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Checking client info returned from the server.. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Saving token response to cache.. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [SaveTokenResponseAsync] Saving AT in cache and removing overlapping ATs... DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Looking for scopes for the authority in the cache which intersect with https://management.core.windows.net//.default DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Intersecting scope entries count - 1 DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Matching entries after filtering by user - 1 DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [SaveTokenResponseAsync] Saving Id Token and Account in cache ... DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [SaveTokenResponseAsync] Saving RT in cache... DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Not writing FRT in ADAL legacy cache. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] === Token Acquisition finished successfully: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] AT expiration time: 14.12.2022 16:43:05 +00:00, scopes: https://management.core.windows.net//user_impersonation https://management.core.windows.net//.default. source: IdentityProvider DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Fetched access token from host login.microsoftonline.com. DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2022-12-14T16:43:05.3631445+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '<id>', UserId: '<account>' DEBUG: [Common.Authentication]: Authenticating using Account: '<account>', environment: 'AzureCloud', tenant: '<id>' DEBUG: 16:24:20 - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'<id>', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'<account>' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z] Found 2 cache accounts and 0 broker accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z] Returning 2 accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] MSAL MSAL.NetCore with assembly version '4.46.2.0'. CorrelationId(5dfd53c3-b511-4672-a862-504a494c30db) DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] === AcquireTokenSilent Parameters === DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] LoginHint provided: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] Account provided: True DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] ForceRefresh: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] === Request Data === Authority Provided? - True Scopes - https://management.core.windows.net//.default Extra Query Params Keys (space separated) - ApiId - AcquireTokenSilent IsConfidentialClient - False SendX5C - False LoginHint ? False IsBrokerConfigured - False HomeAccountId - False CorrelationId - 5dfd53c3-b511-4672-a862-504a494c30db UserAssertion set: False LongRunningOboCacheKey set: False Region configured: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] === Token Acquisition (SilentRequest) started: Scopes: https://management.core.windows.net//.default Authority Host: login.microsoftonline.com DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] Access token is not expired. Returning the found cache entry. [Current time (12/14/2022 15:24:20) - Expiration Time (12/14/2022 16:43:05 +00:00) - Extended Expiration Time (12/14/2022 16:43:05 +00:00)] DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] Returning access token found in cache. RefreshOn exists ? False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] === Token Acquisition finished successfully: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] AT expiration time: 14.12.2022 16:43:05 +00:00, scopes: https://management.core.windows.net//user_impersonation https://management.core.windows.net//.default. source: Cache DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2022-12-14T16:43:05.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '<id>', UserId: '<account>' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.azure.com/providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policydefinitions/dine-vmaas-backupvault-rg?api-version=2021-06-01 Headers: User-Agent : Az.Resources/6.5.0,PSVersion/v7.3.0,AzurePowershell/v9.2.0 ParameterSetName : ManagementGroupNameParameterSet CommandName : Set-AzPolicyDefinition Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Cache-Control : no-cache Pragma : no-cache Strict-Transport-Security : max-age=31536000; includeSubDomains Server : Kestrel x-ms-ratelimit-remaining-tenant-reads: 11999 x-ms-request-id : 88af0f68-c1ba-4b0e-b1fb-e692dd8cd82c x-ms-correlation-request-id : 88af0f68-c1ba-4b0e-b1fb-e692dd8cd82c x-ms-routing-request-id : GERMANYNORTH:20221214T152420Z:88af0f68-c1ba-4b0e-b1fb-e692dd8cd82c X-Content-Type-Options : nosniff Date : Wed, 14 Dec 2022 15:24:19 GMT Body: { "properties": { "displayName": "dine-vmaas-backupvault-rg", "policyType": "Custom", "mode": "All", "description": "ThispolicycreatesaResourceGrouptosubscriptionforRSVs.()", "metadata": { "createdBy": "9223d10b-9415-40b9-85e3-acd39f51d237", "createdOn": "2022-06-07T10:30:23.5028101Z", "updatedBy": "9223d10b-9415-40b9-85e3-acd39f51d237", "updatedOn": "2022-12-14T11:53:35.7731819Z" }, "parameters": {}, "policyRule": { "if": { "equals": "Microsoft.Resources/subscriptions", "field": "type" }, "then": { "effect": "deployIfNotExists", "details": { "DeploymentScope": "subscription", "ExistenceScope": "subscription", "deployment": { "properties": { "mode": "incremental", "template": { "contentVersion": "1.0.0.1", "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", "parameters": {}, "resources": [ { "properties": {}, "location": "westeurope", "tags": {}, "apiVersion": "2018-05-01", "name": "dcserver-backupVaults-rg", "type": "Microsoft.Resources/resourceGroups" } ] }, "parameters": {} }, "location": "westeurope" }, "name": "dcserver-backupVaults-rg", "roleDefinitionIds": [ "/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c" ], "type": "Microsoft.Resources/subscriptions/resourceGroups" } } } }, "id": "/providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policyDefinitions/dine-vmaas-backupvault-rg", "type": "Microsoft.Authorization/policyDefinitions", "name": "dine-vmaas-backupvault-rg", "systemData": { "createdBy": "<account>", "createdByType": "User", "createdAt": "2022-06-07T10:30:23.4719617Z", "lastModifiedBy": "<account>", "lastModifiedByType": "User", "lastModifiedAt": "2022-12-14T11:53:35.7040992Z" } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: PUT Absolute Uri: https://management.azure.com/providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policydefinitions/dine-vmaas-backupvault-rg?api-version=2021-06-01 Headers: User-Agent : Az.Resources/6.5.0,PSVersion/v7.3.0,AzurePowershell/v9.2.0 ParameterSetName : ManagementGroupNameParameterSet CommandName : Set-AzPolicyDefinition Body: { "name": "dine-vmaas-backupvault-rg", "properties": { "description": "**ThispolicycreatesaResourceGrouptosubscriptionforRSVs.**", "displayName": "dine-vmaas-backupvault-rg", "policyRule": { "if": { "equals": "Microsoft.Resources/subscriptions", "field": "type" }, "then": { "effect": "deployIfNotExists", "details": { "DeploymentScope": "subscription", "ExistenceScope": "subscription", "deployment": { "properties": { "mode": "incremental", "template": { "contentVersion": "1.0.0.1", "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", "parameters": {}, "resources": [ { "properties": {}, "location": "westeurope", "tags": {}, "apiVersion": "2018-05-01", "name": "dcserver-backupVaults-rg", "type": "Microsoft.Resources/resourceGroups" } ] }, "parameters": {} }, "location": "westeurope" }, "name": "dcserver-backupVaults-rg", "roleDefinitionIds": [ "/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c" ], "type": "Microsoft.Resources/subscriptions/resourceGroups" } } }, "metadata": {}, "parameters": {}, "mode": "All", "policyType": "Custom" } } DEBUG: ============================ HTTP RESPONSE ============================ Status Code: Created Headers: Cache-Control : no-cache Pragma : no-cache Strict-Transport-Security : max-age=31536000; includeSubDomains Server : Kestrel x-ms-ratelimit-remaining-tenant-writes: 1199 x-ms-request-id : 1556c2d7-4522-4ebd-b34d-8b8578cf3074 x-ms-correlation-request-id : 1556c2d7-4522-4ebd-b34d-8b8578cf3074 x-ms-routing-request-id : GERMANYNORTH:20221214T152421Z:1556c2d7-4522-4ebd-b34d-8b8578cf3074 X-Content-Type-Options : nosniff Date : Wed, 14 Dec 2022 15:24:21 GMT Body: { "properties": { "displayName": "dine-vmaas-backupvault-rg", "policyType": "Custom", "mode": "All", "description": "ThispolicycreatesaResourceGrouptosubscriptionforRSVs.", "metadata": { "createdBy": "9223d10b-9415-40b9-85e3-acd39f51d237", "createdOn": "2022-06-07T10:30:23.5028101Z", "updatedBy": "9223d10b-9415-40b9-85e3-acd39f51d237", "updatedOn": "2022-12-14T15:24:21.7332995Z" }, "parameters": {}, "policyRule": { "if": { "equals": "Microsoft.Resources/subscriptions", "field": "type" }, "then": { "effect": "deployIfNotExists", "details": { "DeploymentScope": "subscription", "ExistenceScope": "subscription", "deployment": { "properties": { "mode": "incremental", "template": { "contentVersion": "1.0.0.1", "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", "parameters": {}, "resources": [ { "properties": {}, "location": "westeurope", "tags": {}, "apiVersion": "2018-05-01", "name": "dcserver-backupVaults-rg", "type": "Microsoft.Resources/resourceGroups" } ] }, "parameters": {} }, "location": "westeurope" }, "name": "dcserver-backupVaults-rg", "roleDefinitionIds": [ "/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c" ], "type": "Microsoft.Resources/subscriptions/resourceGroups" } } } }, "id": "/providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policyDefinitions/dine-vmaas-backupvault-rg", "type": "Microsoft.Authorization/policyDefinitions", "name": "dine-vmaas-backupvault-rg", "systemData": { "createdBy": "<account>", "createdByType": "User", "createdAt": "2022-06-07T10:30:23.4719617Z", "lastModifiedBy": "<account>", "lastModifiedByType": "User", "lastModifiedAt": "2022-12-14T15:24:21.6016531Z" } } DEBUG: [Common.Authentication]: Authenticating using Account: '<account>', environment: 'AzureCloud', tenant: '<id>' DEBUG: 16:24:21 - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'<id>', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'<account>' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z] Found 2 cache accounts and 0 broker accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z] Returning 2 accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] MSAL MSAL.NetCore with assembly version '4.46.2.0'. CorrelationId(6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee) DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] === AcquireTokenSilent Parameters === DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] LoginHint provided: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] Account provided: True DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] ForceRefresh: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] === Request Data === Authority Provided? - True Scopes - https://management.core.windows.net//.default Extra Query Params Keys (space separated) - ApiId - AcquireTokenSilent IsConfidentialClient - False SendX5C - False LoginHint ? False IsBrokerConfigured - False HomeAccountId - False CorrelationId - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee UserAssertion set: False LongRunningOboCacheKey set: False Region configured: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] === Token Acquisition (SilentRequest) started: Scopes: https://management.core.windows.net//.default Authority Host: login.microsoftonline.com DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] Access token is not expired. Returning the found cacName : dine-vmaas-backupvault-rg ResourceId : /providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policyDefinitions/dine-vmaas-backupvault-rgResourceName : dine-vmaas-backupvault-rg ResourceType : Microsoft.Authorization/policyDefinitions SubscriptionId : Properties : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties PolicyDefinitionId : /providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policyDefinitions/dine-vmaas-backupvault-rg DEBUG: AzureQoSEvent: Module: Az.Resources:6.5.0; CommandName: Set-AzPolicyDefinition; PSVersion: 7.3.0; IsSuccess: True; Duration: 00:00:02.2504643 DEBUG: 16:24:22 - [ConfigManager] Got nothing from [EnableDataCollection], Module = [], Cmdlet = []. Returning default value [True]. DEBUG: 16:24:22 - SetAzurePolicyDefinitionCmdlet end processing. ``` ### Environment data ```PowerShell Name Value ---- ----- PSVersion 7.3.0 PSEdition Core GitCommitId 7.3.0 OS Microsoft Windows 10.0.22000 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0 ``` ### Module versions ```PowerShell Get-Module Az* ModuleType Version PreRelease Name ExportedCommands ---------- ------- ---------- ---- ---------------- Script 2.10.4 Az.Accounts {Add-AzEnvironment, Clear-AzConfig, Clear-AzContext, Clear-AzDefault…} Script 6.5.0 Az.Resources {Export-AzResourceGroup, Export-AzTemplateSpec, Get-AzDenyAssignment, Get-AzDeployment…} ``` ### Error output _No response_
1.0
Set-AzPolicyDefinition - white spaces are removed for all provided string values - ### Description New Bug within Az-Resource 6.5 version. When calling Set-AzPolicyDefinition, all (!) spaces are removed for all properties. It's very easy to reproduce. The spaces can be provided for every parameter. For example: Set-AzPolicyDefinition -Name $name ` >> -DisplayName $properties.DisplayName ` >> -Description **"This policy creates a Resource Group to subscription for RSVs."** ` >> -ManagementGroupName $mgmtGroupName ` >> -Mode $properties.Mode ` >> -Policy $policy ` >> -Parameter $parameters ` >> -Metadata $metadata ` >> -Debug Look at the spaces in -Description. All other parameters are built beforhand, and are irrelevant for this showcase. When looking at the PUT REQUEST in the Debug output, the following description is shown: DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: PUT Absolute Uri: https://management.azure.com/providers/Microsoft.Management/managementGroups/RBHQ/providers/Microsoft.Authorization/policydefinitions/dine-vmaas-backupvault-rg?api-version=2021-06-01 Headers: User-Agent : Az.Resources/6.5.0,PSVersion/v7.3.0,AzurePowershell/v9.2.0 ParameterSetName : ManagementGroupNameParameterSet CommandName : Set-AzPolicyDefinition Body: { "name": "dine-vmaas-backupvault-rg", "properties": { "description": "**ThispolicycreatesaResourceGrouptosubscriptionforRSVs.**", So all spaces are removed. This happens for every provided parameter/property/JSON-fragment to Set-AzPolicyDefinition. Tested with allmost every combination. Under Az CmdLet v < 6.5 this was definitely not an issue. This issue may be related to #20386: https://github.com/Azure/azure-powershell/issues/20386 ### Issue script & Debug output ```PowerShell # pls. provde a valid policy object and set $name, $mgmtGroupName, $policy, $parameters, $metadata accordingly Set-AzPolicyDefinition -Name $name ` -DisplayName $displayName ` -Description **"This policy creates a Resource Group to subscription for RSVs."** ` -ManagementGroupName $mgmtGroupName ` -Mode $mode ` -Policy $policy ` -Parameter $parameters ` -Metadata $metadata ` -Debug DEBUG OUTPUT (I had to remove all sensitive information): DEBUG: 16:24:19 - SetAzurePolicyDefinitionCmdlet begin processing with ParameterSet 'ManagementGroupNameParameterSet'. DEBUG: 16:24:19 - using account id '<accountname>'... DEBUG: 16:24:19 - [ConfigManager] Got [False] from [DisplayBreakingChangeWarning], Module = [], Cmdlet = []. DEBUG: [Common.Authentication]: Authenticating using Account: '<accountname>', environment: 'AzureCloud', tenant: '<id>' DEBUG: 16:24:19 - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'<id>', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'<account>' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - a9069589-bba4-4a58-890b-bc4c16ab5c44] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z] Found 2 cache accounts and 0 broker accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z] Returning 2 accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] MSAL MSAL.NetCore with assembly version '4.46.2.0'. CorrelationId(42cd9b14-3655-4117-8b8f-b2e723e910fd) DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] === AcquireTokenSilent Parameters === DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] LoginHint provided: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Account provided: True DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] ForceRefresh: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] === Request Data === Authority Provided? - True Scopes - https://management.core.windows.net//.default Extra Query Params Keys (space separated) - ApiId - AcquireTokenSilent IsConfidentialClient - False SendX5C - False LoginHint ? False IsBrokerConfigured - False HomeAccountId - False CorrelationId - 42cd9b14-3655-4117-8b8f-b2e723e910fd UserAssertion set: False LongRunningOboCacheKey set: False Region configured: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] === Token Acquisition (SilentRequest) started: Scopes: https://management.core.windows.net//.default Authority Host: login.microsoftonline.com DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Access token has expired or about to expire. [Current time (12/14/2022 15:24:19) - Expiration Time (12/14/2022 14:52:29 +00:00) - Extended Expiration Time (12/14/2022 14:52:29 +00:00)] DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [FindRefreshTokenAsync] Refresh token found in the cache? - True DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:19Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Fetching instance discovery from the network from host login.microsoftonline.com. DEBUG: Request [8e931ce2-b92b-4ac9-9375-2e59b7a48abc] GET https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=REDACTED x-client-SKU:REDACTED x-client-Ver:REDACTED x-client-CPU:REDACTED x-client-OS:REDACTED client-request-id:REDACTED return-client-request-id:REDACTED x-app-name:REDACTED x-app-ver:REDACTED x-ms-client-request-id:8e931ce2-b92b-4ac9-9375-2e59b7a48abc x-ms-return-client-request-id:true User-Agent:azsdk-net-Identity/1.6.1,(.NET 7.0.0; Microsoft Windows 10.0.22000) client assembly: Azure.Identity DEBUG: Response [8e931ce2-b92b-4ac9-9375-2e59b7a48abc] 200 OK (00.3s) Cache-Control:max-age=86400, private Strict-Transport-Security:REDACTED X-Content-Type-Options:REDACTED Access-Control-Allow-Origin:REDACTED Access-Control-Allow-Methods:REDACTED P3P:REDACTED client-request-id:REDACTED x-ms-request-id:327265c4-98ff-4492-b187-58ccb1848900 x-ms-ests-server:REDACTED X-XSS-Protection:REDACTED Set-Cookie:REDACTED Date:Wed, 14 Dec 2022 15:24:19 GMT Content-Type:application/json; charset=utf-8 Content-Length:980 DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Authority validation enabled? True. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Authority validation - is known env? True. DEBUG: Request [ce62bc5b-e44b-447d-b03d-a2e2b4f20a17] POST https://login.microsoftonline.com/<id>/oauth2/v2.0/token x-client-SKU:REDACTED x-client-Ver:REDACTED x-client-CPU:REDACTED x-client-OS:REDACTED x-anchormailbox:REDACTED x-client-current-telemetry:REDACTED x-client-last-telemetry:REDACTED x-ms-lib-capability:REDACTED client-request-id:REDACTED return-client-request-id:REDACTED x-app-name:REDACTED x-app-ver:REDACTED x-ms-client-request-id:ce62bc5b-e44b-447d-b03d-a2e2b4f20a17 x-ms-return-client-request-id:true User-Agent:azsdk-net-Identity/1.6.1,(.NET 7.0.0; Microsoft Windows 10.0.22000) Content-Type:application/x-www-form-urlencoded client assembly: Azure.Identity DEBUG: Response [ce62bc5b-e44b-447d-b03d-a2e2b4f20a17] 200 OK (00.2s) Cache-Control:no-store, no-cache Pragma:no-cache Strict-Transport-Security:REDACTED X-Content-Type-Options:REDACTED P3P:REDACTED client-request-id:REDACTED x-ms-request-id:3e724063-a045-40ee-83d4-fc481188d200 x-ms-ests-server:REDACTED x-ms-clitelem:REDACTED X-XSS-Protection:REDACTED Set-Cookie:REDACTED Date:Wed, 14 Dec 2022 15:24:19 GMT Content-Type:application/json; charset=utf-8 Expires:-1 Content-Length:6278 DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Checking client info returned from the server.. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Saving token response to cache.. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [SaveTokenResponseAsync] Saving AT in cache and removing overlapping ATs... DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Looking for scopes for the authority in the cache which intersect with https://management.core.windows.net//.default DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Intersecting scope entries count - 1 DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Matching entries after filtering by user - 1 DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [SaveTokenResponseAsync] Saving Id Token and Account in cache ... DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] [SaveTokenResponseAsync] Saving RT in cache... DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Not writing FRT in ADAL legacy cache. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] === Token Acquisition finished successfully: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] AT expiration time: 14.12.2022 16:43:05 +00:00, scopes: https://management.core.windows.net//user_impersonation https://management.core.windows.net//.default. source: IdentityProvider DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 42cd9b14-3655-4117-8b8f-b2e723e910fd] Fetched access token from host login.microsoftonline.com. DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2022-12-14T16:43:05.3631445+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '<id>', UserId: '<account>' DEBUG: [Common.Authentication]: Authenticating using Account: '<account>', environment: 'AzureCloud', tenant: '<id>' DEBUG: 16:24:20 - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'<id>', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'<account>' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - d7510a03-9e4f-492a-b2ab-64fc0961db59] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z] Found 2 cache accounts and 0 broker accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z] Returning 2 accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] MSAL MSAL.NetCore with assembly version '4.46.2.0'. CorrelationId(5dfd53c3-b511-4672-a862-504a494c30db) DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] === AcquireTokenSilent Parameters === DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] LoginHint provided: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] Account provided: True DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] ForceRefresh: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] === Request Data === Authority Provided? - True Scopes - https://management.core.windows.net//.default Extra Query Params Keys (space separated) - ApiId - AcquireTokenSilent IsConfidentialClient - False SendX5C - False LoginHint ? False IsBrokerConfigured - False HomeAccountId - False CorrelationId - 5dfd53c3-b511-4672-a862-504a494c30db UserAssertion set: False LongRunningOboCacheKey set: False Region configured: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] === Token Acquisition (SilentRequest) started: Scopes: https://management.core.windows.net//.default Authority Host: login.microsoftonline.com DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] Access token is not expired. Returning the found cache entry. [Current time (12/14/2022 15:24:20) - Expiration Time (12/14/2022 16:43:05 +00:00) - Extended Expiration Time (12/14/2022 16:43:05 +00:00)] DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] Returning access token found in cache. RefreshOn exists ? False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] === Token Acquisition finished successfully: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:20Z - 5dfd53c3-b511-4672-a862-504a494c30db] AT expiration time: 14.12.2022 16:43:05 +00:00, scopes: https://management.core.windows.net//user_impersonation https://management.core.windows.net//.default. source: Cache DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2022-12-14T16:43:05.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '<id>', UserId: '<account>' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.azure.com/providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policydefinitions/dine-vmaas-backupvault-rg?api-version=2021-06-01 Headers: User-Agent : Az.Resources/6.5.0,PSVersion/v7.3.0,AzurePowershell/v9.2.0 ParameterSetName : ManagementGroupNameParameterSet CommandName : Set-AzPolicyDefinition Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Cache-Control : no-cache Pragma : no-cache Strict-Transport-Security : max-age=31536000; includeSubDomains Server : Kestrel x-ms-ratelimit-remaining-tenant-reads: 11999 x-ms-request-id : 88af0f68-c1ba-4b0e-b1fb-e692dd8cd82c x-ms-correlation-request-id : 88af0f68-c1ba-4b0e-b1fb-e692dd8cd82c x-ms-routing-request-id : GERMANYNORTH:20221214T152420Z:88af0f68-c1ba-4b0e-b1fb-e692dd8cd82c X-Content-Type-Options : nosniff Date : Wed, 14 Dec 2022 15:24:19 GMT Body: { "properties": { "displayName": "dine-vmaas-backupvault-rg", "policyType": "Custom", "mode": "All", "description": "ThispolicycreatesaResourceGrouptosubscriptionforRSVs.()", "metadata": { "createdBy": "9223d10b-9415-40b9-85e3-acd39f51d237", "createdOn": "2022-06-07T10:30:23.5028101Z", "updatedBy": "9223d10b-9415-40b9-85e3-acd39f51d237", "updatedOn": "2022-12-14T11:53:35.7731819Z" }, "parameters": {}, "policyRule": { "if": { "equals": "Microsoft.Resources/subscriptions", "field": "type" }, "then": { "effect": "deployIfNotExists", "details": { "DeploymentScope": "subscription", "ExistenceScope": "subscription", "deployment": { "properties": { "mode": "incremental", "template": { "contentVersion": "1.0.0.1", "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", "parameters": {}, "resources": [ { "properties": {}, "location": "westeurope", "tags": {}, "apiVersion": "2018-05-01", "name": "dcserver-backupVaults-rg", "type": "Microsoft.Resources/resourceGroups" } ] }, "parameters": {} }, "location": "westeurope" }, "name": "dcserver-backupVaults-rg", "roleDefinitionIds": [ "/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c" ], "type": "Microsoft.Resources/subscriptions/resourceGroups" } } } }, "id": "/providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policyDefinitions/dine-vmaas-backupvault-rg", "type": "Microsoft.Authorization/policyDefinitions", "name": "dine-vmaas-backupvault-rg", "systemData": { "createdBy": "<account>", "createdByType": "User", "createdAt": "2022-06-07T10:30:23.4719617Z", "lastModifiedBy": "<account>", "lastModifiedByType": "User", "lastModifiedAt": "2022-12-14T11:53:35.7040992Z" } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: PUT Absolute Uri: https://management.azure.com/providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policydefinitions/dine-vmaas-backupvault-rg?api-version=2021-06-01 Headers: User-Agent : Az.Resources/6.5.0,PSVersion/v7.3.0,AzurePowershell/v9.2.0 ParameterSetName : ManagementGroupNameParameterSet CommandName : Set-AzPolicyDefinition Body: { "name": "dine-vmaas-backupvault-rg", "properties": { "description": "**ThispolicycreatesaResourceGrouptosubscriptionforRSVs.**", "displayName": "dine-vmaas-backupvault-rg", "policyRule": { "if": { "equals": "Microsoft.Resources/subscriptions", "field": "type" }, "then": { "effect": "deployIfNotExists", "details": { "DeploymentScope": "subscription", "ExistenceScope": "subscription", "deployment": { "properties": { "mode": "incremental", "template": { "contentVersion": "1.0.0.1", "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", "parameters": {}, "resources": [ { "properties": {}, "location": "westeurope", "tags": {}, "apiVersion": "2018-05-01", "name": "dcserver-backupVaults-rg", "type": "Microsoft.Resources/resourceGroups" } ] }, "parameters": {} }, "location": "westeurope" }, "name": "dcserver-backupVaults-rg", "roleDefinitionIds": [ "/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c" ], "type": "Microsoft.Resources/subscriptions/resourceGroups" } } }, "metadata": {}, "parameters": {}, "mode": "All", "policyType": "Custom" } } DEBUG: ============================ HTTP RESPONSE ============================ Status Code: Created Headers: Cache-Control : no-cache Pragma : no-cache Strict-Transport-Security : max-age=31536000; includeSubDomains Server : Kestrel x-ms-ratelimit-remaining-tenant-writes: 1199 x-ms-request-id : 1556c2d7-4522-4ebd-b34d-8b8578cf3074 x-ms-correlation-request-id : 1556c2d7-4522-4ebd-b34d-8b8578cf3074 x-ms-routing-request-id : GERMANYNORTH:20221214T152421Z:1556c2d7-4522-4ebd-b34d-8b8578cf3074 X-Content-Type-Options : nosniff Date : Wed, 14 Dec 2022 15:24:21 GMT Body: { "properties": { "displayName": "dine-vmaas-backupvault-rg", "policyType": "Custom", "mode": "All", "description": "ThispolicycreatesaResourceGrouptosubscriptionforRSVs.", "metadata": { "createdBy": "9223d10b-9415-40b9-85e3-acd39f51d237", "createdOn": "2022-06-07T10:30:23.5028101Z", "updatedBy": "9223d10b-9415-40b9-85e3-acd39f51d237", "updatedOn": "2022-12-14T15:24:21.7332995Z" }, "parameters": {}, "policyRule": { "if": { "equals": "Microsoft.Resources/subscriptions", "field": "type" }, "then": { "effect": "deployIfNotExists", "details": { "DeploymentScope": "subscription", "ExistenceScope": "subscription", "deployment": { "properties": { "mode": "incremental", "template": { "contentVersion": "1.0.0.1", "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", "parameters": {}, "resources": [ { "properties": {}, "location": "westeurope", "tags": {}, "apiVersion": "2018-05-01", "name": "dcserver-backupVaults-rg", "type": "Microsoft.Resources/resourceGroups" } ] }, "parameters": {} }, "location": "westeurope" }, "name": "dcserver-backupVaults-rg", "roleDefinitionIds": [ "/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c" ], "type": "Microsoft.Resources/subscriptions/resourceGroups" } } } }, "id": "/providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policyDefinitions/dine-vmaas-backupvault-rg", "type": "Microsoft.Authorization/policyDefinitions", "name": "dine-vmaas-backupvault-rg", "systemData": { "createdBy": "<account>", "createdByType": "User", "createdAt": "2022-06-07T10:30:23.4719617Z", "lastModifiedBy": "<account>", "lastModifiedByType": "User", "lastModifiedAt": "2022-12-14T15:24:21.6016531Z" } } DEBUG: [Common.Authentication]: Authenticating using Account: '<account>', environment: 'AzureCloud', tenant: '<id>' DEBUG: 16:24:21 - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'<id>', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'<account>' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 8da4d3e7-7e1d-4196-ba5f-6b2e64ba24db] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z] Found 2 cache accounts and 0 broker accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z] Returning 2 accounts DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] MSAL MSAL.NetCore with assembly version '4.46.2.0'. CorrelationId(6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee) DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] === AcquireTokenSilent Parameters === DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] LoginHint provided: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] Account provided: True DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] ForceRefresh: False DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] === Request Data === Authority Provided? - True Scopes - https://management.core.windows.net//.default Extra Query Params Keys (space separated) - ApiId - AcquireTokenSilent IsConfidentialClient - False SendX5C - False LoginHint ? False IsBrokerConfigured - False HomeAccountId - False CorrelationId - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee UserAssertion set: False LongRunningOboCacheKey set: False Region configured: DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] === Token Acquisition (SilentRequest) started: Scopes: https://management.core.windows.net//.default Authority Host: login.microsoftonline.com DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.46.2.0 MSAL.NetCore .NET 7.0.0 Microsoft Windows 10.0.22000 [2022-12-14 15:24:21Z - 6384c39f-5b09-4c4b-bb72-da6eb4f1a3ee] Access token is not expired. Returning the found cacName : dine-vmaas-backupvault-rg ResourceId : /providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policyDefinitions/dine-vmaas-backupvault-rgResourceName : dine-vmaas-backupvault-rg ResourceType : Microsoft.Authorization/policyDefinitions SubscriptionId : Properties : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties PolicyDefinitionId : /providers/Microsoft.Management/managementGroups/<groupname>/providers/Microsoft.Authorization/policyDefinitions/dine-vmaas-backupvault-rg DEBUG: AzureQoSEvent: Module: Az.Resources:6.5.0; CommandName: Set-AzPolicyDefinition; PSVersion: 7.3.0; IsSuccess: True; Duration: 00:00:02.2504643 DEBUG: 16:24:22 - [ConfigManager] Got nothing from [EnableDataCollection], Module = [], Cmdlet = []. Returning default value [True]. DEBUG: 16:24:22 - SetAzurePolicyDefinitionCmdlet end processing. ``` ### Environment data ```PowerShell Name Value ---- ----- PSVersion 7.3.0 PSEdition Core GitCommitId 7.3.0 OS Microsoft Windows 10.0.22000 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0 ``` ### Module versions ```PowerShell Get-Module Az* ModuleType Version PreRelease Name ExportedCommands ---------- ------- ---------- ---- ---------------- Script 2.10.4 Az.Accounts {Add-AzEnvironment, Clear-AzConfig, Clear-AzContext, Clear-AzDefault…} Script 6.5.0 Az.Resources {Export-AzResourceGroup, Export-AzTemplateSpec, Get-AzDenyAssignment, Get-AzDeployment…} ``` ### Error output _No response_
non_priority
set azpolicydefinition white spaces are removed for all provided string values description new bug within az resource version when calling set azpolicydefinition all spaces are removed for all properties it s very easy to reproduce the spaces can be provided for every parameter for example set azpolicydefinition name name displayname properties displayname description this policy creates a resource group to subscription for rsvs managementgroupname mgmtgroupname mode properties mode policy policy parameter parameters metadata metadata debug look at the spaces in description all other parameters are built beforhand and are irrelevant for this showcase when looking at the put request in the debug output the following description is shown debug http request http method put absolute uri headers user agent az resources psversion azurepowershell parametersetname managementgroupnameparameterset commandname set azpolicydefinition body name dine vmaas backupvault rg properties description thispolicycreatesaresourcegrouptosubscriptionforrsvs so all spaces are removed this happens for every provided parameter property json fragment to set azpolicydefinition tested with allmost every combination under az cmdlet v this was definitely not an issue this issue may be related to issue script debug output powershell pls provde a valid policy object and set name mgmtgroupname policy parameters metadata accordingly set azpolicydefinition name name displayname displayname description this policy creates a resource group to subscription for rsvs managementgroupname mgmtgroupname mode mode policy policy parameter parameters metadata metadata debug debug output i had to remove all sensitive information debug setazurepolicydefinitioncmdlet begin processing with parameterset managementgroupnameparameterset debug using account id debug got from module cmdlet debug authenticating using account environment azurecloud tenant debug calling sharedtokencachecredential gettokenasync tenantid scopes authorityhost userid debug sharedtokencachecredential gettoken invoked scopes parentrequestid debug false msal msal netcore net microsoft windows islegacyadalcacheenabled yes debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows islegacyadalcacheenabled yes debug false msal msal netcore net microsoft windows islegacyadalcacheenabled yes debug false msal msal netcore net microsoft windows found cache accounts and broker accounts debug false msal msal netcore net microsoft windows returning accounts debug false msal msal netcore net microsoft windows msal msal netcore with assembly version correlationid debug false msal msal netcore net microsoft windows acquiretokensilent parameters debug false msal msal netcore net microsoft windows loginhint provided false debug false msal msal netcore net microsoft windows account provided true debug false msal msal netcore net microsoft windows forcerefresh false debug false msal msal netcore net microsoft windows request data authority provided true scopes extra query params keys space separated apiid acquiretokensilent isconfidentialclient false false loginhint false isbrokerconfigured false homeaccountid false correlationid userassertion set false longrunningobocachekey set false region configured debug false msal msal netcore net microsoft windows token acquisition silentrequest started scopes authority host login microsoftonline com debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows access token has expired or about to expire debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows refresh token found in the cache true debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows fetching instance discovery from the network from host login microsoftonline com debug request get x client sku redacted x client ver redacted x client cpu redacted x client os redacted client request id redacted return client request id redacted x app name redacted x app ver redacted x ms client request id x ms return client request id true user agent azsdk net identity net microsoft windows client assembly azure identity debug response ok cache control max age private strict transport security redacted x content type options redacted access control allow origin redacted access control allow methods redacted redacted client request id redacted x ms request id x ms ests server redacted x xss protection redacted set cookie redacted date wed dec gmt content type application json charset utf content length debug false msal msal netcore net microsoft windows authority validation enabled true debug false msal msal netcore net microsoft windows authority validation is known env true debug request post x client sku redacted x client ver redacted x client cpu redacted x client os redacted x anchormailbox redacted x client current telemetry redacted x client last telemetry redacted x ms lib capability redacted client request id redacted return client request id redacted x app name redacted x app ver redacted x ms client request id x ms return client request id true user agent azsdk net identity net microsoft windows content type application x www form urlencoded client assembly azure identity debug response ok cache control no store no cache pragma no cache strict transport security redacted x content type options redacted redacted client request id redacted x ms request id x ms ests server redacted x ms clitelem redacted x xss protection redacted set cookie redacted date wed dec gmt content type application json charset utf expires content length debug false msal msal netcore net microsoft windows checking client info returned from the server debug false msal msal netcore net microsoft windows saving token response to cache debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows saving at in cache and removing overlapping ats debug false msal msal netcore net microsoft windows looking for scopes for the authority in the cache which intersect with debug false msal msal netcore net microsoft windows intersecting scope entries count debug false msal msal netcore net microsoft windows matching entries after filtering by user debug false msal msal netcore net microsoft windows saving id token and account in cache debug false msal msal netcore net microsoft windows saving rt in cache debug false msal msal netcore net microsoft windows islegacyadalcacheenabled yes debug false msal msal netcore net microsoft windows not writing frt in adal legacy cache debug false msal msal netcore net microsoft windows token acquisition finished successfully debug false msal msal netcore net microsoft windows at expiration time scopes source identityprovider debug false msal msal netcore net microsoft windows fetched access token from host login microsoftonline com debug sharedtokencachecredential gettoken succeeded scopes parentrequestid expireson debug received token with logintype user tenant userid debug authenticating using account environment azurecloud tenant debug calling sharedtokencachecredential gettokenasync tenantid scopes authorityhost userid debug sharedtokencachecredential gettoken invoked scopes parentrequestid debug false msal msal netcore net microsoft windows islegacyadalcacheenabled yes debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows islegacyadalcacheenabled yes debug false msal msal netcore net microsoft windows islegacyadalcacheenabled yes debug false msal msal netcore net microsoft windows found cache accounts and broker accounts debug false msal msal netcore net microsoft windows returning accounts debug false msal msal netcore net microsoft windows msal msal netcore with assembly version correlationid debug false msal msal netcore net microsoft windows acquiretokensilent parameters debug false msal msal netcore net microsoft windows loginhint provided false debug false msal msal netcore net microsoft windows account provided true debug false msal msal netcore net microsoft windows forcerefresh false debug false msal msal netcore net microsoft windows request data authority provided true scopes extra query params keys space separated apiid acquiretokensilent isconfidentialclient false false loginhint false isbrokerconfigured false homeaccountid false correlationid userassertion set false longrunningobocachekey set false region configured debug false msal msal netcore net microsoft windows token acquisition silentrequest started scopes authority host login microsoftonline com debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows access token is not expired returning the found cache entry debug false msal msal netcore net microsoft windows returning access token found in cache refreshon exists false debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows token acquisition finished successfully debug false msal msal netcore net microsoft windows at expiration time scopes source cache debug sharedtokencachecredential gettoken succeeded scopes parentrequestid expireson debug received token with logintype user tenant userid debug http request http method get absolute uri headers user agent az resources psversion azurepowershell parametersetname managementgroupnameparameterset commandname set azpolicydefinition body debug http response status code ok headers cache control no cache pragma no cache strict transport security max age includesubdomains server kestrel x ms ratelimit remaining tenant reads x ms request id x ms correlation request id x ms routing request id germanynorth x content type options nosniff date wed dec gmt body properties displayname dine vmaas backupvault rg policytype custom mode all description thispolicycreatesaresourcegrouptosubscriptionforrsvs metadata createdby createdon updatedby updatedon parameters policyrule if equals microsoft resources subscriptions field type then effect deployifnotexists details deploymentscope subscription existencescope subscription deployment properties mode incremental template contentversion schema parameters resources properties location westeurope tags apiversion name dcserver backupvaults rg type microsoft resources resourcegroups parameters location westeurope name dcserver backupvaults rg roledefinitionids providers microsoft authorization roledefinitions type microsoft resources subscriptions resourcegroups id providers microsoft management managementgroups providers microsoft authorization policydefinitions dine vmaas backupvault rg type microsoft authorization policydefinitions name dine vmaas backupvault rg systemdata createdby createdbytype user createdat lastmodifiedby lastmodifiedbytype user lastmodifiedat debug http request http method put absolute uri headers user agent az resources psversion azurepowershell parametersetname managementgroupnameparameterset commandname set azpolicydefinition body name dine vmaas backupvault rg properties description thispolicycreatesaresourcegrouptosubscriptionforrsvs displayname dine vmaas backupvault rg policyrule if equals microsoft resources subscriptions field type then effect deployifnotexists details deploymentscope subscription existencescope subscription deployment properties mode incremental template contentversion schema parameters resources properties location westeurope tags apiversion name dcserver backupvaults rg type microsoft resources resourcegroups parameters location westeurope name dcserver backupvaults rg roledefinitionids providers microsoft authorization roledefinitions type microsoft resources subscriptions resourcegroups metadata parameters mode all policytype custom debug http response status code created headers cache control no cache pragma no cache strict transport security max age includesubdomains server kestrel x ms ratelimit remaining tenant writes x ms request id x ms correlation request id x ms routing request id germanynorth x content type options nosniff date wed dec gmt body properties displayname dine vmaas backupvault rg policytype custom mode all description thispolicycreatesaresourcegrouptosubscriptionforrsvs metadata createdby createdon updatedby updatedon parameters policyrule if equals microsoft resources subscriptions field type then effect deployifnotexists details deploymentscope subscription existencescope subscription deployment properties mode incremental template contentversion schema parameters resources properties location westeurope tags apiversion name dcserver backupvaults rg type microsoft resources resourcegroups parameters location westeurope name dcserver backupvaults rg roledefinitionids providers microsoft authorization roledefinitions type microsoft resources subscriptions resourcegroups id providers microsoft management managementgroups providers microsoft authorization policydefinitions dine vmaas backupvault rg type microsoft authorization policydefinitions name dine vmaas backupvault rg systemdata createdby createdbytype user createdat lastmodifiedby lastmodifiedbytype user lastmodifiedat debug authenticating using account environment azurecloud tenant debug calling sharedtokencachecredential gettokenasync tenantid scopes authorityhost userid debug sharedtokencachecredential gettoken invoked scopes parentrequestid debug false msal msal netcore net microsoft windows islegacyadalcacheenabled yes debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows islegacyadalcacheenabled yes debug false msal msal netcore net microsoft windows islegacyadalcacheenabled yes debug false msal msal netcore net microsoft windows found cache accounts and broker accounts debug false msal msal netcore net microsoft windows returning accounts debug false msal msal netcore net microsoft windows msal msal netcore with assembly version correlationid debug false msal msal netcore net microsoft windows acquiretokensilent parameters debug false msal msal netcore net microsoft windows loginhint provided false debug false msal msal netcore net microsoft windows account provided true debug false msal msal netcore net microsoft windows forcerefresh false debug false msal msal netcore net microsoft windows request data authority provided true scopes extra query params keys space separated apiid acquiretokensilent isconfidentialclient false false loginhint false isbrokerconfigured false homeaccountid false correlationid userassertion set false longrunningobocachekey set false region configured debug false msal msal netcore net microsoft windows token acquisition silentrequest started scopes authority host login microsoftonline com debug false msal msal netcore net microsoft windows not using a regional authority debug false msal msal netcore net microsoft windows access token is not expired returning the found cacname dine vmaas backupvault rg resourceid providers microsoft management managementgroups providers microsoft authorization policydefinitions dine vmaas backupvault rgresourcename dine vmaas backupvault rg resourcetype microsoft authorization policydefinitions subscriptionid properties microsoft azure commands resourcemanager cmdlets implementation policy pspolicydefinitionproperties policydefinitionid providers microsoft management managementgroups providers microsoft authorization policydefinitions dine vmaas backupvault rg debug azureqosevent module az resources commandname set azpolicydefinition psversion issuccess true duration debug got nothing from module cmdlet returning default value debug setazurepolicydefinitioncmdlet end processing environment data powershell name value psversion psedition core gitcommitid os microsoft windows platform pscompatibleversions … psremotingprotocolversion serializationversion wsmanstackversion module versions powershell get module az moduletype version prerelease name exportedcommands script az accounts add azenvironment clear azconfig clear azcontext clear azdefault… script az resources export azresourcegroup export aztemplatespec get azdenyassignment get azdeployment… error output no response
0
25,750
4,440,070,256
IssuesEvent
2016-08-19 01:00:07
FoldingAtHome/fah-client-pub
https://api.github.com/repos/FoldingAtHome/fah-client-pub
closed
Pause State Not Remembered Through Restart
defect
Trac | Data ---: | :--- Ticket | 1100 Reported by | @PantherX Status | reopened Component | FAHClient Priority | 5 Milestone | v7.4.3 Apparently, in V7.3.11, there was a feature "Slots remember pause status through restart". However, when restarting the FAHClient, the Pause & Finishing state isn't remembered.
1.0
Pause State Not Remembered Through Restart - Trac | Data ---: | :--- Ticket | 1100 Reported by | @PantherX Status | reopened Component | FAHClient Priority | 5 Milestone | v7.4.3 Apparently, in V7.3.11, there was a feature "Slots remember pause status through restart". However, when restarting the FAHClient, the Pause & Finishing state isn't remembered.
non_priority
pause state not remembered through restart trac data ticket reported by pantherx status reopened component fahclient priority milestone apparently in there was a feature slots remember pause status through restart however when restarting the fahclient the pause finishing state isn t remembered
0
76,535
7,534,386,200
IssuesEvent
2018-04-16 07:50:29
Kademi/kademi-dev
https://api.github.com/repos/Kademi/kademi-dev
closed
ContactUs app isnt using configured recipient group
Ready to Test - Dev bug
Even when selecting a recipient group it continues to send emails to the default group "administrators"
1.0
ContactUs app isnt using configured recipient group - Even when selecting a recipient group it continues to send emails to the default group "administrators"
non_priority
contactus app isnt using configured recipient group even when selecting a recipient group it continues to send emails to the default group administrators
0
445,164
12,827,099,639
IssuesEvent
2020-07-06 17:48:48
treehouses/remote
https://api.github.com/repos/treehouses/remote
opened
tunnel: deleting last tor port does not update display
bug low priority
A minor issue that can be easily fixed by navigating to another fragment, but thought should be shared anyways. The label "Retrieving port... Please wait" and the last port does not disappear. ![image](https://user-images.githubusercontent.com/35390215/86623131-07c80900-bf8f-11ea-8c7f-cd6fee3d95ee.png)
1.0
tunnel: deleting last tor port does not update display - A minor issue that can be easily fixed by navigating to another fragment, but thought should be shared anyways. The label "Retrieving port... Please wait" and the last port does not disappear. ![image](https://user-images.githubusercontent.com/35390215/86623131-07c80900-bf8f-11ea-8c7f-cd6fee3d95ee.png)
priority
tunnel deleting last tor port does not update display a minor issue that can be easily fixed by navigating to another fragment but thought should be shared anyways the label retrieving port please wait and the last port does not disappear
1
649,362
21,280,339,531
IssuesEvent
2022-04-14 00:40:10
apcountryman/picolibrary
https://api.github.com/repos/apcountryman/picolibrary
closed
Add single reader, multiple writers circular buffer
priority-normal status-awaiting_review type-feature
Add single reader, multiple writers circular buffer (`::picolibrary::Circular_Buffer<T, Size_Type, N, Single_Reader_Multiple_Writers, Interrupt_Controller>`). - [x] The `Circular_Buffer` template class partial specialization should be defined in the `include/picolibrary/circular_buffer.h`/`source/picolibrary/circular_buffer.cc` header/source file pair - [x] The `Circular_Buffer` template class partial specialization should have the following template parameters: - [x] `typename T`: The circular buffer element type - [x] `typename Size_Type`: The unsigned integer type used to track the number of elements in the circular buffer - [x] `Size_Type N`: The maximum number of elements in the circular buffer (must be a power of two) - [x] `typename Interrupt_Controller`: The type of interrupt controller used to manipulate the interrupt enable state of the interrupts that interact with the circular buffer - [x] The `Circular_Buffer` template class partial specialization should have the following member types: - [x] `using Value = T;`: The circular buffer element type - [x] `using Size = Size_Type;`: The number of elements in the circular buffer - [x] The `Circular_Buffer` template class partial specialization should support the following operations: - [x] `Circular_Buffer( Interrupt_Controller interrupt_controller ) noexcept;` - [x] `~Circular_Buffer() noexcept;` - [x] `auto front() noexcept -> Value volatile &;`: Access the element at the front of the circular buffer - [x] `auto front() const noexcept -> Value volatile const &;`: Access the element at the front of the circular buffer - [x] `auto back() noexcept -> Value volatile &;`: Access the element at the back of the circular buffer - [x] `auto back() const noexcept -> Value volatile const &;`: Access the element at the back of the circular buffer - [x] `[[nodiscard]] auto empty() const noexcept -> bool;`: Check if the circular buffer is empty - [x] `[[nodiscard]] auto full() const noexcept -> bool;`: Check if the circular buffer is full - [x] `auto size() const noexcept -> Size;`: Get the number of elements in the circular buffer - [x] `auto max_size() const noexcept -> Size;`: Get the maximum number of elements in the circular buffer - [x] `void push( Value && value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push( Bypass_Precondition_Expectation_Checks, Value && value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push( Value const & value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push( Bypass_Precondition_Expectation_Checks, Value const & value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace( Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace( Run_Precondition_Expectation_Checks, Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace( Bypass_Precondition_Expectation_Checks, Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `void pop() noexcept;`: Remove the element at the front of the circular buffer - [x] `void pop( Bypass_Precondition_Expectation_Checks ) noexcept;`: Remove the element at the front of the circular buffer - [x] `void clear() noexcept;`: Remove all circular buffer elements - [x] `auto front_from_interrupt() noexcept -> Value volatile &;`: Access the element at the front of the circular buffer - [x] `auto front_from_interrupt() const noexcept -> Value volatile const &;`: Access the element at the front of the circular buffer - [x] `auto back_from_interrupt() noexcept -> Value volatile &;`: Access the element at the back of the circular buffer - [x] `auto back_from_interrupt() const noexcept -> Value volatile const &;`: Access the element at the back of the circular buffer - [x] `[[nodiscard]] auto empty_from_interrupt() const noexcept -> bool;`: Check if the circular buffer is empty - [x] `[[nodiscard]] auto full_from_interrupt() const noexcept -> bool;`: Check if the circular buffer is full - [x] `auto size_from_interrupt() const noexcept -> Size;`: Get the number of elements in the circular buffer - [x] `auto max_size_from_interrupt() const noexcept -> Size;`: Get the maximum number of elements in the circular buffer - [x] `void push_from_interrupt( Value && value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push_from_interrupt( Bypass_Precondition_Expectation_Checks, Value && value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push_from_interrupt( Value const & value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push_from_interrupt( Bypass_Precondition_Expectation_Checks, Value const & value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace_from_interrupt( Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace_from_interrupt( Run_Precondition_Expectation_Checks, Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace_from_interrupt( Bypass_Precondition_Expectation_Checks, Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `void pop_from_interrupt() noexcept;`: Remove the element at the front of the circular buffer - [x] `void pop_from_interrupt( Bypass_Precondition_Expectation_Checks ) noexcept;`: Remove the element at the front of the circular buffer - [x] `void clear_from_interrupt() noexcept;`: Remove all circular buffer elements
1.0
Add single reader, multiple writers circular buffer - Add single reader, multiple writers circular buffer (`::picolibrary::Circular_Buffer<T, Size_Type, N, Single_Reader_Multiple_Writers, Interrupt_Controller>`). - [x] The `Circular_Buffer` template class partial specialization should be defined in the `include/picolibrary/circular_buffer.h`/`source/picolibrary/circular_buffer.cc` header/source file pair - [x] The `Circular_Buffer` template class partial specialization should have the following template parameters: - [x] `typename T`: The circular buffer element type - [x] `typename Size_Type`: The unsigned integer type used to track the number of elements in the circular buffer - [x] `Size_Type N`: The maximum number of elements in the circular buffer (must be a power of two) - [x] `typename Interrupt_Controller`: The type of interrupt controller used to manipulate the interrupt enable state of the interrupts that interact with the circular buffer - [x] The `Circular_Buffer` template class partial specialization should have the following member types: - [x] `using Value = T;`: The circular buffer element type - [x] `using Size = Size_Type;`: The number of elements in the circular buffer - [x] The `Circular_Buffer` template class partial specialization should support the following operations: - [x] `Circular_Buffer( Interrupt_Controller interrupt_controller ) noexcept;` - [x] `~Circular_Buffer() noexcept;` - [x] `auto front() noexcept -> Value volatile &;`: Access the element at the front of the circular buffer - [x] `auto front() const noexcept -> Value volatile const &;`: Access the element at the front of the circular buffer - [x] `auto back() noexcept -> Value volatile &;`: Access the element at the back of the circular buffer - [x] `auto back() const noexcept -> Value volatile const &;`: Access the element at the back of the circular buffer - [x] `[[nodiscard]] auto empty() const noexcept -> bool;`: Check if the circular buffer is empty - [x] `[[nodiscard]] auto full() const noexcept -> bool;`: Check if the circular buffer is full - [x] `auto size() const noexcept -> Size;`: Get the number of elements in the circular buffer - [x] `auto max_size() const noexcept -> Size;`: Get the maximum number of elements in the circular buffer - [x] `void push( Value && value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push( Bypass_Precondition_Expectation_Checks, Value && value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push( Value const & value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push( Bypass_Precondition_Expectation_Checks, Value const & value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace( Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace( Run_Precondition_Expectation_Checks, Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace( Bypass_Precondition_Expectation_Checks, Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `void pop() noexcept;`: Remove the element at the front of the circular buffer - [x] `void pop( Bypass_Precondition_Expectation_Checks ) noexcept;`: Remove the element at the front of the circular buffer - [x] `void clear() noexcept;`: Remove all circular buffer elements - [x] `auto front_from_interrupt() noexcept -> Value volatile &;`: Access the element at the front of the circular buffer - [x] `auto front_from_interrupt() const noexcept -> Value volatile const &;`: Access the element at the front of the circular buffer - [x] `auto back_from_interrupt() noexcept -> Value volatile &;`: Access the element at the back of the circular buffer - [x] `auto back_from_interrupt() const noexcept -> Value volatile const &;`: Access the element at the back of the circular buffer - [x] `[[nodiscard]] auto empty_from_interrupt() const noexcept -> bool;`: Check if the circular buffer is empty - [x] `[[nodiscard]] auto full_from_interrupt() const noexcept -> bool;`: Check if the circular buffer is full - [x] `auto size_from_interrupt() const noexcept -> Size;`: Get the number of elements in the circular buffer - [x] `auto max_size_from_interrupt() const noexcept -> Size;`: Get the maximum number of elements in the circular buffer - [x] `void push_from_interrupt( Value && value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push_from_interrupt( Bypass_Precondition_Expectation_Checks, Value && value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push_from_interrupt( Value const & value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `void push_from_interrupt( Bypass_Precondition_Expectation_Checks, Value const & value ) noexcept;`: Insert a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace_from_interrupt( Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace_from_interrupt( Run_Precondition_Expectation_Checks, Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `template<typename... Arguments> void emplace_from_interrupt( Bypass_Precondition_Expectation_Checks, Arguments &&... arguments ) noexcept;`: Emplace a value at the back of the circular buffer - [x] `void pop_from_interrupt() noexcept;`: Remove the element at the front of the circular buffer - [x] `void pop_from_interrupt( Bypass_Precondition_Expectation_Checks ) noexcept;`: Remove the element at the front of the circular buffer - [x] `void clear_from_interrupt() noexcept;`: Remove all circular buffer elements
priority
add single reader multiple writers circular buffer add single reader multiple writers circular buffer picolibrary circular buffer the circular buffer template class partial specialization should be defined in the include picolibrary circular buffer h source picolibrary circular buffer cc header source file pair the circular buffer template class partial specialization should have the following template parameters typename t the circular buffer element type typename size type the unsigned integer type used to track the number of elements in the circular buffer size type n the maximum number of elements in the circular buffer must be a power of two typename interrupt controller the type of interrupt controller used to manipulate the interrupt enable state of the interrupts that interact with the circular buffer the circular buffer template class partial specialization should have the following member types using value t the circular buffer element type using size size type the number of elements in the circular buffer the circular buffer template class partial specialization should support the following operations circular buffer interrupt controller interrupt controller noexcept circular buffer noexcept auto front noexcept value volatile access the element at the front of the circular buffer auto front const noexcept value volatile const access the element at the front of the circular buffer auto back noexcept value volatile access the element at the back of the circular buffer auto back const noexcept value volatile const access the element at the back of the circular buffer auto empty const noexcept bool check if the circular buffer is empty auto full const noexcept bool check if the circular buffer is full auto size const noexcept size get the number of elements in the circular buffer auto max size const noexcept size get the maximum number of elements in the circular buffer void push value value noexcept insert a value at the back of the circular buffer void push bypass precondition expectation checks value value noexcept insert a value at the back of the circular buffer void push value const value noexcept insert a value at the back of the circular buffer void push bypass precondition expectation checks value const value noexcept insert a value at the back of the circular buffer template void emplace arguments arguments noexcept emplace a value at the back of the circular buffer template void emplace run precondition expectation checks arguments arguments noexcept emplace a value at the back of the circular buffer template void emplace bypass precondition expectation checks arguments arguments noexcept emplace a value at the back of the circular buffer void pop noexcept remove the element at the front of the circular buffer void pop bypass precondition expectation checks noexcept remove the element at the front of the circular buffer void clear noexcept remove all circular buffer elements auto front from interrupt noexcept value volatile access the element at the front of the circular buffer auto front from interrupt const noexcept value volatile const access the element at the front of the circular buffer auto back from interrupt noexcept value volatile access the element at the back of the circular buffer auto back from interrupt const noexcept value volatile const access the element at the back of the circular buffer auto empty from interrupt const noexcept bool check if the circular buffer is empty auto full from interrupt const noexcept bool check if the circular buffer is full auto size from interrupt const noexcept size get the number of elements in the circular buffer auto max size from interrupt const noexcept size get the maximum number of elements in the circular buffer void push from interrupt value value noexcept insert a value at the back of the circular buffer void push from interrupt bypass precondition expectation checks value value noexcept insert a value at the back of the circular buffer void push from interrupt value const value noexcept insert a value at the back of the circular buffer void push from interrupt bypass precondition expectation checks value const value noexcept insert a value at the back of the circular buffer template void emplace from interrupt arguments arguments noexcept emplace a value at the back of the circular buffer template void emplace from interrupt run precondition expectation checks arguments arguments noexcept emplace a value at the back of the circular buffer template void emplace from interrupt bypass precondition expectation checks arguments arguments noexcept emplace a value at the back of the circular buffer void pop from interrupt noexcept remove the element at the front of the circular buffer void pop from interrupt bypass precondition expectation checks noexcept remove the element at the front of the circular buffer void clear from interrupt noexcept remove all circular buffer elements
1
122,602
26,149,715,408
IssuesEvent
2022-12-30 11:38:29
liberland/liberland_frontend
https://api.github.com/repos/liberland/liberland_frontend
opened
Missing/broken source maps
code-quality
When working with `yarn run dev` (didn't test the prod), all traces reference the generated webpack code instead of the source.
1.0
Missing/broken source maps - When working with `yarn run dev` (didn't test the prod), all traces reference the generated webpack code instead of the source.
non_priority
missing broken source maps when working with yarn run dev didn t test the prod all traces reference the generated webpack code instead of the source
0
12,229
3,059,514,932
IssuesEvent
2015-08-14 15:23:06
cfpb/design-manual
https://api.github.com/repos/cfpb/design-manual
closed
Hero graphic standards and hierarchy
1 - Working content strategy design FEWD UI
As I look across the landscape of our website (and micro-sites) I have noticed a lack of consistency in how we design our hero graphics. Digging a little deeper I see that the issue is more complex than this and points to the absence of a global visual and content strategy/map for our current site. As we build new product sections, individual teams are coming up with solutions that make sense for their products, trying their best to make global considerations. But ultimately we are left with a landscape that lacks consistency. #### The current landscape In looking over the landscape there are a number of inconsistencies. In creating a standard and hierarchy, the first step would be to consider where we can create greater consistency. Some of current inconsistencies (opportunities for greater consistency) include: ##### Type size and weight In some heroes we use the Display header and in others we use Header 1. There isn't a hero hierarchy reason for this distinction. It has more to do with what fits. With that being said, we seem to be trending toward the H1 hero headline. ##### Height The height of our hero graphics is inconsistent. I suspect that we are basing the height on the length of the content. It seems like it would make more sense for our heroes (at each level) to be a consistent height. Content could be written to fit the space and if it's too long we could work with the product owner to cut it down or rearrange it on the page. ##### Illustration approach On our current site, I found a diversity of illustration approaches including front facing illustration object still life no bleed (Paying for College), front facing illustration/object still life with bleed (Paying for College), zoomed in front facing full bleed (OaH), isocons in circles (HMDA), no illustration with button (Submit a complaint), top facing objects on a table (Paying for College), circle illustration (OaH secondary hero page). Flapjack has explored the top facing objects on a table approach, the full scene/full bleed approach, and the front facing objects approach. Here's the landscape: ![screen shot 2015-04-02 at 6 40 16 pm](https://cloud.githubusercontent.com/assets/6887128/6975622/69a1fa0a-d96c-11e4-8ac1-2c16b39eeaed.png) Some points to consider: #### What hero levels do we need? Flapjack has done a lot of mapping out/thinking about the types of heroes that will exist in the future state of consumerfinance.gov, see issue 17 In order to start addressing our current content and the content that is being built out and released now, it would be beneficial to start to think about our hero landscape on a more global level (to include present and future states of the website). ##### Website homepage hero FJ's card hero style could be tested but I suspect that some adjustments would be needed to fit the content. In the past we have received push back on updating the homepage hero so I suspect that a full update to the FJ style may not be in the cards. If only a light refresh is possible, we could rather easily come up with a stop gap that is at least true to our basic hero graphic style - and include our current color palette and fonts. The existing hero style is now more than three (going on 4) years old, includes a gradient, a blue that is not in our palette, and Georgia. ##### Consumer products There are a number of consumer products (and pages) in various stages of development. Owning a Home, Social Security, and the intermediaries pages all include various hero spaces. Already built our consumer products would include Ask CFPB, Know Before You Owe, Paying for College, Submit a complaint, etc. Using our current hero style as a starting point, could we come up with a global approach for our consumer product heroes? * Primary Product hero * Secondary product hero * Tertiary product hero (is there a need for a 3rd level) ##### Other pages? In the future state of cf.gov there are heroes for additional pages. ##### Conclusion I can propose some hero standards but first I wanted to bring people together to discuss this. I know that Owning a Home, Social Security, and Intermediaries are all working on pages that touch on the need for a hero hierarchy and some hero more concrete standards. At minimum I would like to start to get some of our existing hero standards zipped up and captured in our Design Manual.
1.0
Hero graphic standards and hierarchy - As I look across the landscape of our website (and micro-sites) I have noticed a lack of consistency in how we design our hero graphics. Digging a little deeper I see that the issue is more complex than this and points to the absence of a global visual and content strategy/map for our current site. As we build new product sections, individual teams are coming up with solutions that make sense for their products, trying their best to make global considerations. But ultimately we are left with a landscape that lacks consistency. #### The current landscape In looking over the landscape there are a number of inconsistencies. In creating a standard and hierarchy, the first step would be to consider where we can create greater consistency. Some of current inconsistencies (opportunities for greater consistency) include: ##### Type size and weight In some heroes we use the Display header and in others we use Header 1. There isn't a hero hierarchy reason for this distinction. It has more to do with what fits. With that being said, we seem to be trending toward the H1 hero headline. ##### Height The height of our hero graphics is inconsistent. I suspect that we are basing the height on the length of the content. It seems like it would make more sense for our heroes (at each level) to be a consistent height. Content could be written to fit the space and if it's too long we could work with the product owner to cut it down or rearrange it on the page. ##### Illustration approach On our current site, I found a diversity of illustration approaches including front facing illustration object still life no bleed (Paying for College), front facing illustration/object still life with bleed (Paying for College), zoomed in front facing full bleed (OaH), isocons in circles (HMDA), no illustration with button (Submit a complaint), top facing objects on a table (Paying for College), circle illustration (OaH secondary hero page). Flapjack has explored the top facing objects on a table approach, the full scene/full bleed approach, and the front facing objects approach. Here's the landscape: ![screen shot 2015-04-02 at 6 40 16 pm](https://cloud.githubusercontent.com/assets/6887128/6975622/69a1fa0a-d96c-11e4-8ac1-2c16b39eeaed.png) Some points to consider: #### What hero levels do we need? Flapjack has done a lot of mapping out/thinking about the types of heroes that will exist in the future state of consumerfinance.gov, see issue 17 In order to start addressing our current content and the content that is being built out and released now, it would be beneficial to start to think about our hero landscape on a more global level (to include present and future states of the website). ##### Website homepage hero FJ's card hero style could be tested but I suspect that some adjustments would be needed to fit the content. In the past we have received push back on updating the homepage hero so I suspect that a full update to the FJ style may not be in the cards. If only a light refresh is possible, we could rather easily come up with a stop gap that is at least true to our basic hero graphic style - and include our current color palette and fonts. The existing hero style is now more than three (going on 4) years old, includes a gradient, a blue that is not in our palette, and Georgia. ##### Consumer products There are a number of consumer products (and pages) in various stages of development. Owning a Home, Social Security, and the intermediaries pages all include various hero spaces. Already built our consumer products would include Ask CFPB, Know Before You Owe, Paying for College, Submit a complaint, etc. Using our current hero style as a starting point, could we come up with a global approach for our consumer product heroes? * Primary Product hero * Secondary product hero * Tertiary product hero (is there a need for a 3rd level) ##### Other pages? In the future state of cf.gov there are heroes for additional pages. ##### Conclusion I can propose some hero standards but first I wanted to bring people together to discuss this. I know that Owning a Home, Social Security, and Intermediaries are all working on pages that touch on the need for a hero hierarchy and some hero more concrete standards. At minimum I would like to start to get some of our existing hero standards zipped up and captured in our Design Manual.
non_priority
hero graphic standards and hierarchy as i look across the landscape of our website and micro sites i have noticed a lack of consistency in how we design our hero graphics digging a little deeper i see that the issue is more complex than this and points to the absence of a global visual and content strategy map for our current site as we build new product sections individual teams are coming up with solutions that make sense for their products trying their best to make global considerations but ultimately we are left with a landscape that lacks consistency the current landscape in looking over the landscape there are a number of inconsistencies in creating a standard and hierarchy the first step would be to consider where we can create greater consistency some of current inconsistencies opportunities for greater consistency include type size and weight in some heroes we use the display header and in others we use header there isn t a hero hierarchy reason for this distinction it has more to do with what fits with that being said we seem to be trending toward the hero headline height the height of our hero graphics is inconsistent i suspect that we are basing the height on the length of the content it seems like it would make more sense for our heroes at each level to be a consistent height content could be written to fit the space and if it s too long we could work with the product owner to cut it down or rearrange it on the page illustration approach on our current site i found a diversity of illustration approaches including front facing illustration object still life no bleed paying for college front facing illustration object still life with bleed paying for college zoomed in front facing full bleed oah isocons in circles hmda no illustration with button submit a complaint top facing objects on a table paying for college circle illustration oah secondary hero page flapjack has explored the top facing objects on a table approach the full scene full bleed approach and the front facing objects approach here s the landscape some points to consider what hero levels do we need flapjack has done a lot of mapping out thinking about the types of heroes that will exist in the future state of consumerfinance gov see issue in order to start addressing our current content and the content that is being built out and released now it would be beneficial to start to think about our hero landscape on a more global level to include present and future states of the website website homepage hero fj s card hero style could be tested but i suspect that some adjustments would be needed to fit the content in the past we have received push back on updating the homepage hero so i suspect that a full update to the fj style may not be in the cards if only a light refresh is possible we could rather easily come up with a stop gap that is at least true to our basic hero graphic style and include our current color palette and fonts the existing hero style is now more than three going on years old includes a gradient a blue that is not in our palette and georgia consumer products there are a number of consumer products and pages in various stages of development owning a home social security and the intermediaries pages all include various hero spaces already built our consumer products would include ask cfpb know before you owe paying for college submit a complaint etc using our current hero style as a starting point could we come up with a global approach for our consumer product heroes primary product hero secondary product hero tertiary product hero is there a need for a level other pages in the future state of cf gov there are heroes for additional pages conclusion i can propose some hero standards but first i wanted to bring people together to discuss this i know that owning a home social security and intermediaries are all working on pages that touch on the need for a hero hierarchy and some hero more concrete standards at minimum i would like to start to get some of our existing hero standards zipped up and captured in our design manual
0
33,998
9,231,092,068
IssuesEvent
2019-03-13 00:44:53
ApolloAuto/apollo
https://api.github.com/repos/ApolloAuto/apollo
closed
Ubunut 16.04 rc_3.5: apollo.sh build_no_perception errror
Module: Build Module: Perception Type: Help wanted
I have come across the following error when build for apollo rc_3.5 with no perception on Ubuntu 16.04. Could you help me on this problem? Thank you. /apollo/modules/map/relative_map/BUILD:71:1: Linking of rule '//modules/map/relative_map:librelative_map_component.so' failed (Exit 1). /usr/bin/ld: bazel-out/local-opt/bin/modules/map/relative_map/librelative_map_component_lib.a(relative_map_component.o): relocation R_X86_64_32S against `_ZTVN6apollo5cyber9transport19ListenerHandlerBaseE' can not be used when making a shared object; recompile with -fPIC bazel-out/local-opt/bin/modules/map/relative_map/librelative_map_component_lib.a(relative_map_component.o): error adding symbols: Bad value collect2: error: ld returned 1 exit status
1.0
Ubunut 16.04 rc_3.5: apollo.sh build_no_perception errror - I have come across the following error when build for apollo rc_3.5 with no perception on Ubuntu 16.04. Could you help me on this problem? Thank you. /apollo/modules/map/relative_map/BUILD:71:1: Linking of rule '//modules/map/relative_map:librelative_map_component.so' failed (Exit 1). /usr/bin/ld: bazel-out/local-opt/bin/modules/map/relative_map/librelative_map_component_lib.a(relative_map_component.o): relocation R_X86_64_32S against `_ZTVN6apollo5cyber9transport19ListenerHandlerBaseE' can not be used when making a shared object; recompile with -fPIC bazel-out/local-opt/bin/modules/map/relative_map/librelative_map_component_lib.a(relative_map_component.o): error adding symbols: Bad value collect2: error: ld returned 1 exit status
non_priority
ubunut rc apollo sh build no perception errror i have come across the following error when build for apollo rc with no perception on ubuntu could you help me on this problem thank you apollo modules map relative map build linking of rule modules map relative map librelative map component so failed exit usr bin ld bazel out local opt bin modules map relative map librelative map component lib a relative map component o relocation r against can not be used when making a shared object recompile with fpic bazel out local opt bin modules map relative map librelative map component lib a relative map component o error adding symbols bad value error ld returned exit status
0
119,925
15,651,739,588
IssuesEvent
2021-03-23 10:32:43
h2oai/wave-ml
https://api.github.com/repos/h2oai/wave-ml
opened
Use MLOps to deploy DAI models
area/core type/design
## Goal If *MLOps* is available, API should be able to deploy and make predictions on a deployed model.
1.0
Use MLOps to deploy DAI models - ## Goal If *MLOps* is available, API should be able to deploy and make predictions on a deployed model.
non_priority
use mlops to deploy dai models goal if mlops is available api should be able to deploy and make predictions on a deployed model
0
256,221
8,127,040,414
IssuesEvent
2018-08-17 06:18:28
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
Move vtk src from 3rd party to a higher level vendor branches loc in svn repo
Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal
-----------------------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: 188 Status: Resolved Project: VisIt Tracker: Feature Priority: Normal Subject: Move vtk src from 3rd party to a higher level vendor branches loc in svn repo Assigned to: Cyrus Harrison Category: Target version: 2.0.2 Author: Cyrus Harrison Start: 06/29/2010 Due date: % Done: 0 Estimated time: Created: 06/29/2010 07:32 pm Updated: 06/30/2010 01:04 pm Likelihood: Severity: Found in version: Impact: 3 - Medium Expected Use: 3 - Occasional OS: All Support Group: Any Description: Comments: B/c it contains a few versions of the entire vtk source, moving it to vendor_branches was makes it much easier to checkout the 'third_party' directory.Resolved on the trunk with checkins r11799 & r11800.
1.0
Move vtk src from 3rd party to a higher level vendor branches loc in svn repo - -----------------------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: 188 Status: Resolved Project: VisIt Tracker: Feature Priority: Normal Subject: Move vtk src from 3rd party to a higher level vendor branches loc in svn repo Assigned to: Cyrus Harrison Category: Target version: 2.0.2 Author: Cyrus Harrison Start: 06/29/2010 Due date: % Done: 0 Estimated time: Created: 06/29/2010 07:32 pm Updated: 06/30/2010 01:04 pm Likelihood: Severity: Found in version: Impact: 3 - Medium Expected Use: 3 - Occasional OS: All Support Group: Any Description: Comments: B/c it contains a few versions of the entire vtk source, moving it to vendor_branches was makes it much easier to checkout the 'third_party' directory.Resolved on the trunk with checkins r11799 & r11800.
priority
move vtk src from party to a higher level vendor branches loc in svn repo 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 resolved project visit tracker feature priority normal subject move vtk src from party to a higher level vendor branches loc in svn repo assigned to cyrus harrison category target version author cyrus harrison start due date done estimated time created pm updated pm likelihood severity found in version impact medium expected use occasional os all support group any description comments b c it contains a few versions of the entire vtk source moving it to vendor branches was makes it much easier to checkout the third party directory resolved on the trunk with checkins
1
267,477
23,303,064,156
IssuesEvent
2022-08-07 16:07:13
JonasMuehlmann/datastructures.go
https://api.github.com/repos/JonasMuehlmann/datastructures.go
closed
Compare lists after operations, to require correctnes
todo tests
Compare lists after operations, to require correctnes func BenchmarkHashMapRemove(b *testing.B) { b.StopTimer() variants := []struct { name string f func(n int, name string) }{ { name: "Ours", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[string]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() for i := 0; i < n; i++ { m.Remove(utils.BasicComparator[int], i) } b.StopTimer() }, }, { name: "Raw", f: func(n int, name string) { m := make(map[int]string) for i := 0; i < n; i++ { m[i] = "foo" } b.StartTimer() for i := 0; i < n; i++ { delete(m, i) } b.StopTimer() }, }, } for _, variant := range variants { tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) } } b.StopTimer() variants := []struct { name string f func(n int, name string) }{ { name: "Ours", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() for i := 0; i < n; i++ { _, _ = m.Get(i) } b.StopTimer() }, }, { name: "Raw", f: func(n int, name string) { m := make(map[int]string) for i := 0; i < n; i++ { m[i] = "foo" } b.StartTimer() for i := 0; i < n; i++ { _, _ = m[i] } b.StopTimer() }, }, } tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) } } b.StopTimer() variants := []struct { name string f func(n int, name string) }{ { name: "Ours", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) b.StartTimer() for i := 0; i < n; i++ { m.Put(i, "foo") } b.StopTimer() }, }, { name: "Raw", f: func(n int, name string) { m := make(map[int]string) b.StartTimer() for i := 0; i < n; i++ { m[i] = "foo" } b.StopTimer() }, }, } for _, variant := range variants { tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) } } b.StopTimer() variants := []struct { name string f func(n int, name string) }{ { name: "Ours", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() _ = m.GetKeys() b.StopTimer() }, }, { name: "golang.org_x_exp", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() _ = maps.Keys(m.) b.StopTimer() }, }, } tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) } } b.StopTimer() variants := []struct { name string f func(n int, name string) }{ { name: "Ours", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() _ = m.GetValues() b.StopTimer() }, }, { name: "golang.org_x_exp", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() _ = maps.Values(m.m) b.StopTimer() }, }, } tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) } } https://github.com/JonasMuehlmann/datastructures.go/blob/803246961a475773af77a3b3f5f7ab0ef01fafa7/trees/avltree/avltree_test.go#L554 ```golang // Copyright (c) 2022, Jonas Muehlmann. All rights reserved. // Copyright (c) 2015, Emir Pasic. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package avltree import ( "testing" "github.com/JonasMuehlmann/datastructures.go/maps/hashmap" "github.com/JonasMuehlmann/datastructures.go/utils" "github.com/stretchr/testify/assert" ) func TestRemove(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] newMap *Tree[string, int] toRemove string }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), newMap: New[string, int](utils.BasicComparator[string]), toRemove: "foo", }, { name: "single item", toRemove: "foo", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), newMap: New[string, int](utils.BasicComparator[string]), }, { name: "single item, target does not exist", toRemove: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), }, { name: "3 items", toRemove: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "baz": 3}), }, } for _, test := range tests { test.originalMap.Remove(test.toRemove) assert.Equalf(t, test.originalMap.GetValues(), test.newMap.GetValues(), test.name) } } func TestPut(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] newMap *Tree[string, int] keyToAdd string valueToAdd int }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), keyToAdd: "foo", valueToAdd: 1, }, { name: "single item", keyToAdd: "foo", valueToAdd: 1, newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), originalMap: New[string, int](utils.BasicComparator[string]), }, { name: "single item, overwrite", keyToAdd: "foo", valueToAdd: 2, originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 2}), }, { name: "3 items", keyToAdd: "bar", valueToAdd: 2, originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "baz": 3}), newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), }, } for _, test := range tests { test.originalMap.Put(test.keyToAdd, test.valueToAdd) assert.Equalf(t, test.originalMap.GetValues(), test.newMap.GetValues(), test.name) } } func TestGet(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] keyToGet string value int found bool }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), keyToGet: "foo", found: false, }, { name: "single item", keyToGet: "foo", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), value: 1, found: true, }, { name: "single item, target does not exist", keyToGet: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), found: false, }, { name: "3 items", keyToGet: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), value: 2, found: true, }, } for _, test := range tests { value, found := test.originalMap.Get(test.keyToGet) assert.Equalf(t, test.value, value, test.name) assert.Equalf(t, test.found, found, test.name) } } func TestGetNode(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] keyToGet string value int found bool }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), keyToGet: "foo", found: false, }, { name: "single item", keyToGet: "foo", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), value: 1, found: true, }, { name: "single item, target does not exist", keyToGet: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), found: false, }, { name: "3 items", keyToGet: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), value: 2, found: true, }, } for _, test := range tests { node := test.originalMap.GetNode(test.keyToGet) assert.Equalf(t, test.found, node != nil, test.name) if test.found { assert.Equalf(t, test.value, node.Value, test.name) } } } func TestRight(t *testing.T) { tests := []struct { name string originalMap *Tree[int, string] value string found bool }{ { name: "empty list", originalMap: New[int, string](utils.BasicComparator[int]), found: false, }, { name: "single item", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo"}), value: "foo", found: true, }, { name: "3 items", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo", 2: "bar", 3: "baz"}), value: "baz", found: true, }, } for _, test := range tests { node := test.originalMap.Right() assert.Equalf(t, test.found, node != nil, test.name) if test.found { assert.Equalf(t, test.value, node.Value, test.name) } } } func TestLeft(t *testing.T) { tests := []struct { name string originalMap *Tree[int, string] value string found bool }{ { name: "empty list", originalMap: New[int, string](utils.BasicComparator[int]), found: false, }, { name: "single item", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo"}), value: "foo", found: true, }, { name: "3 items", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo", 2: "bar", 3: "baz"}), value: "foo", found: true, }, } for _, test := range tests { node := test.originalMap.Left() assert.Equalf(t, test.found, node != nil, test.name) if test.found { assert.Equalf(t, test.value, node.Value, test.name) } } } func TestCeiling(t *testing.T) { tests := []struct { name string originalMap *Tree[int, string] key int value string found bool }{ { name: "empty list", originalMap: New[int, string](utils.BasicComparator[int]), key: 1, found: false, }, { name: "single item", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo"}), value: "foo", found: true, }, { name: "3 items", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{0: "foo", 2: "bar", 3: "baz"}), key: 1, value: "bar", found: true, }, { name: "3 items, no ceilling", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo", 2: "bar", 3: "baz"}), key: 4, found: false, }, } for _, test := range tests { node, found := test.originalMap.Ceiling(test.key) assert.Equalf(t, test.found, found, test.name) if test.found { assert.Equalf(t, test.value, node.Value, test.name) } } } func TestFloor(t *testing.T) { tests := []struct { name string originalMap *Tree[int, string] key int value string found bool }{ { name: "empty list", originalMap: New[int, string](utils.BasicComparator[int]), key: 1, found: false, }, { name: "single item", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo"}), key: 1, value: "foo", found: true, }, { name: "3 items", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo", 2: "bar", 4: "baz"}), key: 3, value: "bar", found: true, }, { name: "3 items, no floor", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo", 2: "bar", 3: "baz"}), key: 0, found: false, }, } for _, test := range tests { node, found := test.originalMap.Floor(test.key) assert.Equalf(t, test.found, found, test.name) if test.found { assert.Equalf(t, test.value, node.Value, test.name) } } } func TestGetKeys(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] keys []string }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), keys: []string{}, }, { name: "single item", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), keys: []string{"foo"}, }, { name: "3 items", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), keys: []string{"foo", "bar", "baz"}, }, } for _, test := range tests { keys := test.originalMap.GetKeys() assert.ElementsMatch(t, test.keys, keys, test.name) } } func TestGetValues(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] values []int }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), values: []int{}, }, { name: "single item", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), values: []int{1}, }, { name: "3 items", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), values: []int{1, 2, 3}, }, } for _, test := range tests { values := test.originalMap.GetValues() assert.ElementsMatch(t, test.values, values, test.name) } } func TestIsEmpty(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] isEmpty bool }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), isEmpty: true, }, { name: "single item", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), isEmpty: false, }, { name: "3 items", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), isEmpty: false, }, } for _, test := range tests { isEmpty := test.originalMap.IsEmpty() assert.Equal(t, test.isEmpty, isEmpty, test.name) } } func TestClear(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] isEmptyBefore bool isEmptyAfter bool }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), isEmptyBefore: true, isEmptyAfter: true, }, { name: "single item", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), isEmptyBefore: false, isEmptyAfter: true, }, { name: "3 items", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), isEmptyBefore: false, isEmptyAfter: true, }, } for _, test := range tests { isEmptyBefore := test.originalMap.IsEmpty() assert.Equal(t, test.isEmptyBefore, isEmptyBefore, test.name) test.originalMap.Clear() isEmptAfter := test.originalMap.IsEmpty() assert.Equal(t, test.isEmptyAfter, isEmptAfter, test.name) } } func TestNewFromIteratorWith(t *testing.T) { tests := []struct { name string originalMap *hashmap.Map[string, int] }{ { name: "empty list", originalMap: hashmap.New[string, int](), }, { name: "single item", originalMap: hashmap.NewFromMap[string, int](map[string]int{"foo": 1}), }, { name: "3 items", originalMap: hashmap.NewFromMap[string, int](map[string]int{"foo": 1, "bar": 2, "baz": 3}), }, } for _, test := range tests { it := test.originalMap.OrderedBegin(utils.BasicComparator[string]) newMap := NewFromIterator[string, int](utils.BasicComparator[string], it) assert.ElementsMatchf(t, test.originalMap.GetValues(), newMap.GetValues(), test.name) } } func TestNewFromIteratorsWith(t *testing.T) { tests := []struct { name string originalMap *hashmap.Map[string, int] }{ { name: "empty list", originalMap: hashmap.New[string, int](), }, { name: "single item", originalMap: hashmap.NewFromMap[string, int](map[string]int{"foo": 1}), }, { name: "3 items", originalMap: hashmap.NewFromMap[string, int](map[string]int{"foo": 1, "bar": 2, "baz": 3}), }, } for _, test := range tests { beign := test.originalMap.OrderedBegin(utils.BasicComparator[string]) end := test.originalMap.OrderedEnd(utils.BasicComparator[string]) newMap := NewFromIterators[string, int](utils.BasicComparator[string], beign, end) assert.ElementsMatchf(t, test.originalMap.GetValues(), newMap.GetValues(), test.name) } } // TODO: Compare lists after operations, to require correctnes // func BenchmarkHashMapRemove(b *testing.B) { // b.StopTimer() // variants := []struct { // name string // f func(n int, name string) // }{ // { // name: "Ours", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[string]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // for i := 0; i < n; i++ { // m.Remove(utils.BasicComparator[int], i) // } // b.StopTimer() // }, // }, // { // name: "Raw", // f: func(n int, name string) { // m := make(map[int]string) // for i := 0; i < n; i++ { // m[i] = "foo" // } // b.StartTimer() // for i := 0; i < n; i++ { // delete(m, i) // } // b.StopTimer() // }, // }, // } // for _, variant := range variants { // tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) // } // } // func BenchmarkHashMapGet(b *testing.B) { // b.StopTimer() // variants := []struct { // name string // f func(n int, name string) // }{ // { // name: "Ours", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // for i := 0; i < n; i++ { // _, _ = m.Get(i) // } // b.StopTimer() // }, // }, // { // name: "Raw", // f: func(n int, name string) { // m := make(map[int]string) // for i := 0; i < n; i++ { // m[i] = "foo" // } // b.StartTimer() // for i := 0; i < n; i++ { // _, _ = m[i] // } // b.StopTimer() // }, // }, // } // for _, variant := range variants { // tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) // } // } // func BenchmarkHashMapPut(b *testing.B) { // b.StopTimer() // variants := []struct { // name string // f func(n int, name string) // }{ // { // name: "Ours", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // b.StartTimer() // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StopTimer() // }, // }, // { // name: "Raw", // f: func(n int, name string) { // m := make(map[int]string) // b.StartTimer() // for i := 0; i < n; i++ { // m[i] = "foo" // } // b.StopTimer() // }, // }, // } // for _, variant := range variants { // tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) // } // } // func BenchmarkHashMapGetKeys(b *testing.B) { // b.StopTimer() // variants := []struct { // name string // f func(n int, name string) // }{ // { // name: "Ours", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // _ = m.GetKeys() // b.StopTimer() // }, // }, // { // name: "golang.org_x_exp", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // _ = maps.Keys(m.) // b.StopTimer() // }, // }, // } // for _, variant := range variants { // tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) // } // } // func BenchmarkHashMapGetValues(b *testing.B) { // b.StopTimer() // variants := []struct { // name string // f func(n int, name string) // }{ // { // name: "Ours", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // _ = m.GetValues() // b.StopTimer() // }, // }, // { // name: "golang.org_x_exp", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // _ = maps.Values(m.m) // b.StopTimer() // }, // }, // } // for _, variant := range variants { // tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) // } // } ``` 59eba66cf9a7d2a3118ab651de15d8ee6cfb7fe3
1.0
Compare lists after operations, to require correctnes - Compare lists after operations, to require correctnes func BenchmarkHashMapRemove(b *testing.B) { b.StopTimer() variants := []struct { name string f func(n int, name string) }{ { name: "Ours", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[string]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() for i := 0; i < n; i++ { m.Remove(utils.BasicComparator[int], i) } b.StopTimer() }, }, { name: "Raw", f: func(n int, name string) { m := make(map[int]string) for i := 0; i < n; i++ { m[i] = "foo" } b.StartTimer() for i := 0; i < n; i++ { delete(m, i) } b.StopTimer() }, }, } for _, variant := range variants { tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) } } b.StopTimer() variants := []struct { name string f func(n int, name string) }{ { name: "Ours", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() for i := 0; i < n; i++ { _, _ = m.Get(i) } b.StopTimer() }, }, { name: "Raw", f: func(n int, name string) { m := make(map[int]string) for i := 0; i < n; i++ { m[i] = "foo" } b.StartTimer() for i := 0; i < n; i++ { _, _ = m[i] } b.StopTimer() }, }, } tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) } } b.StopTimer() variants := []struct { name string f func(n int, name string) }{ { name: "Ours", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) b.StartTimer() for i := 0; i < n; i++ { m.Put(i, "foo") } b.StopTimer() }, }, { name: "Raw", f: func(n int, name string) { m := make(map[int]string) b.StartTimer() for i := 0; i < n; i++ { m[i] = "foo" } b.StopTimer() }, }, } for _, variant := range variants { tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) } } b.StopTimer() variants := []struct { name string f func(n int, name string) }{ { name: "Ours", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() _ = m.GetKeys() b.StopTimer() }, }, { name: "golang.org_x_exp", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() _ = maps.Keys(m.) b.StopTimer() }, }, } tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) } } b.StopTimer() variants := []struct { name string f func(n int, name string) }{ { name: "Ours", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() _ = m.GetValues() b.StopTimer() }, }, { name: "golang.org_x_exp", f: func(n int, name string) { m := New[int, string](utils.BasicComparator[int]) for i := 0; i < n; i++ { m.Put(i, "foo") } b.StartTimer() _ = maps.Values(m.m) b.StopTimer() }, }, } tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) } } https://github.com/JonasMuehlmann/datastructures.go/blob/803246961a475773af77a3b3f5f7ab0ef01fafa7/trees/avltree/avltree_test.go#L554 ```golang // Copyright (c) 2022, Jonas Muehlmann. All rights reserved. // Copyright (c) 2015, Emir Pasic. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package avltree import ( "testing" "github.com/JonasMuehlmann/datastructures.go/maps/hashmap" "github.com/JonasMuehlmann/datastructures.go/utils" "github.com/stretchr/testify/assert" ) func TestRemove(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] newMap *Tree[string, int] toRemove string }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), newMap: New[string, int](utils.BasicComparator[string]), toRemove: "foo", }, { name: "single item", toRemove: "foo", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), newMap: New[string, int](utils.BasicComparator[string]), }, { name: "single item, target does not exist", toRemove: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), }, { name: "3 items", toRemove: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "baz": 3}), }, } for _, test := range tests { test.originalMap.Remove(test.toRemove) assert.Equalf(t, test.originalMap.GetValues(), test.newMap.GetValues(), test.name) } } func TestPut(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] newMap *Tree[string, int] keyToAdd string valueToAdd int }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), keyToAdd: "foo", valueToAdd: 1, }, { name: "single item", keyToAdd: "foo", valueToAdd: 1, newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), originalMap: New[string, int](utils.BasicComparator[string]), }, { name: "single item, overwrite", keyToAdd: "foo", valueToAdd: 2, originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 2}), }, { name: "3 items", keyToAdd: "bar", valueToAdd: 2, originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "baz": 3}), newMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), }, } for _, test := range tests { test.originalMap.Put(test.keyToAdd, test.valueToAdd) assert.Equalf(t, test.originalMap.GetValues(), test.newMap.GetValues(), test.name) } } func TestGet(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] keyToGet string value int found bool }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), keyToGet: "foo", found: false, }, { name: "single item", keyToGet: "foo", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), value: 1, found: true, }, { name: "single item, target does not exist", keyToGet: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), found: false, }, { name: "3 items", keyToGet: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), value: 2, found: true, }, } for _, test := range tests { value, found := test.originalMap.Get(test.keyToGet) assert.Equalf(t, test.value, value, test.name) assert.Equalf(t, test.found, found, test.name) } } func TestGetNode(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] keyToGet string value int found bool }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), keyToGet: "foo", found: false, }, { name: "single item", keyToGet: "foo", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), value: 1, found: true, }, { name: "single item, target does not exist", keyToGet: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), found: false, }, { name: "3 items", keyToGet: "bar", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), value: 2, found: true, }, } for _, test := range tests { node := test.originalMap.GetNode(test.keyToGet) assert.Equalf(t, test.found, node != nil, test.name) if test.found { assert.Equalf(t, test.value, node.Value, test.name) } } } func TestRight(t *testing.T) { tests := []struct { name string originalMap *Tree[int, string] value string found bool }{ { name: "empty list", originalMap: New[int, string](utils.BasicComparator[int]), found: false, }, { name: "single item", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo"}), value: "foo", found: true, }, { name: "3 items", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo", 2: "bar", 3: "baz"}), value: "baz", found: true, }, } for _, test := range tests { node := test.originalMap.Right() assert.Equalf(t, test.found, node != nil, test.name) if test.found { assert.Equalf(t, test.value, node.Value, test.name) } } } func TestLeft(t *testing.T) { tests := []struct { name string originalMap *Tree[int, string] value string found bool }{ { name: "empty list", originalMap: New[int, string](utils.BasicComparator[int]), found: false, }, { name: "single item", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo"}), value: "foo", found: true, }, { name: "3 items", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo", 2: "bar", 3: "baz"}), value: "foo", found: true, }, } for _, test := range tests { node := test.originalMap.Left() assert.Equalf(t, test.found, node != nil, test.name) if test.found { assert.Equalf(t, test.value, node.Value, test.name) } } } func TestCeiling(t *testing.T) { tests := []struct { name string originalMap *Tree[int, string] key int value string found bool }{ { name: "empty list", originalMap: New[int, string](utils.BasicComparator[int]), key: 1, found: false, }, { name: "single item", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo"}), value: "foo", found: true, }, { name: "3 items", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{0: "foo", 2: "bar", 3: "baz"}), key: 1, value: "bar", found: true, }, { name: "3 items, no ceilling", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo", 2: "bar", 3: "baz"}), key: 4, found: false, }, } for _, test := range tests { node, found := test.originalMap.Ceiling(test.key) assert.Equalf(t, test.found, found, test.name) if test.found { assert.Equalf(t, test.value, node.Value, test.name) } } } func TestFloor(t *testing.T) { tests := []struct { name string originalMap *Tree[int, string] key int value string found bool }{ { name: "empty list", originalMap: New[int, string](utils.BasicComparator[int]), key: 1, found: false, }, { name: "single item", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo"}), key: 1, value: "foo", found: true, }, { name: "3 items", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo", 2: "bar", 4: "baz"}), key: 3, value: "bar", found: true, }, { name: "3 items, no floor", originalMap: NewFromMap[int, string](utils.BasicComparator[int], map[int]string{1: "foo", 2: "bar", 3: "baz"}), key: 0, found: false, }, } for _, test := range tests { node, found := test.originalMap.Floor(test.key) assert.Equalf(t, test.found, found, test.name) if test.found { assert.Equalf(t, test.value, node.Value, test.name) } } } func TestGetKeys(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] keys []string }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), keys: []string{}, }, { name: "single item", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), keys: []string{"foo"}, }, { name: "3 items", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), keys: []string{"foo", "bar", "baz"}, }, } for _, test := range tests { keys := test.originalMap.GetKeys() assert.ElementsMatch(t, test.keys, keys, test.name) } } func TestGetValues(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] values []int }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), values: []int{}, }, { name: "single item", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), values: []int{1}, }, { name: "3 items", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), values: []int{1, 2, 3}, }, } for _, test := range tests { values := test.originalMap.GetValues() assert.ElementsMatch(t, test.values, values, test.name) } } func TestIsEmpty(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] isEmpty bool }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), isEmpty: true, }, { name: "single item", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), isEmpty: false, }, { name: "3 items", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), isEmpty: false, }, } for _, test := range tests { isEmpty := test.originalMap.IsEmpty() assert.Equal(t, test.isEmpty, isEmpty, test.name) } } func TestClear(t *testing.T) { tests := []struct { name string originalMap *Tree[string, int] isEmptyBefore bool isEmptyAfter bool }{ { name: "empty list", originalMap: New[string, int](utils.BasicComparator[string]), isEmptyBefore: true, isEmptyAfter: true, }, { name: "single item", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1}), isEmptyBefore: false, isEmptyAfter: true, }, { name: "3 items", originalMap: NewFromMap[string, int](utils.BasicComparator[string], map[string]int{"foo": 1, "bar": 2, "baz": 3}), isEmptyBefore: false, isEmptyAfter: true, }, } for _, test := range tests { isEmptyBefore := test.originalMap.IsEmpty() assert.Equal(t, test.isEmptyBefore, isEmptyBefore, test.name) test.originalMap.Clear() isEmptAfter := test.originalMap.IsEmpty() assert.Equal(t, test.isEmptyAfter, isEmptAfter, test.name) } } func TestNewFromIteratorWith(t *testing.T) { tests := []struct { name string originalMap *hashmap.Map[string, int] }{ { name: "empty list", originalMap: hashmap.New[string, int](), }, { name: "single item", originalMap: hashmap.NewFromMap[string, int](map[string]int{"foo": 1}), }, { name: "3 items", originalMap: hashmap.NewFromMap[string, int](map[string]int{"foo": 1, "bar": 2, "baz": 3}), }, } for _, test := range tests { it := test.originalMap.OrderedBegin(utils.BasicComparator[string]) newMap := NewFromIterator[string, int](utils.BasicComparator[string], it) assert.ElementsMatchf(t, test.originalMap.GetValues(), newMap.GetValues(), test.name) } } func TestNewFromIteratorsWith(t *testing.T) { tests := []struct { name string originalMap *hashmap.Map[string, int] }{ { name: "empty list", originalMap: hashmap.New[string, int](), }, { name: "single item", originalMap: hashmap.NewFromMap[string, int](map[string]int{"foo": 1}), }, { name: "3 items", originalMap: hashmap.NewFromMap[string, int](map[string]int{"foo": 1, "bar": 2, "baz": 3}), }, } for _, test := range tests { beign := test.originalMap.OrderedBegin(utils.BasicComparator[string]) end := test.originalMap.OrderedEnd(utils.BasicComparator[string]) newMap := NewFromIterators[string, int](utils.BasicComparator[string], beign, end) assert.ElementsMatchf(t, test.originalMap.GetValues(), newMap.GetValues(), test.name) } } // TODO: Compare lists after operations, to require correctnes // func BenchmarkHashMapRemove(b *testing.B) { // b.StopTimer() // variants := []struct { // name string // f func(n int, name string) // }{ // { // name: "Ours", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[string]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // for i := 0; i < n; i++ { // m.Remove(utils.BasicComparator[int], i) // } // b.StopTimer() // }, // }, // { // name: "Raw", // f: func(n int, name string) { // m := make(map[int]string) // for i := 0; i < n; i++ { // m[i] = "foo" // } // b.StartTimer() // for i := 0; i < n; i++ { // delete(m, i) // } // b.StopTimer() // }, // }, // } // for _, variant := range variants { // tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) // } // } // func BenchmarkHashMapGet(b *testing.B) { // b.StopTimer() // variants := []struct { // name string // f func(n int, name string) // }{ // { // name: "Ours", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // for i := 0; i < n; i++ { // _, _ = m.Get(i) // } // b.StopTimer() // }, // }, // { // name: "Raw", // f: func(n int, name string) { // m := make(map[int]string) // for i := 0; i < n; i++ { // m[i] = "foo" // } // b.StartTimer() // for i := 0; i < n; i++ { // _, _ = m[i] // } // b.StopTimer() // }, // }, // } // for _, variant := range variants { // tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) // } // } // func BenchmarkHashMapPut(b *testing.B) { // b.StopTimer() // variants := []struct { // name string // f func(n int, name string) // }{ // { // name: "Ours", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // b.StartTimer() // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StopTimer() // }, // }, // { // name: "Raw", // f: func(n int, name string) { // m := make(map[int]string) // b.StartTimer() // for i := 0; i < n; i++ { // m[i] = "foo" // } // b.StopTimer() // }, // }, // } // for _, variant := range variants { // tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) // } // } // func BenchmarkHashMapGetKeys(b *testing.B) { // b.StopTimer() // variants := []struct { // name string // f func(n int, name string) // }{ // { // name: "Ours", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // _ = m.GetKeys() // b.StopTimer() // }, // }, // { // name: "golang.org_x_exp", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // _ = maps.Keys(m.) // b.StopTimer() // }, // }, // } // for _, variant := range variants { // tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) // } // } // func BenchmarkHashMapGetValues(b *testing.B) { // b.StopTimer() // variants := []struct { // name string // f func(n int, name string) // }{ // { // name: "Ours", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // _ = m.GetValues() // b.StopTimer() // }, // }, // { // name: "golang.org_x_exp", // f: func(n int, name string) { // m := New[int, string](utils.BasicComparator[int]) // for i := 0; i < n; i++ { // m.Put(i, "foo") // } // b.StartTimer() // _ = maps.Values(m.m) // b.StopTimer() // }, // }, // } // for _, variant := range variants { // tests.RunBenchmarkWithDefualtInputSizes(b, variant.name, variant.f) // } // } ``` 59eba66cf9a7d2a3118ab651de15d8ee6cfb7fe3
non_priority
compare lists after operations to require correctnes compare lists after operations to require correctnes func benchmarkhashmapremove b testing b b stoptimer variants struct name string f func n int name string name ours f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer for i i n i m remove utils basiccomparator i b stoptimer name raw f func n int name string m make map string for i i n i m foo b starttimer for i i n i delete m i b stoptimer for variant range variants tests runbenchmarkwithdefualtinputsizes b variant name variant f b stoptimer variants struct name string f func n int name string name ours f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer for i i n i m get i b stoptimer name raw f func n int name string m make map string for i i n i m foo b starttimer for i i n i m b stoptimer tests runbenchmarkwithdefualtinputsizes b variant name variant f b stoptimer variants struct name string f func n int name string name ours f func n int name string m new utils basiccomparator b starttimer for i i n i m put i foo b stoptimer name raw f func n int name string m make map string b starttimer for i i n i m foo b stoptimer for variant range variants tests runbenchmarkwithdefualtinputsizes b variant name variant f b stoptimer variants struct name string f func n int name string name ours f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer m getkeys b stoptimer name golang org x exp f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer maps keys m b stoptimer tests runbenchmarkwithdefualtinputsizes b variant name variant f b stoptimer variants struct name string f func n int name string name ours f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer m getvalues b stoptimer name golang org x exp f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer maps values m m b stoptimer tests runbenchmarkwithdefualtinputsizes b variant name variant f golang copyright c jonas muehlmann all rights reserved copyright c emir pasic all rights reserved use of this source code is governed by a bsd style license that can be found in the license file package avltree import testing github com jonasmuehlmann datastructures go maps hashmap github com jonasmuehlmann datastructures go utils github com stretchr testify assert func testremove t testing t tests struct name string originalmap tree newmap tree toremove string name empty list originalmap new utils basiccomparator newmap new utils basiccomparator toremove foo name single item toremove foo originalmap newfrommap utils basiccomparator map int foo newmap new utils basiccomparator name single item target does not exist toremove bar originalmap newfrommap utils basiccomparator map int foo newmap newfrommap utils basiccomparator map int foo name items toremove bar originalmap newfrommap utils basiccomparator map int foo bar baz newmap newfrommap utils basiccomparator map int foo baz for test range tests test originalmap remove test toremove assert equalf t test originalmap getvalues test newmap getvalues test name func testput t testing t tests struct name string originalmap tree newmap tree keytoadd string valuetoadd int name empty list originalmap new utils basiccomparator newmap newfrommap utils basiccomparator map int foo keytoadd foo valuetoadd name single item keytoadd foo valuetoadd newmap newfrommap utils basiccomparator map int foo originalmap new utils basiccomparator name single item overwrite keytoadd foo valuetoadd originalmap newfrommap utils basiccomparator map int foo newmap newfrommap utils basiccomparator map int foo name items keytoadd bar valuetoadd originalmap newfrommap utils basiccomparator map int foo baz newmap newfrommap utils basiccomparator map int foo bar baz for test range tests test originalmap put test keytoadd test valuetoadd assert equalf t test originalmap getvalues test newmap getvalues test name func testget t testing t tests struct name string originalmap tree keytoget string value int found bool name empty list originalmap new utils basiccomparator keytoget foo found false name single item keytoget foo originalmap newfrommap utils basiccomparator map int foo value found true name single item target does not exist keytoget bar originalmap newfrommap utils basiccomparator map int foo found false name items keytoget bar originalmap newfrommap utils basiccomparator map int foo bar baz value found true for test range tests value found test originalmap get test keytoget assert equalf t test value value test name assert equalf t test found found test name func testgetnode t testing t tests struct name string originalmap tree keytoget string value int found bool name empty list originalmap new utils basiccomparator keytoget foo found false name single item keytoget foo originalmap newfrommap utils basiccomparator map int foo value found true name single item target does not exist keytoget bar originalmap newfrommap utils basiccomparator map int foo found false name items keytoget bar originalmap newfrommap utils basiccomparator map int foo bar baz value found true for test range tests node test originalmap getnode test keytoget assert equalf t test found node nil test name if test found assert equalf t test value node value test name func testright t testing t tests struct name string originalmap tree value string found bool name empty list originalmap new utils basiccomparator found false name single item originalmap newfrommap utils basiccomparator map string foo value foo found true name items originalmap newfrommap utils basiccomparator map string foo bar baz value baz found true for test range tests node test originalmap right assert equalf t test found node nil test name if test found assert equalf t test value node value test name func testleft t testing t tests struct name string originalmap tree value string found bool name empty list originalmap new utils basiccomparator found false name single item originalmap newfrommap utils basiccomparator map string foo value foo found true name items originalmap newfrommap utils basiccomparator map string foo bar baz value foo found true for test range tests node test originalmap left assert equalf t test found node nil test name if test found assert equalf t test value node value test name func testceiling t testing t tests struct name string originalmap tree key int value string found bool name empty list originalmap new utils basiccomparator key found false name single item originalmap newfrommap utils basiccomparator map string foo value foo found true name items originalmap newfrommap utils basiccomparator map string foo bar baz key value bar found true name items no ceilling originalmap newfrommap utils basiccomparator map string foo bar baz key found false for test range tests node found test originalmap ceiling test key assert equalf t test found found test name if test found assert equalf t test value node value test name func testfloor t testing t tests struct name string originalmap tree key int value string found bool name empty list originalmap new utils basiccomparator key found false name single item originalmap newfrommap utils basiccomparator map string foo key value foo found true name items originalmap newfrommap utils basiccomparator map string foo bar baz key value bar found true name items no floor originalmap newfrommap utils basiccomparator map string foo bar baz key found false for test range tests node found test originalmap floor test key assert equalf t test found found test name if test found assert equalf t test value node value test name func testgetkeys t testing t tests struct name string originalmap tree keys string name empty list originalmap new utils basiccomparator keys string name single item originalmap newfrommap utils basiccomparator map int foo keys string foo name items originalmap newfrommap utils basiccomparator map int foo bar baz keys string foo bar baz for test range tests keys test originalmap getkeys assert elementsmatch t test keys keys test name func testgetvalues t testing t tests struct name string originalmap tree values int name empty list originalmap new utils basiccomparator values int name single item originalmap newfrommap utils basiccomparator map int foo values int name items originalmap newfrommap utils basiccomparator map int foo bar baz values int for test range tests values test originalmap getvalues assert elementsmatch t test values values test name func testisempty t testing t tests struct name string originalmap tree isempty bool name empty list originalmap new utils basiccomparator isempty true name single item originalmap newfrommap utils basiccomparator map int foo isempty false name items originalmap newfrommap utils basiccomparator map int foo bar baz isempty false for test range tests isempty test originalmap isempty assert equal t test isempty isempty test name func testclear t testing t tests struct name string originalmap tree isemptybefore bool isemptyafter bool name empty list originalmap new utils basiccomparator isemptybefore true isemptyafter true name single item originalmap newfrommap utils basiccomparator map int foo isemptybefore false isemptyafter true name items originalmap newfrommap utils basiccomparator map int foo bar baz isemptybefore false isemptyafter true for test range tests isemptybefore test originalmap isempty assert equal t test isemptybefore isemptybefore test name test originalmap clear isemptafter test originalmap isempty assert equal t test isemptyafter isemptafter test name func testnewfromiteratorwith t testing t tests struct name string originalmap hashmap map name empty list originalmap hashmap new name single item originalmap hashmap newfrommap map int foo name items originalmap hashmap newfrommap map int foo bar baz for test range tests it test originalmap orderedbegin utils basiccomparator newmap newfromiterator utils basiccomparator it assert elementsmatchf t test originalmap getvalues newmap getvalues test name func testnewfromiteratorswith t testing t tests struct name string originalmap hashmap map name empty list originalmap hashmap new name single item originalmap hashmap newfrommap map int foo name items originalmap hashmap newfrommap map int foo bar baz for test range tests beign test originalmap orderedbegin utils basiccomparator end test originalmap orderedend utils basiccomparator newmap newfromiterators utils basiccomparator beign end assert elementsmatchf t test originalmap getvalues newmap getvalues test name todo compare lists after operations to require correctnes func benchmarkhashmapremove b testing b b stoptimer variants struct name string f func n int name string name ours f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer for i i n i m remove utils basiccomparator i b stoptimer name raw f func n int name string m make map string for i i n i m foo b starttimer for i i n i delete m i b stoptimer for variant range variants tests runbenchmarkwithdefualtinputsizes b variant name variant f func benchmarkhashmapget b testing b b stoptimer variants struct name string f func n int name string name ours f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer for i i n i m get i b stoptimer name raw f func n int name string m make map string for i i n i m foo b starttimer for i i n i m b stoptimer for variant range variants tests runbenchmarkwithdefualtinputsizes b variant name variant f func benchmarkhashmapput b testing b b stoptimer variants struct name string f func n int name string name ours f func n int name string m new utils basiccomparator b starttimer for i i n i m put i foo b stoptimer name raw f func n int name string m make map string b starttimer for i i n i m foo b stoptimer for variant range variants tests runbenchmarkwithdefualtinputsizes b variant name variant f func benchmarkhashmapgetkeys b testing b b stoptimer variants struct name string f func n int name string name ours f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer m getkeys b stoptimer name golang org x exp f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer maps keys m b stoptimer for variant range variants tests runbenchmarkwithdefualtinputsizes b variant name variant f func benchmarkhashmapgetvalues b testing b b stoptimer variants struct name string f func n int name string name ours f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer m getvalues b stoptimer name golang org x exp f func n int name string m new utils basiccomparator for i i n i m put i foo b starttimer maps values m m b stoptimer for variant range variants tests runbenchmarkwithdefualtinputsizes b variant name variant f
0
531,106
15,440,872,130
IssuesEvent
2021-03-08 04:33:29
CMPUT301W21T30/RocketApp
https://api.github.com/repos/CMPUT301W21T30/RocketApp
reopened
ExperimentsListActivity xml layout (display experiment)
high priority
Should have the following functionality: For both owner and experimenter roles: - button to toggle role - add trial button - display experiment statistics - display questions and answers Experimenter role: - button to see owner profile - ability to ask a question Owner role: - edit experiment details - end experiment - ability to answer question (Risk: High) (Hours: 5)
1.0
ExperimentsListActivity xml layout (display experiment) - Should have the following functionality: For both owner and experimenter roles: - button to toggle role - add trial button - display experiment statistics - display questions and answers Experimenter role: - button to see owner profile - ability to ask a question Owner role: - edit experiment details - end experiment - ability to answer question (Risk: High) (Hours: 5)
priority
experimentslistactivity xml layout display experiment should have the following functionality for both owner and experimenter roles button to toggle role add trial button display experiment statistics display questions and answers experimenter role button to see owner profile ability to ask a question owner role edit experiment details end experiment ability to answer question risk high hours
1
251,988
27,218,477,735
IssuesEvent
2023-02-21 01:40:29
CMSgov/cms-carts-seds
https://api.github.com/repos/CMSgov/cms-carts-seds
reopened
SHF - cms-carts-seds - main - LOW - RDS.17 RDS DB instances should be configured to copy tags to snapshots
security-hub main
************************************************************** __This issue was generated from Security Hub data and is managed through automation.__ Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome. Finding Id: arn:aws:securityhub:us-east-1:519095364708:subscription/aws-foundational-security-best-practices/v/1.0.0/RDS.17/finding/24aeecc3-dae7-45b7-a5cc-21f4a867dcca ************************************************************** ## Type of Issue: - [x] Security Hub Finding ## Title: RDS.17 RDS DB instances should be configured to copy tags to snapshots ## Id: arn:aws:securityhub:us-east-1:519095364708:subscription/aws-foundational-security-best-practices/v/1.0.0/RDS.17/finding/24aeecc3-dae7-45b7-a5cc-21f4a867dcca (You may use this ID to lookup this finding's details in Security Hub) ## Description This control checks whether RDS DB instances are configured to copy all tags to snapshots when the snapshots are created. ## Remediation https://docs.aws.amazon.com/console/securityhub/RDS.17/remediation ## AC: - The security hub finding is resolved or suppressed, indicated by a Workflow Status of Resolved or Suppressed.
True
SHF - cms-carts-seds - main - LOW - RDS.17 RDS DB instances should be configured to copy tags to snapshots - ************************************************************** __This issue was generated from Security Hub data and is managed through automation.__ Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome. Finding Id: arn:aws:securityhub:us-east-1:519095364708:subscription/aws-foundational-security-best-practices/v/1.0.0/RDS.17/finding/24aeecc3-dae7-45b7-a5cc-21f4a867dcca ************************************************************** ## Type of Issue: - [x] Security Hub Finding ## Title: RDS.17 RDS DB instances should be configured to copy tags to snapshots ## Id: arn:aws:securityhub:us-east-1:519095364708:subscription/aws-foundational-security-best-practices/v/1.0.0/RDS.17/finding/24aeecc3-dae7-45b7-a5cc-21f4a867dcca (You may use this ID to lookup this finding's details in Security Hub) ## Description This control checks whether RDS DB instances are configured to copy all tags to snapshots when the snapshots are created. ## Remediation https://docs.aws.amazon.com/console/securityhub/RDS.17/remediation ## AC: - The security hub finding is resolved or suppressed, indicated by a Workflow Status of Resolved or Suppressed.
non_priority
shf cms carts seds main low rds rds db instances should be configured to copy tags to snapshots this issue was generated from security hub data and is managed through automation please do not edit the title or body of this issue or remove the security hub tag all other edits comments are welcome finding id arn aws securityhub us east subscription aws foundational security best practices v rds finding type of issue security hub finding title rds rds db instances should be configured to copy tags to snapshots id arn aws securityhub us east subscription aws foundational security best practices v rds finding you may use this id to lookup this finding s details in security hub description this control checks whether rds db instances are configured to copy all tags to snapshots when the snapshots are created remediation ac the security hub finding is resolved or suppressed indicated by a workflow status of resolved or suppressed
0
307,287
23,192,982,003
IssuesEvent
2022-08-01 14:07:31
lushonline/moodle-tool_percipioexternalcontentsync
https://api.github.com/repos/lushonline/moodle-tool_percipioexternalcontentsync
closed
Update documentation
documentation
Update documentation: MAPPING.MD update information for completionexternally
1.0
Update documentation - Update documentation: MAPPING.MD update information for completionexternally
non_priority
update documentation update documentation mapping md update information for completionexternally
0
61,941
3,163,498,728
IssuesEvent
2015-09-20 10:22:25
MinetestForFun/server-minetestforfun-creative
https://api.github.com/repos/MinetestForFun/server-minetestforfun-creative
closed
Tweaked the [bonemeal] mod
Modding Priority: Medium
It doesn't wokr for all trees, need to tweak it for every plants/trees compatibility "instant growth" feature
1.0
Tweaked the [bonemeal] mod - It doesn't wokr for all trees, need to tweak it for every plants/trees compatibility "instant growth" feature
priority
tweaked the mod it doesn t wokr for all trees need to tweak it for every plants trees compatibility instant growth feature
1
151,888
12,062,069,286
IssuesEvent
2020-04-16 01:52:26
Concordia-Campus-Guide/Concordia-Campus-Guide
https://api.github.com/repos/Concordia-Campus-Guide/Concordia-Campus-Guide
closed
CCG- #3 - As a user, I would like to see the maps of my surroundings, and easily see the Concordia Loyola Campus or the SGW Campus, so that I can visualize campus surroundings.
acceptance test
| **AT-1** | CCG- #3 - As a user, I would like to see the maps of my surroundings, and easily see the Concordia Loyola Campus or the SGW Campus, so that I can visualize campus surroundings. | | --- | --- | | **Acceptance Criteria** | <p> Given that I just open the application,<br> then I should see the map and switch between the campus. </p>| | **Result** | 80% completed | | **Comments** | The Campus switching buttons. Make Them darker and put them in the middle |
1.0
CCG- #3 - As a user, I would like to see the maps of my surroundings, and easily see the Concordia Loyola Campus or the SGW Campus, so that I can visualize campus surroundings. - | **AT-1** | CCG- #3 - As a user, I would like to see the maps of my surroundings, and easily see the Concordia Loyola Campus or the SGW Campus, so that I can visualize campus surroundings. | | --- | --- | | **Acceptance Criteria** | <p> Given that I just open the application,<br> then I should see the map and switch between the campus. </p>| | **Result** | 80% completed | | **Comments** | The Campus switching buttons. Make Them darker and put them in the middle |
non_priority
ccg as a user i would like to see the maps of my surroundings and easily see the concordia loyola campus or the sgw campus so that i can visualize campus surroundings at ccg as a user i would like to see the maps of my surroundings and easily see the concordia loyola campus or the sgw campus so that i can visualize campus surroundings acceptance criteria given that i just open the application then i should see the map and switch between the campus result completed comments the campus switching buttons make them darker and put them in the middle
0
784,947
27,590,292,059
IssuesEvent
2023-03-08 23:32:19
Alluxio/alluxio
https://api.github.com/repos/Alluxio/alluxio
closed
Alluxio master failed to flush journal entry
priority-high type-bug needs-info area-ha
**Alluxio Version:** 2.8.0 **Describe the bug** Last month we found an alluxio cluster had a large number of requests failed and the master prints the following log ``` 2023-01-30 05:48:54,376 WARN AsyncJournalWriter - Failed to flush journal entry: Timed out after waiting 30000 milliseconds for journal entries to be processed java.io.IOException: Timed out after waiting 30000 milliseconds for journal entries to be processed at alluxio.master.journal.raft.RaftJournalWriter.flush(RaftJournalWriter.java:134) at alluxio.master.journal.AsyncJournalWriter.doFlush(AsyncJournalWriter.java:323) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.util.concurrent.TimeoutException at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1886) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2021) at alluxio.master.journal.raft.RaftJournalWriter.flush(RaftJournalWriter.java:123) ... 2 more 2023-01-30 05:48:54,392 WARN AsyncJournalWriter - Failed to flush journal entry: Server coarserankfeaturefile-master-1_20022@group-ABB3109A44C1 is not the leader org.apache.ratis.protocol.exceptions.NotLeaderException: Server coarserankfeaturefile-master-1_20022@group-ABB3109A44C1 is not the leader at org.apache.ratis.server.impl.RaftServerImpl.generateNotLeaderException(RaftServerImpl.java:644) at org.apache.ratis.server.impl.RaftServerImpl.checkLeaderState(RaftServerImpl.java:609) at org.apache.ratis.server.impl.RaftServerImpl.submitClientRequestAsync(RaftServerImpl.java:737) at org.apache.ratis.server.impl.RaftServerProxy.lambda$submitClientRequestAsync$9(RaftServerProxy.java:417) at org.apache.ratis.server.impl.RaftServerProxy.lambda$null$7(RaftServerProxy.java:412) at org.apache.ratis.util.JavaUtils.callAsUnchecked(JavaUtils.java:115) at org.apache.ratis.server.impl.RaftServerProxy.lambda$submitRequest$8(RaftServerProxy.java:412) at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1106) at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2235) at org.apache.ratis.server.impl.RaftServerProxy.submitRequest(RaftServerProxy.java:411) at org.apache.ratis.server.impl.RaftServerProxy.submitClientRequestAsync(RaftServerProxy.java:417) at alluxio.master.journal.raft.RaftJournalAppender.sendLocalRequest(RaftJournalAppender.java:94) at alluxio.master.journal.raft.RaftJournalAppender.sendAsync(RaftJournalAppender.java:77) at alluxio.master.journal.raft.RaftJournalWriter.flush(RaftJournalWriter.java:122) at alluxio.master.journal.AsyncJournalWriter.doFlush(AsyncJournalWriter.java:323) at java.base/java.lang.Thread.run(Thread.java:829) ``` In order to solve this problem quickly, I restart all masters but useless. Finally I clear the meta directory on all masters and reload metadata from ufs, the cluster can reponse these requests as usual. During solve this problem, I only save the above log, so can’t provide more information **To Reproduce** This problem only happened once,I can't reproduce it **Expected behavior** A clear and concise description of what you expected to happen. **Urgency** Describe the impact and urgency of the bug. **Are you planning to fix it** Please indicate if you are already working on a PR. **Additional context** Add any other context about the problem here.
1.0
Alluxio master failed to flush journal entry - **Alluxio Version:** 2.8.0 **Describe the bug** Last month we found an alluxio cluster had a large number of requests failed and the master prints the following log ``` 2023-01-30 05:48:54,376 WARN AsyncJournalWriter - Failed to flush journal entry: Timed out after waiting 30000 milliseconds for journal entries to be processed java.io.IOException: Timed out after waiting 30000 milliseconds for journal entries to be processed at alluxio.master.journal.raft.RaftJournalWriter.flush(RaftJournalWriter.java:134) at alluxio.master.journal.AsyncJournalWriter.doFlush(AsyncJournalWriter.java:323) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.util.concurrent.TimeoutException at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1886) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2021) at alluxio.master.journal.raft.RaftJournalWriter.flush(RaftJournalWriter.java:123) ... 2 more 2023-01-30 05:48:54,392 WARN AsyncJournalWriter - Failed to flush journal entry: Server coarserankfeaturefile-master-1_20022@group-ABB3109A44C1 is not the leader org.apache.ratis.protocol.exceptions.NotLeaderException: Server coarserankfeaturefile-master-1_20022@group-ABB3109A44C1 is not the leader at org.apache.ratis.server.impl.RaftServerImpl.generateNotLeaderException(RaftServerImpl.java:644) at org.apache.ratis.server.impl.RaftServerImpl.checkLeaderState(RaftServerImpl.java:609) at org.apache.ratis.server.impl.RaftServerImpl.submitClientRequestAsync(RaftServerImpl.java:737) at org.apache.ratis.server.impl.RaftServerProxy.lambda$submitClientRequestAsync$9(RaftServerProxy.java:417) at org.apache.ratis.server.impl.RaftServerProxy.lambda$null$7(RaftServerProxy.java:412) at org.apache.ratis.util.JavaUtils.callAsUnchecked(JavaUtils.java:115) at org.apache.ratis.server.impl.RaftServerProxy.lambda$submitRequest$8(RaftServerProxy.java:412) at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1106) at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2235) at org.apache.ratis.server.impl.RaftServerProxy.submitRequest(RaftServerProxy.java:411) at org.apache.ratis.server.impl.RaftServerProxy.submitClientRequestAsync(RaftServerProxy.java:417) at alluxio.master.journal.raft.RaftJournalAppender.sendLocalRequest(RaftJournalAppender.java:94) at alluxio.master.journal.raft.RaftJournalAppender.sendAsync(RaftJournalAppender.java:77) at alluxio.master.journal.raft.RaftJournalWriter.flush(RaftJournalWriter.java:122) at alluxio.master.journal.AsyncJournalWriter.doFlush(AsyncJournalWriter.java:323) at java.base/java.lang.Thread.run(Thread.java:829) ``` In order to solve this problem quickly, I restart all masters but useless. Finally I clear the meta directory on all masters and reload metadata from ufs, the cluster can reponse these requests as usual. During solve this problem, I only save the above log, so can’t provide more information **To Reproduce** This problem only happened once,I can't reproduce it **Expected behavior** A clear and concise description of what you expected to happen. **Urgency** Describe the impact and urgency of the bug. **Are you planning to fix it** Please indicate if you are already working on a PR. **Additional context** Add any other context about the problem here.
priority
alluxio master failed to flush journal entry alluxio version describe the bug last month we found an alluxio cluster had a large number of requests failed and the master prints the following log warn asyncjournalwriter failed to flush journal entry timed out after waiting milliseconds for journal entries to be processed java io ioexception timed out after waiting milliseconds for journal entries to be processed at alluxio master journal raft raftjournalwriter flush raftjournalwriter java at alluxio master journal asyncjournalwriter doflush asyncjournalwriter java at java base java lang thread run thread java caused by java util concurrent timeoutexception at java base java util concurrent completablefuture timedget completablefuture java at java base java util concurrent completablefuture get completablefuture java at alluxio master journal raft raftjournalwriter flush raftjournalwriter java more warn asyncjournalwriter failed to flush journal entry server coarserankfeaturefile master group is not the leader org apache ratis protocol exceptions notleaderexception server coarserankfeaturefile master group is not the leader at org apache ratis server impl raftserverimpl generatenotleaderexception raftserverimpl java at org apache ratis server impl raftserverimpl checkleaderstate raftserverimpl java at org apache ratis server impl raftserverimpl submitclientrequestasync raftserverimpl java at org apache ratis server impl raftserverproxy lambda submitclientrequestasync raftserverproxy java at org apache ratis server impl raftserverproxy lambda null raftserverproxy java at org apache ratis util javautils callasunchecked javautils java at org apache ratis server impl raftserverproxy lambda submitrequest raftserverproxy java at java base java util concurrent completablefuture unicomposestage completablefuture java at java base java util concurrent completablefuture thencompose completablefuture java at org apache ratis server impl raftserverproxy submitrequest raftserverproxy java at org apache ratis server impl raftserverproxy submitclientrequestasync raftserverproxy java at alluxio master journal raft raftjournalappender sendlocalrequest raftjournalappender java at alluxio master journal raft raftjournalappender sendasync raftjournalappender java at alluxio master journal raft raftjournalwriter flush raftjournalwriter java at alluxio master journal asyncjournalwriter doflush asyncjournalwriter java at java base java lang thread run thread java in order to solve this problem quickly i restart all masters but useless finally i clear the meta directory on all masters and reload metadata from ufs the cluster can reponse these requests as usual during solve this problem i only save the above log so can’t provide more information to reproduce this problem only happened once,i can t reproduce it expected behavior a clear and concise description of what you expected to happen urgency describe the impact and urgency of the bug are you planning to fix it please indicate if you are already working on a pr additional context add any other context about the problem here
1
336,888
10,198,683,396
IssuesEvent
2019-08-13 06:20:30
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
invest.ameritrade.com - see bug description
browser-firefox engine-gecko priority-normal
<!-- @browser: Firefox 69.0 ob10 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://invest.ameritrade.com/cgi-bin/apps/u/PLoad?pagename=history/statements/statement_pdf.html&s_url=/grid/m/mixedStatementsView?docId=1782831206&fileName=2019_7_Statement&statementType=standard&ffId=784101107&transactionToken=8530448649738732670&uid=1564816237148658 **Browser / Version**: Firefox 69.0 ob10 **Operating System**: Mac OS X 10.14.6 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: monthly report does not display **Steps to Reproduce**: tried safari first and cannot get to site, then tried Firefox and got into site but could not get a monthly report with any data, blank. [![Screenshot Description](https://webcompat.com/uploads/2019/8/7ea77794-bd57-4e45-8394-6c315a206feb-thumb.jpeg)](https://webcompat.com/uploads/2019/8/7ea77794-bd57-4e45-8394-6c315a206feb.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190801185445</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Warning: "Content Security Policy: Ignoring x-frame-options because of frame-ancestors directive."]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
invest.ameritrade.com - see bug description - <!-- @browser: Firefox 69.0 ob10 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://invest.ameritrade.com/cgi-bin/apps/u/PLoad?pagename=history/statements/statement_pdf.html&s_url=/grid/m/mixedStatementsView?docId=1782831206&fileName=2019_7_Statement&statementType=standard&ffId=784101107&transactionToken=8530448649738732670&uid=1564816237148658 **Browser / Version**: Firefox 69.0 ob10 **Operating System**: Mac OS X 10.14.6 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: monthly report does not display **Steps to Reproduce**: tried safari first and cannot get to site, then tried Firefox and got into site but could not get a monthly report with any data, blank. [![Screenshot Description](https://webcompat.com/uploads/2019/8/7ea77794-bd57-4e45-8394-6c315a206feb-thumb.jpeg)](https://webcompat.com/uploads/2019/8/7ea77794-bd57-4e45-8394-6c315a206feb.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190801185445</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Warning: "Content Security Policy: Ignoring x-frame-options because of frame-ancestors directive."]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
invest ameritrade com see bug description url browser version firefox operating system mac os x tested another browser yes problem type something else description monthly report does not display steps to reproduce tried safari first and cannot get to site then tried firefox and got into site but could not get a monthly report with any data blank browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen false mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel beta console messages from with ❤️
1
268,266
20,264,989,004
IssuesEvent
2022-02-15 11:10:04
lightningnetwork/lnd
https://api.github.com/repos/lightningnetwork/lnd
closed
Update grpc java.md
help wanted documentation good first issue
### Background The links to http. proto and annotations. proto no longer exist Lower versions of GRPC may no longer work with existing code I cannot access the public IP according to the documentation Then I upgraded the GRPC to 1.36.0, the os-maven-plugin to 1.6.2, and the protobuf-maven-plugin to 0.6.1, everything was fine
1.0
Update grpc java.md - ### Background The links to http. proto and annotations. proto no longer exist Lower versions of GRPC may no longer work with existing code I cannot access the public IP according to the documentation Then I upgraded the GRPC to 1.36.0, the os-maven-plugin to 1.6.2, and the protobuf-maven-plugin to 0.6.1, everything was fine
non_priority
update grpc java md background the links to http proto and annotations proto no longer exist lower versions of grpc may no longer work with existing code i cannot access the public ip according to the documentation then i upgraded the grpc to the os maven plugin to and the protobuf maven plugin to everything was fine
0
236,362
7,748,711,099
IssuesEvent
2018-05-30 09:09:40
Gloirin/m2gTest
https://api.github.com/repos/Gloirin/m2gTest
closed
0002944: Change email account password on user password change
Feature Request Tinebase low priority
**Reported by raghnall on 19 Aug 2010 00:44** **Version:** git master If the Admin allows users to change their tine passwords, also change email backend passwords if tine manages them. **Steps to reproduce:** Chnage code at line 148 of ./Tinebase/Controller.php to: $account = Tinebase_Core::getUser(); if (Tinebase_Core::isLogLevel(Zend_Log::DEBUG)) Tinebase_Core::getLogger()-&gt;debug(__METHOD__ . &#039;::&#039; . __LINE__ . &#039; change password for &#039; . $account-&gt;accountLoginName); if (!Tinebase_Auth::getInstance()-&gt;isValidPassword($account-&gt;accountLoginName, $_oldPassword)) { throw new Tinebase_Exception_InvalidArgument(&#039;Old password is wrong.&#039;); } Tinebase_User::getInstance()-&gt;setPassword($account, $_newPassword, true, false); // manage email user settings if (Tinebase_EmailUser::manages(Tinebase_Model_Config::SMTP)) { Tinebase_EmailUser::getInstance(Tinebase_Model_Config::SMTP)-&gt;setPassword($account-&gt;getId(), $_newPassword); } if (Tinebase_EmailUser::manages(Tinebase_Model_Config::IMAP)) { Tinebase_EmailUser::getInstance(Tinebase_Model_Config::IMAP)-&gt;setPassword($account-&gt;getId(), $_newPassword); } **Additional information:** The only problem that I have with this is when I&#039;m using System Felamimail accounts. I do not know how to update the credential / userCredentialCache of the user on password change. They must logout then back in for their System Mail account to continue working. Logout/Login gets new usercredentialcache cookie and the system account starts working again.
1.0
0002944: Change email account password on user password change - **Reported by raghnall on 19 Aug 2010 00:44** **Version:** git master If the Admin allows users to change their tine passwords, also change email backend passwords if tine manages them. **Steps to reproduce:** Chnage code at line 148 of ./Tinebase/Controller.php to: $account = Tinebase_Core::getUser(); if (Tinebase_Core::isLogLevel(Zend_Log::DEBUG)) Tinebase_Core::getLogger()-&gt;debug(__METHOD__ . &#039;::&#039; . __LINE__ . &#039; change password for &#039; . $account-&gt;accountLoginName); if (!Tinebase_Auth::getInstance()-&gt;isValidPassword($account-&gt;accountLoginName, $_oldPassword)) { throw new Tinebase_Exception_InvalidArgument(&#039;Old password is wrong.&#039;); } Tinebase_User::getInstance()-&gt;setPassword($account, $_newPassword, true, false); // manage email user settings if (Tinebase_EmailUser::manages(Tinebase_Model_Config::SMTP)) { Tinebase_EmailUser::getInstance(Tinebase_Model_Config::SMTP)-&gt;setPassword($account-&gt;getId(), $_newPassword); } if (Tinebase_EmailUser::manages(Tinebase_Model_Config::IMAP)) { Tinebase_EmailUser::getInstance(Tinebase_Model_Config::IMAP)-&gt;setPassword($account-&gt;getId(), $_newPassword); } **Additional information:** The only problem that I have with this is when I&#039;m using System Felamimail accounts. I do not know how to update the credential / userCredentialCache of the user on password change. They must logout then back in for their System Mail account to continue working. Logout/Login gets new usercredentialcache cookie and the system account starts working again.
priority
change email account password on user password change reported by raghnall on aug version git master if the admin allows users to change their tine passwords also change email backend passwords if tine manages them steps to reproduce chnage code at line of tinebase controller php to account tinebase core getuser if tinebase core isloglevel zend log debug tinebase core getlogger gt debug method line change password for account gt accountloginname if tinebase auth getinstance gt isvalidpassword account gt accountloginname oldpassword throw new tinebase exception invalidargument old password is wrong tinebase user getinstance gt setpassword account newpassword true false manage email user settings if tinebase emailuser manages tinebase model config smtp tinebase emailuser getinstance tinebase model config smtp gt setpassword account gt getid newpassword if tinebase emailuser manages tinebase model config imap tinebase emailuser getinstance tinebase model config imap gt setpassword account gt getid newpassword additional information the only problem that i have with this is when i m using system felamimail accounts i do not know how to update the credential usercredentialcache of the user on password change they must logout then back in for their system mail account to continue working logout login gets new usercredentialcache cookie and the system account starts working again
1
236,102
7,746,260,626
IssuesEvent
2018-05-29 21:04:06
the-blue-alliance/the-blue-alliance-ios
https://api.github.com/repos/the-blue-alliance/the-blue-alliance-ios
opened
Remove `LoadingTableViewCell` for skeleton cells
enhancement low priority
There's not really a reason to have a `LoadingTableViewCell` when we know the types of cells to show. We should just mock out cells that might be in a loading state (Team, Match, Event) and set them up to take nil data, along with a loading spinner somewhere. This will make things feel better.
1.0
Remove `LoadingTableViewCell` for skeleton cells - There's not really a reason to have a `LoadingTableViewCell` when we know the types of cells to show. We should just mock out cells that might be in a loading state (Team, Match, Event) and set them up to take nil data, along with a loading spinner somewhere. This will make things feel better.
priority
remove loadingtableviewcell for skeleton cells there s not really a reason to have a loadingtableviewcell when we know the types of cells to show we should just mock out cells that might be in a loading state team match event and set them up to take nil data along with a loading spinner somewhere this will make things feel better
1
56,694
23,875,950,072
IssuesEvent
2022-09-07 19:04:28
cityofaustin/atd-data-tech
https://api.github.com/repos/cityofaustin/atd-data-tech
closed
Ability to copy a regulation during the creation workflow
Type: Feature Service: Apps Need: 2-Should Have Project: Traffic Register 2.0
When creating new regulations I need the ability to copy a regulation to the same regulation parent so that I can do my work quickly without entering the same data repeatedly.
1.0
Ability to copy a regulation during the creation workflow - When creating new regulations I need the ability to copy a regulation to the same regulation parent so that I can do my work quickly without entering the same data repeatedly.
non_priority
ability to copy a regulation during the creation workflow when creating new regulations i need the ability to copy a regulation to the same regulation parent so that i can do my work quickly without entering the same data repeatedly
0
172,315
21,043,354,843
IssuesEvent
2022-03-31 14:06:47
jgeraigery/dynatrace-service-broker
https://api.github.com/repos/jgeraigery/dynatrace-service-broker
opened
CVE-2015-5346 (High) detected in tomcat-embed-core-8.0.15.jar
security vulnerability
## CVE-2015-5346 - High 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.0.15.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="http://tomcat.apache.org/">http://tomcat.apache.org/</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.0.15/tomcat-embed-core-8.0.15.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-1.1.9.RELEASE.jar (Root Library) - spring-boot-starter-tomcat-1.1.9.RELEASE.jar - :x: **tomcat-embed-core-8.0.15.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Session fixation vulnerability in Apache Tomcat 7.x before 7.0.66, 8.x before 8.0.30, and 9.x before 9.0.0.M2, when different session settings are used for deployments of multiple versions of the same web application, might allow remote attackers to hijack web sessions by leveraging use of a requestedSessionSSL field for an unintended request, related to CoyoteAdapter.java and Request.java. <p>Publish Date: 2016-02-25 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-5346>CVE-2015-5346</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-2015-5346">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5346</a></p> <p>Release Date: 2016-02-25</p> <p>Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:9.0.0.M21,8.0.30,7.0.66,org.apache.tomcat:tomcat-catalina:9.0.0.M21,8.0.30,7.0.66</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.tomcat.embed","packageName":"tomcat-embed-core","packageVersion":"8.0.15","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.1.9.RELEASE;org.springframework.boot:spring-boot-starter-tomcat:1.1.9.RELEASE;org.apache.tomcat.embed:tomcat-embed-core:8.0.15","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.tomcat.embed:tomcat-embed-core:9.0.0.M21,8.0.30,7.0.66,org.apache.tomcat:tomcat-catalina:9.0.0.M21,8.0.30,7.0.66","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2015-5346","vulnerabilityDetails":"Session fixation vulnerability in Apache Tomcat 7.x before 7.0.66, 8.x before 8.0.30, and 9.x before 9.0.0.M2, when different session settings are used for deployments of multiple versions of the same web application, might allow remote attackers to hijack web sessions by leveraging use of a requestedSessionSSL field for an unintended request, related to CoyoteAdapter.java and Request.java.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-5346","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-2015-5346 (High) detected in tomcat-embed-core-8.0.15.jar - ## CVE-2015-5346 - High 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.0.15.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="http://tomcat.apache.org/">http://tomcat.apache.org/</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.0.15/tomcat-embed-core-8.0.15.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-1.1.9.RELEASE.jar (Root Library) - spring-boot-starter-tomcat-1.1.9.RELEASE.jar - :x: **tomcat-embed-core-8.0.15.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Session fixation vulnerability in Apache Tomcat 7.x before 7.0.66, 8.x before 8.0.30, and 9.x before 9.0.0.M2, when different session settings are used for deployments of multiple versions of the same web application, might allow remote attackers to hijack web sessions by leveraging use of a requestedSessionSSL field for an unintended request, related to CoyoteAdapter.java and Request.java. <p>Publish Date: 2016-02-25 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-5346>CVE-2015-5346</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-2015-5346">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5346</a></p> <p>Release Date: 2016-02-25</p> <p>Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:9.0.0.M21,8.0.30,7.0.66,org.apache.tomcat:tomcat-catalina:9.0.0.M21,8.0.30,7.0.66</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.tomcat.embed","packageName":"tomcat-embed-core","packageVersion":"8.0.15","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.1.9.RELEASE;org.springframework.boot:spring-boot-starter-tomcat:1.1.9.RELEASE;org.apache.tomcat.embed:tomcat-embed-core:8.0.15","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.tomcat.embed:tomcat-embed-core:9.0.0.M21,8.0.30,7.0.66,org.apache.tomcat:tomcat-catalina:9.0.0.M21,8.0.30,7.0.66","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2015-5346","vulnerabilityDetails":"Session fixation vulnerability in Apache Tomcat 7.x before 7.0.66, 8.x before 8.0.30, and 9.x before 9.0.0.M2, when different session settings are used for deployments of multiple versions of the same web application, might allow remote attackers to hijack web sessions by leveraging use of a requestedSessionSSL field for an unintended request, related to CoyoteAdapter.java and Request.java.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-5346","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_priority
cve high detected in tomcat embed core jar cve high severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file 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 base branch master vulnerability details session fixation vulnerability in apache tomcat x before x before and x before when different session settings are used for deployments of multiple versions of the same web application might allow remote attackers to hijack web sessions by leveraging use of a requestedsessionssl field for an unintended request related to coyoteadapter java and request java 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 org apache tomcat embed tomcat embed core org apache tomcat tomcat catalina isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org springframework boot spring boot starter web release org springframework boot spring boot starter tomcat release org apache tomcat embed tomcat embed core isminimumfixversionavailable true minimumfixversion org apache tomcat embed tomcat embed core org apache tomcat tomcat catalina isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails session fixation vulnerability in apache tomcat x before x before and x before when different session settings are used for deployments of multiple versions of the same web application might allow remote attackers to hijack web sessions by leveraging use of a requestedsessionssl field for an unintended request related to coyoteadapter java and request java vulnerabilityurl
0
407,781
27,631,359,051
IssuesEvent
2023-03-10 11:05:26
KinsonDigital/Carbonate
https://api.github.com/repos/KinsonDigital/Carbonate
closed
🚧Update twitter link
medium priority preview 📝documentation/product
### Complete The Item Below - [X] I have updated the title without removing the 🚧 emoji. ### Description Update URL section of the markdown links in the _**README.md**_ file to point to the twitter logo located in the **_.github_** org repo. [Here](https://github.com/KinsonDigital/.github/tree/master/Images) is the location of the logo. The link URL section below is what you should update the URLs to _**https://raw.githubusercontent.com/KinsonDigital/.github/master/Images/twitter-logo-16x16.svg**_. ### Acceptance Criteria - [x] twitter logo removed from the repo (if it exists) > **Note** Usually it exists in the _**./Documentation/Images/**_ folder - [x] twitter link updated > **Note** There should be 2 twitter logos to update. One for _**Calvin**_ and one for **Kristen** and is located in the _**README.md**_ file. ### ToDo Items - [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below. - [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below. - [X] Issue linked to the correct project _(if applicable)_. - [X] Issue linked to the correct milestone _(if applicable)_. - [x] Draft pull request created and linked to this issue _(only required with code changes)_. ### Issue Dependencies _No response_ ### Related Work _No response_ ### Additional Information: **_<details closed><summary>Change Type Labels</summary>_** | Change Type | Label | |---------------------|----------------------| | Bug Fixes | `🐛bug` | | Breaking Changes | `🧨breaking changes` | | New Feature | `✨new feature` | | Workflow Changes | `workflow` | | Code Doc Changes | `🗒️documentation/code` | | Product Doc Changes | `📝documentation/product` | </details> **_<details closed><summary>Priority Type Labels</summary>_** | Priority Type | Label | |---------------------|-------------------| | Low Priority | `low priority` | | Medium Priority | `medium priority` | | High Priority | `high priority` | </details> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct.
1.0
🚧Update twitter link - ### Complete The Item Below - [X] I have updated the title without removing the 🚧 emoji. ### Description Update URL section of the markdown links in the _**README.md**_ file to point to the twitter logo located in the **_.github_** org repo. [Here](https://github.com/KinsonDigital/.github/tree/master/Images) is the location of the logo. The link URL section below is what you should update the URLs to _**https://raw.githubusercontent.com/KinsonDigital/.github/master/Images/twitter-logo-16x16.svg**_. ### Acceptance Criteria - [x] twitter logo removed from the repo (if it exists) > **Note** Usually it exists in the _**./Documentation/Images/**_ folder - [x] twitter link updated > **Note** There should be 2 twitter logos to update. One for _**Calvin**_ and one for **Kristen** and is located in the _**README.md**_ file. ### ToDo Items - [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below. - [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below. - [X] Issue linked to the correct project _(if applicable)_. - [X] Issue linked to the correct milestone _(if applicable)_. - [x] Draft pull request created and linked to this issue _(only required with code changes)_. ### Issue Dependencies _No response_ ### Related Work _No response_ ### Additional Information: **_<details closed><summary>Change Type Labels</summary>_** | Change Type | Label | |---------------------|----------------------| | Bug Fixes | `🐛bug` | | Breaking Changes | `🧨breaking changes` | | New Feature | `✨new feature` | | Workflow Changes | `workflow` | | Code Doc Changes | `🗒️documentation/code` | | Product Doc Changes | `📝documentation/product` | </details> **_<details closed><summary>Priority Type Labels</summary>_** | Priority Type | Label | |---------------------|-------------------| | Low Priority | `low priority` | | Medium Priority | `medium priority` | | High Priority | `high priority` | </details> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct.
non_priority
🚧update twitter link complete the item below i have updated the title without removing the 🚧 emoji description update url section of the markdown links in the readme md file to point to the twitter logo located in the github org repo is the location of the logo the link url section below is what you should update the urls to acceptance criteria twitter logo removed from the repo if it exists note usually it exists in the documentation images folder twitter link updated note there should be twitter logos to update one for calvin and one for kristen and is located in the readme md file todo items change type labels added to this issue refer to the change type labels section below priority label added to this issue refer to the priority type labels section below issue linked to the correct project if applicable issue linked to the correct milestone if applicable draft pull request created and linked to this issue only required with code changes issue dependencies no response related work no response additional information change type labels change type label bug fixes 🐛bug breaking changes 🧨breaking changes new feature ✨new feature workflow changes workflow code doc changes 🗒️documentation code product doc changes 📝documentation product priority type labels priority type label low priority low priority medium priority medium priority high priority high priority code of conduct i agree to follow this project s code of conduct
0
589,671
17,755,870,329
IssuesEvent
2021-08-28 18:49:45
customize-game/customize-game.github.io
https://api.github.com/repos/customize-game/customize-game.github.io
opened
メンバーページが左にずれてる;;
bug priority:p2
# 問題点 - なんか左にずれてる・・・ - xsサイズより2段階大きいサイズで再現する ## 備考 - xsだと中身が縦に並んでくれる - そこからもう一段階画面幅が広がると特に問題なく見える - そこからさらに広がると左による・・・ - なんか一人ずつのPaperのコンポーネントのサイズが変わってないっぽい? # 改修内容 - 画面幅が広がったときに更新日やメンバー一人ずつのPaperが含まれているCardと同じ幅まで広げる - または、Paperのサイズを変えずに真ん中に寄せる 修正方針はどっちでもいい 左に寄ってるのが問題だから - xsサイズ、smサイズ、smサイズから1段階上のサイズ(ソース上も定義してないし名前忘れた)の3つでレイアウト崩れてないか確認してください
1.0
メンバーページが左にずれてる;; - # 問題点 - なんか左にずれてる・・・ - xsサイズより2段階大きいサイズで再現する ## 備考 - xsだと中身が縦に並んでくれる - そこからもう一段階画面幅が広がると特に問題なく見える - そこからさらに広がると左による・・・ - なんか一人ずつのPaperのコンポーネントのサイズが変わってないっぽい? # 改修内容 - 画面幅が広がったときに更新日やメンバー一人ずつのPaperが含まれているCardと同じ幅まで広げる - または、Paperのサイズを変えずに真ん中に寄せる 修正方針はどっちでもいい 左に寄ってるのが問題だから - xsサイズ、smサイズ、smサイズから1段階上のサイズ(ソース上も定義してないし名前忘れた)の3つでレイアウト崩れてないか確認してください
priority
メンバーページが左にずれてる;; 問題点 なんか左にずれてる・・・ 備考 xsだと中身が縦に並んでくれる そこからもう一段階画面幅が広がると特に問題なく見える そこからさらに広がると左による・・・ なんか一人ずつのpaperのコンポーネントのサイズが変わってないっぽい? 改修内容 画面幅が広がったときに更新日やメンバー一人ずつのpaperが含まれているcardと同じ幅まで広げる または、paperのサイズを変えずに真ん中に寄せる 修正方針はどっちでもいい 左に寄ってるのが問題だから xsサイズ、smサイズ、 (ソース上も定義してないし名前忘れた)
1
39,092
12,628,177,095
IssuesEvent
2020-06-15 01:22:11
srubianof/Angular-Spring5
https://api.github.com/repos/srubianof/Angular-Spring5
closed
CVE-2020-7608 (High) detected in yargs-parser-13.1.1.tgz, yargs-parser-11.1.1.tgz
security vulnerability
## CVE-2020-7608 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>yargs-parser-13.1.1.tgz</b>, <b>yargs-parser-11.1.1.tgz</b></p></summary> <p> <details><summary><b>yargs-parser-13.1.1.tgz</b></p></summary> <p>the mighty option parser used by yargs</p> <p>Library home page: <a href="https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz">https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/Angular-Spring5/cliente-app/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/Angular-Spring5/cliente-app/node_modules/@angular/compiler-cli/node_modules/yargs-parser/package.json</p> <p> Dependency Hierarchy: - compiler-cli-9.0.5.tgz (Root Library) - yargs-13.1.0.tgz - :x: **yargs-parser-13.1.1.tgz** (Vulnerable Library) </details> <details><summary><b>yargs-parser-11.1.1.tgz</b></p></summary> <p>the mighty option parser used by yargs</p> <p>Library home page: <a href="https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz">https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/Angular-Spring5/cliente-app/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/Angular-Spring5/cliente-app/node_modules/yargs-parser/package.json</p> <p> Dependency Hierarchy: - build-angular-0.900.5.tgz (Root Library) - webpack-dev-server-3.9.0.tgz - yargs-12.0.5.tgz - :x: **yargs-parser-11.1.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/srubianof/Angular-Spring5/commit/e6ffc55c4fcd9b9984ff6865b569c1c77c7d30ad">e6ffc55c4fcd9b9984ff6865b569c1c77c7d30ad</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> yargs-parser could be tricked into adding or modifying properties of Object.prototype using a "__proto__" payload. <p>Publish Date: 2020-03-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7608>CVE-2020-7608</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </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-7608">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7608</a></p> <p>Release Date: 2020-03-16</p> <p>Fix Resolution: v18.1.1;13.1.2;15.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-7608 (High) detected in yargs-parser-13.1.1.tgz, yargs-parser-11.1.1.tgz - ## CVE-2020-7608 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>yargs-parser-13.1.1.tgz</b>, <b>yargs-parser-11.1.1.tgz</b></p></summary> <p> <details><summary><b>yargs-parser-13.1.1.tgz</b></p></summary> <p>the mighty option parser used by yargs</p> <p>Library home page: <a href="https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz">https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/Angular-Spring5/cliente-app/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/Angular-Spring5/cliente-app/node_modules/@angular/compiler-cli/node_modules/yargs-parser/package.json</p> <p> Dependency Hierarchy: - compiler-cli-9.0.5.tgz (Root Library) - yargs-13.1.0.tgz - :x: **yargs-parser-13.1.1.tgz** (Vulnerable Library) </details> <details><summary><b>yargs-parser-11.1.1.tgz</b></p></summary> <p>the mighty option parser used by yargs</p> <p>Library home page: <a href="https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz">https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/Angular-Spring5/cliente-app/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/Angular-Spring5/cliente-app/node_modules/yargs-parser/package.json</p> <p> Dependency Hierarchy: - build-angular-0.900.5.tgz (Root Library) - webpack-dev-server-3.9.0.tgz - yargs-12.0.5.tgz - :x: **yargs-parser-11.1.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/srubianof/Angular-Spring5/commit/e6ffc55c4fcd9b9984ff6865b569c1c77c7d30ad">e6ffc55c4fcd9b9984ff6865b569c1c77c7d30ad</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> yargs-parser could be tricked into adding or modifying properties of Object.prototype using a "__proto__" payload. <p>Publish Date: 2020-03-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7608>CVE-2020-7608</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </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-7608">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7608</a></p> <p>Release Date: 2020-03-16</p> <p>Fix Resolution: v18.1.1;13.1.2;15.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in yargs parser tgz yargs parser tgz cve high severity vulnerability vulnerable libraries yargs parser tgz yargs parser tgz yargs parser tgz the mighty option parser used by yargs library home page a href path to dependency file tmp ws scm angular cliente app package json path to vulnerable library tmp ws scm angular cliente app node modules angular compiler cli node modules yargs parser package json dependency hierarchy compiler cli tgz root library yargs tgz x yargs parser tgz vulnerable library yargs parser tgz the mighty option parser used by yargs library home page a href path to dependency file tmp ws scm angular cliente app package json path to vulnerable library tmp ws scm angular cliente app node modules yargs parser package json dependency hierarchy build angular tgz root library webpack dev server tgz yargs tgz x yargs parser tgz vulnerable library found in head commit a href vulnerability details yargs parser could be tricked into adding or modifying properties of object prototype using a proto payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
107,648
9,219,948,496
IssuesEvent
2019-03-11 16:25:44
deepforge-dev/deepforge
https://api.github.com/repos/deepforge-dev/deepforge
closed
Tests failing - cannot find ComponentSettings
bug minor testing
It appears the environment detection (nodejs vs browser) fails in the automated tests.
1.0
Tests failing - cannot find ComponentSettings - It appears the environment detection (nodejs vs browser) fails in the automated tests.
non_priority
tests failing cannot find componentsettings it appears the environment detection nodejs vs browser fails in the automated tests
0
311,733
9,538,446,760
IssuesEvent
2019-04-30 14:44:48
fuzzysearch404/petriks
https://api.github.com/repos/fuzzysearch404/petriks
closed
Music player: The songs could crossfade.
low priority enhancement
It would be cool if the songs would crossfade at the end of playing
1.0
Music player: The songs could crossfade. - It would be cool if the songs would crossfade at the end of playing
priority
music player the songs could crossfade it would be cool if the songs would crossfade at the end of playing
1
481,673
13,889,887,767
IssuesEvent
2020-10-19 08:31:58
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.1.0 beta staging-1806]Civics: Mint currency trigger review
Category: Laws Priority: Medium
Mint currency sub-trigger "Currency Amount" only count amount of instances you craft a currency, not total value of the craft which makes laws for currency amounts unnecessarily complex and can easily be circumvented if not done correctly. Change currency amount into the total value of the currency its pointed towards. ![Screenshot_47.jpg](https://images.zenhubusercontent.com/5f5a7fa59878ed957a861886/a96c2715-d921-4814-90cd-a3cf3b3b0f93)
1.0
[0.9.1.0 beta staging-1806]Civics: Mint currency trigger review - Mint currency sub-trigger "Currency Amount" only count amount of instances you craft a currency, not total value of the craft which makes laws for currency amounts unnecessarily complex and can easily be circumvented if not done correctly. Change currency amount into the total value of the currency its pointed towards. ![Screenshot_47.jpg](https://images.zenhubusercontent.com/5f5a7fa59878ed957a861886/a96c2715-d921-4814-90cd-a3cf3b3b0f93)
priority
civics mint currency trigger review mint currency sub trigger currency amount only count amount of instances you craft a currency not total value of the craft which makes laws for currency amounts unnecessarily complex and can easily be circumvented if not done correctly change currency amount into the total value of the currency its pointed towards
1
55,554
13,640,596,494
IssuesEvent
2020-09-25 12:59:56
hashicorp/packer
https://api.github.com/repos/hashicorp/packer
closed
Add support for Proxmox iothread disk option
builder/proxmox enhancement
#### Feature Description There is an additional flag in Proxmox (also other qemu systems) to allow IOThreads on disk controllers: https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines #### Use Case(s) Recommended setting for best performance.
1.0
Add support for Proxmox iothread disk option - #### Feature Description There is an additional flag in Proxmox (also other qemu systems) to allow IOThreads on disk controllers: https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines #### Use Case(s) Recommended setting for best performance.
non_priority
add support for proxmox iothread disk option feature description there is an additional flag in proxmox also other qemu systems to allow iothreads on disk controllers use case s recommended setting for best performance
0
792,323
27,955,124,197
IssuesEvent
2023-03-24 11:48:53
workcraft/workcraft
https://api.github.com/repos/workcraft/workcraft
closed
Add JavaScript wrapper functions to access circuit contact attributes
enhancement tag:model:circuit status:confirmed priority:low
* Initial state attribute on driver contacts (input port or output pin): - [x] `setCircuitDriverInitToOne(work, ref, value)` -- set 'value' as _Init to one_ attribute for driver 'ref' (input port or output pin) in Circuit 'work' - [x] `getCircuitDriverInitToOne(work, ref)` -- get _Init to one_ attribute for driver 'ref' (input port or output pin) in Circuit 'work' * Force init attribute on driver contacts (input port or output pin): - [x] `setCircuitDriverForcedInit(work, ref, value)` -- set 'value' as __Forced init_ attribute for driver 'ref' (input port or output pin) in Circuit 'work' - [x] `getCircuitDriverForcedInit(work, ref)` -- get _Forced init_ attribute for driver 'ref' (input port or output pin) in Circuit 'work' * Path breaker attribute on pins (input pin or output pin): - [x] `setCircuitPinPathBreaker(work, ref, value)` -- set 'value' as _Path breaker_ attribute for pin 'ref' in Circuit 'work' - [x] `getCircuitPinPathBreaker(work, ref)` -- get _Path breaker_ attribute for pin 'ref' in Circuit 'work' * Constraints on input ports: - [x] `constrainCircuitInputPortRiseOnly(work, ref)` -- constrain input port 'ref' in Circuit 'work' as rise only - [x] `constrainCircuitInputPortFallOnly(work, ref)` -- constrain input port 'ref' in Circuit 'work' as fall only - [x] `constrainCircuitInputPortAny(work, ref)` -- clear constrains from input port 'ref' in Circuit 'work' - [x] `getCircuitDriverSetFunction(work, ref)` -- get _Set function_ of driver 'ref' in Circuit 'work' - [x] `getCircuitDriverResetFunction(work, ref)` -- get _Reset function_ of driver 'ref' in Circuit 'work'
1.0
Add JavaScript wrapper functions to access circuit contact attributes - * Initial state attribute on driver contacts (input port or output pin): - [x] `setCircuitDriverInitToOne(work, ref, value)` -- set 'value' as _Init to one_ attribute for driver 'ref' (input port or output pin) in Circuit 'work' - [x] `getCircuitDriverInitToOne(work, ref)` -- get _Init to one_ attribute for driver 'ref' (input port or output pin) in Circuit 'work' * Force init attribute on driver contacts (input port or output pin): - [x] `setCircuitDriverForcedInit(work, ref, value)` -- set 'value' as __Forced init_ attribute for driver 'ref' (input port or output pin) in Circuit 'work' - [x] `getCircuitDriverForcedInit(work, ref)` -- get _Forced init_ attribute for driver 'ref' (input port or output pin) in Circuit 'work' * Path breaker attribute on pins (input pin or output pin): - [x] `setCircuitPinPathBreaker(work, ref, value)` -- set 'value' as _Path breaker_ attribute for pin 'ref' in Circuit 'work' - [x] `getCircuitPinPathBreaker(work, ref)` -- get _Path breaker_ attribute for pin 'ref' in Circuit 'work' * Constraints on input ports: - [x] `constrainCircuitInputPortRiseOnly(work, ref)` -- constrain input port 'ref' in Circuit 'work' as rise only - [x] `constrainCircuitInputPortFallOnly(work, ref)` -- constrain input port 'ref' in Circuit 'work' as fall only - [x] `constrainCircuitInputPortAny(work, ref)` -- clear constrains from input port 'ref' in Circuit 'work' - [x] `getCircuitDriverSetFunction(work, ref)` -- get _Set function_ of driver 'ref' in Circuit 'work' - [x] `getCircuitDriverResetFunction(work, ref)` -- get _Reset function_ of driver 'ref' in Circuit 'work'
priority
add javascript wrapper functions to access circuit contact attributes initial state attribute on driver contacts input port or output pin setcircuitdriverinittoone work ref value set value as init to one attribute for driver ref input port or output pin in circuit work getcircuitdriverinittoone work ref get init to one attribute for driver ref input port or output pin in circuit work force init attribute on driver contacts input port or output pin setcircuitdriverforcedinit work ref value set value as forced init attribute for driver ref input port or output pin in circuit work getcircuitdriverforcedinit work ref get forced init attribute for driver ref input port or output pin in circuit work path breaker attribute on pins input pin or output pin setcircuitpinpathbreaker work ref value set value as path breaker attribute for pin ref in circuit work getcircuitpinpathbreaker work ref get path breaker attribute for pin ref in circuit work constraints on input ports constraincircuitinputportriseonly work ref constrain input port ref in circuit work as rise only constraincircuitinputportfallonly work ref constrain input port ref in circuit work as fall only constraincircuitinputportany work ref clear constrains from input port ref in circuit work getcircuitdriversetfunction work ref get set function of driver ref in circuit work getcircuitdriverresetfunction work ref get reset function of driver ref in circuit work
1
299,010
22,584,414,098
IssuesEvent
2022-06-28 14:11:56
sxs-collaboration/spectre
https://api.github.com/repos/sxs-collaboration/spectre
closed
WRAPPED_PUPable_decl_* docs refer to (non-)class classes
documentation
WRAPPED_PUPable_decl_template: "Any class that derives off of a non-class template base class..." WRAPPED_PUPable_decl_base_template: "Any class that derives off of a class template base class..." I don't know what these are trying to say, but neither a "class class" nor a "non-class class" make any sense to me.
1.0
WRAPPED_PUPable_decl_* docs refer to (non-)class classes - WRAPPED_PUPable_decl_template: "Any class that derives off of a non-class template base class..." WRAPPED_PUPable_decl_base_template: "Any class that derives off of a class template base class..." I don't know what these are trying to say, but neither a "class class" nor a "non-class class" make any sense to me.
non_priority
wrapped pupable decl docs refer to non class classes wrapped pupable decl template any class that derives off of a non class template base class wrapped pupable decl base template any class that derives off of a class template base class i don t know what these are trying to say but neither a class class nor a non class class make any sense to me
0
174,615
6,541,697,009
IssuesEvent
2017-09-01 21:19:19
heartsucker/rust-tuf
https://api.github.com/repos/heartsucker/rust-tuf
closed
Support for compressed metadata
Feature :: Improvement Priority :: Low
Relevant discussion: https://github.com/theupdateframework/tuf/issues/105 This would require crossplatform, rust-only support for the chosen compression algorithm. Additionally, it would be nice if TUF supported some way of sending the hashes of the compressed data so that there is less processing of untrusted data. Even without that provision, the steps would be 1. Download `role.extension.compression` up to size `N` bytes where `N` is the size of `role.extension` + some fixed offset to catch the edge case where the compressed data is larger than the original 2. Decompress to `role.extension` up to size `N` 3. If 1/2 fails, download `role.extension` 4. Parse 5. Do the usual This assumes that the root metadata has a flag of what types of compressed metadata it has available (possibly none).
1.0
Support for compressed metadata - Relevant discussion: https://github.com/theupdateframework/tuf/issues/105 This would require crossplatform, rust-only support for the chosen compression algorithm. Additionally, it would be nice if TUF supported some way of sending the hashes of the compressed data so that there is less processing of untrusted data. Even without that provision, the steps would be 1. Download `role.extension.compression` up to size `N` bytes where `N` is the size of `role.extension` + some fixed offset to catch the edge case where the compressed data is larger than the original 2. Decompress to `role.extension` up to size `N` 3. If 1/2 fails, download `role.extension` 4. Parse 5. Do the usual This assumes that the root metadata has a flag of what types of compressed metadata it has available (possibly none).
priority
support for compressed metadata relevant discussion this would require crossplatform rust only support for the chosen compression algorithm additionally it would be nice if tuf supported some way of sending the hashes of the compressed data so that there is less processing of untrusted data even without that provision the steps would be download role extension compression up to size n bytes where n is the size of role extension some fixed offset to catch the edge case where the compressed data is larger than the original decompress to role extension up to size n if fails download role extension parse do the usual this assumes that the root metadata has a flag of what types of compressed metadata it has available possibly none
1
198,120
6,970,214,382
IssuesEvent
2017-12-11 09:30:49
LaKraven/ADAPT
https://api.github.com/repos/LaKraven/ADAPT
closed
Pascal - Event Engine - Remove Event Holder Nonsense
bug High Priority Implementation Important Interface Interface-breaking Lib Event Engine
`IADEventHolder` and `TADEventHolder` are completely meaningless! Events (all Events) are Interfaced Objects, which means they inherit reference counting. There's no reason to have an interfaced "Holder," and all this does is cause memory leaks on shutdown (circular reference between an Event and its Holder)
1.0
Pascal - Event Engine - Remove Event Holder Nonsense - `IADEventHolder` and `TADEventHolder` are completely meaningless! Events (all Events) are Interfaced Objects, which means they inherit reference counting. There's no reason to have an interfaced "Holder," and all this does is cause memory leaks on shutdown (circular reference between an Event and its Holder)
priority
pascal event engine remove event holder nonsense iadeventholder and tadeventholder are completely meaningless events all events are interfaced objects which means they inherit reference counting there s no reason to have an interfaced holder and all this does is cause memory leaks on shutdown circular reference between an event and its holder
1
508,443
14,700,318,191
IssuesEvent
2021-01-04 10:01:34
ZELLMECHANIK-DRESDEN/ShapeOut2
https://api.github.com/repos/ZELLMECHANIK-DRESDEN/ShapeOut2
closed
Adding new filter automatically selects Box filters from previously edited filter
bug priority: high
When I add a new filter, the selected options ("Box filters") from the filter that I edited before are already selected. For example: My first filter is for fluorescence and I select FL-1 width and FL-1 maximum. When I add another filter for porosity, FL-1 width and FL-1 maximum are already pre-selected. I then add another filter for brightness and porosity is preselected. Furthermore, I noticed that when I now go back to edit the first filter for fluorescence and change for example the lower limit of FL-1 maximum, then press "Apply", the brightness is selected as "Box filters" there as well. Is this behavior intended? ShapeOut 2.4.3
1.0
Adding new filter automatically selects Box filters from previously edited filter - When I add a new filter, the selected options ("Box filters") from the filter that I edited before are already selected. For example: My first filter is for fluorescence and I select FL-1 width and FL-1 maximum. When I add another filter for porosity, FL-1 width and FL-1 maximum are already pre-selected. I then add another filter for brightness and porosity is preselected. Furthermore, I noticed that when I now go back to edit the first filter for fluorescence and change for example the lower limit of FL-1 maximum, then press "Apply", the brightness is selected as "Box filters" there as well. Is this behavior intended? ShapeOut 2.4.3
priority
adding new filter automatically selects box filters from previously edited filter when i add a new filter the selected options box filters from the filter that i edited before are already selected for example my first filter is for fluorescence and i select fl width and fl maximum when i add another filter for porosity fl width and fl maximum are already pre selected i then add another filter for brightness and porosity is preselected furthermore i noticed that when i now go back to edit the first filter for fluorescence and change for example the lower limit of fl maximum then press apply the brightness is selected as box filters there as well is this behavior intended shapeout
1
20,200
3,314,823,529
IssuesEvent
2015-11-06 08:27:01
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
[TEST-FAILURE] ReplicatedMapLoadingTest.testSyncFillup
Team: Core Type: Defect
``` java.lang.AssertionError: expected:<3000> but was:<2999> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.hazelcast.replicatedmap.ReplicatedMapLoadingTest.testSyncFillup(ReplicatedMapLoadingTest.java:109) ``` https://hazelcast-l337.ci.cloudbees.com/job/Hazelcast-3.x-OracleJDK1.6/com.hazelcast$hazelcast/717/testReport/junit/com.hazelcast.replicatedmap/ReplicatedMapLoadingTest/testSyncFillup/
1.0
[TEST-FAILURE] ReplicatedMapLoadingTest.testSyncFillup - ``` java.lang.AssertionError: expected:<3000> but was:<2999> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.hazelcast.replicatedmap.ReplicatedMapLoadingTest.testSyncFillup(ReplicatedMapLoadingTest.java:109) ``` https://hazelcast-l337.ci.cloudbees.com/job/Hazelcast-3.x-OracleJDK1.6/com.hazelcast$hazelcast/717/testReport/junit/com.hazelcast.replicatedmap/ReplicatedMapLoadingTest/testSyncFillup/
non_priority
replicatedmaploadingtest testsyncfillup java lang assertionerror expected but was at org junit assert fail assert java at org junit assert failnotequals assert java at org junit assert assertequals assert java at org junit assert assertequals assert java at com hazelcast replicatedmap replicatedmaploadingtest testsyncfillup replicatedmaploadingtest java
0
94,377
15,962,368,067
IssuesEvent
2021-04-16 01:09:43
KaterinaOrg/my-bag-of-holding
https://api.github.com/repos/KaterinaOrg/my-bag-of-holding
opened
CVE-2020-7662 (High) detected in websocket-extensions-0.1.3.tgz
security vulnerability
## CVE-2020-7662 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>websocket-extensions-0.1.3.tgz</b></p></summary> <p>Generic extension manager for WebSocket connections</p> <p>Library home page: <a href="https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz">https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz</a></p> <p> Dependency Hierarchy: - grunt-contrib-watch-1.1.0.tgz (Root Library) - tiny-lr-1.1.1.tgz - faye-websocket-0.10.0.tgz - websocket-driver-0.7.0.tgz - :x: **websocket-extensions-0.1.3.tgz** (Vulnerable Library) <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> websocket-extensions npm module prior to 0.1.4 allows Denial of Service (DoS) via Regex Backtracking. The extension parser may take quadratic time when parsing a header containing an unclosed string parameter value whose content is a repeating two-byte sequence of a backslash and some other character. This could be abused by an attacker to conduct Regex Denial Of Service (ReDoS) on a single-threaded server by providing a malicious payload with the Sec-WebSocket-Extensions header. <p>Publish Date: 2020-06-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7662>CVE-2020-7662</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7662">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7662</a></p> <p>Release Date: 2020-06-02</p> <p>Fix Resolution: websocket-extensions:0.1.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"websocket-extensions","packageVersion":"0.1.3","packageFilePaths":[],"isTransitiveDependency":true,"dependencyTree":"grunt-contrib-watch:1.1.0;tiny-lr:1.1.1;faye-websocket:0.10.0;websocket-driver:0.7.0;websocket-extensions:0.1.3","isMinimumFixVersionAvailable":true,"minimumFixVersion":"websocket-extensions:0.1.4"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2020-7662","vulnerabilityDetails":"websocket-extensions npm module prior to 0.1.4 allows Denial of Service (DoS) via Regex Backtracking. The extension parser may take quadratic time when parsing a header containing an unclosed string parameter value whose content is a repeating two-byte sequence of a backslash and some other character. This could be abused by an attacker to conduct Regex Denial Of Service (ReDoS) on a single-threaded server by providing a malicious payload with the Sec-WebSocket-Extensions header.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7662","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-7662 (High) detected in websocket-extensions-0.1.3.tgz - ## CVE-2020-7662 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>websocket-extensions-0.1.3.tgz</b></p></summary> <p>Generic extension manager for WebSocket connections</p> <p>Library home page: <a href="https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz">https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz</a></p> <p> Dependency Hierarchy: - grunt-contrib-watch-1.1.0.tgz (Root Library) - tiny-lr-1.1.1.tgz - faye-websocket-0.10.0.tgz - websocket-driver-0.7.0.tgz - :x: **websocket-extensions-0.1.3.tgz** (Vulnerable Library) <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> websocket-extensions npm module prior to 0.1.4 allows Denial of Service (DoS) via Regex Backtracking. The extension parser may take quadratic time when parsing a header containing an unclosed string parameter value whose content is a repeating two-byte sequence of a backslash and some other character. This could be abused by an attacker to conduct Regex Denial Of Service (ReDoS) on a single-threaded server by providing a malicious payload with the Sec-WebSocket-Extensions header. <p>Publish Date: 2020-06-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7662>CVE-2020-7662</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7662">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7662</a></p> <p>Release Date: 2020-06-02</p> <p>Fix Resolution: websocket-extensions:0.1.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"websocket-extensions","packageVersion":"0.1.3","packageFilePaths":[],"isTransitiveDependency":true,"dependencyTree":"grunt-contrib-watch:1.1.0;tiny-lr:1.1.1;faye-websocket:0.10.0;websocket-driver:0.7.0;websocket-extensions:0.1.3","isMinimumFixVersionAvailable":true,"minimumFixVersion":"websocket-extensions:0.1.4"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2020-7662","vulnerabilityDetails":"websocket-extensions npm module prior to 0.1.4 allows Denial of Service (DoS) via Regex Backtracking. The extension parser may take quadratic time when parsing a header containing an unclosed string parameter value whose content is a repeating two-byte sequence of a backslash and some other character. This could be abused by an attacker to conduct Regex Denial Of Service (ReDoS) on a single-threaded server by providing a malicious payload with the Sec-WebSocket-Extensions header.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7662","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_priority
cve high detected in websocket extensions tgz cve high severity vulnerability vulnerable library websocket extensions tgz generic extension manager for websocket connections library home page a href dependency hierarchy grunt contrib watch tgz root library tiny lr tgz faye websocket tgz websocket driver tgz x websocket extensions tgz vulnerable library found in base branch main vulnerability details websocket extensions npm module prior to allows denial of service dos via regex backtracking the extension parser may take quadratic time when parsing a header containing an unclosed string parameter value whose content is a repeating two byte sequence of a backslash and some other character this could be abused by an attacker to conduct regex denial of service redos on a single threaded server by providing a malicious payload with the sec websocket extensions header publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution websocket extensions isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree grunt contrib watch tiny lr faye websocket websocket driver websocket extensions isminimumfixversionavailable true minimumfixversion websocket extensions basebranches vulnerabilityidentifier cve vulnerabilitydetails websocket extensions npm module prior to allows denial of service dos via regex backtracking the extension parser may take quadratic time when parsing a header containing an unclosed string parameter value whose content is a repeating two byte sequence of a backslash and some other character this could be abused by an attacker to conduct regex denial of service redos on a single threaded server by providing a malicious payload with the sec websocket extensions header vulnerabilityurl
0
581,237
17,289,183,223
IssuesEvent
2021-07-24 11:04:01
ppy/osu
https://api.github.com/repos/ppy/osu
closed
User mods don't update correctly when freemods list changes
area:mods area:multiplayer priority:1
**Describe the bug:** I found a way to get players to have disallowed freemods in multiplayer. They can play the map as normal with these glitched mods enabled but their score does not submit. forcemod = "mods" menu, freemod= "freemods" menu **Screenshots or videos showing encountered issue:** First video shows how to reproduce. 1. Flashlight freemod is toggled off through "freemods" menu - works correctly. 2. Hidden forcemod is toggled on in "mods" menu, then immediately toggled back off. This disables Hidden in the "freemods" menu and updates both players - works correctly (though maybe Hidden freemod should automatically be reenabled to be intuitive to the player?). 3. Hard Rock forcemod is toggled on in "mods" menu and map is selected. Player1 correctly loses Hard Rock, but Player2 keeps Hard Rock. The map correctly shows Hard Rock forcemod. Next, Hard Rock forcemod is toggled off and map is selected again. Player2 incorrectly still has Hard Rock enabled, even though it is no longer an allowed freemod. https://www.youtube.com/watch?v=iSzgPY8NhXw Player2 gets to play the map with the mods they visibly have selected, but their score does not show up in results: https://user-images.githubusercontent.com/33764011/126403999-13c6b7a7-8d6e-4b02-b3b7-44f52e8c8c97.mp4 Also, when player2 attempts to change their mods, any glitched mods will automatically be removed. **osu!lazer version:** 2021.720.0 **Logs:** accidentally overwrote by relaunching, but any errors should probably only show for Player2 --- Kind of a convoluted method, but players could definitely stumble upon this accidentally, especially when the lobby host is shifting a lot, and it's not intuitive for the players to fix. The main bug here might just be forcemod only removing freemod from Player1, not any other players (0:30 in video 1, Hard Rock is visible twice).
1.0
User mods don't update correctly when freemods list changes - **Describe the bug:** I found a way to get players to have disallowed freemods in multiplayer. They can play the map as normal with these glitched mods enabled but their score does not submit. forcemod = "mods" menu, freemod= "freemods" menu **Screenshots or videos showing encountered issue:** First video shows how to reproduce. 1. Flashlight freemod is toggled off through "freemods" menu - works correctly. 2. Hidden forcemod is toggled on in "mods" menu, then immediately toggled back off. This disables Hidden in the "freemods" menu and updates both players - works correctly (though maybe Hidden freemod should automatically be reenabled to be intuitive to the player?). 3. Hard Rock forcemod is toggled on in "mods" menu and map is selected. Player1 correctly loses Hard Rock, but Player2 keeps Hard Rock. The map correctly shows Hard Rock forcemod. Next, Hard Rock forcemod is toggled off and map is selected again. Player2 incorrectly still has Hard Rock enabled, even though it is no longer an allowed freemod. https://www.youtube.com/watch?v=iSzgPY8NhXw Player2 gets to play the map with the mods they visibly have selected, but their score does not show up in results: https://user-images.githubusercontent.com/33764011/126403999-13c6b7a7-8d6e-4b02-b3b7-44f52e8c8c97.mp4 Also, when player2 attempts to change their mods, any glitched mods will automatically be removed. **osu!lazer version:** 2021.720.0 **Logs:** accidentally overwrote by relaunching, but any errors should probably only show for Player2 --- Kind of a convoluted method, but players could definitely stumble upon this accidentally, especially when the lobby host is shifting a lot, and it's not intuitive for the players to fix. The main bug here might just be forcemod only removing freemod from Player1, not any other players (0:30 in video 1, Hard Rock is visible twice).
priority
user mods don t update correctly when freemods list changes describe the bug i found a way to get players to have disallowed freemods in multiplayer they can play the map as normal with these glitched mods enabled but their score does not submit forcemod mods menu freemod freemods menu screenshots or videos showing encountered issue first video shows how to reproduce flashlight freemod is toggled off through freemods menu works correctly hidden forcemod is toggled on in mods menu then immediately toggled back off this disables hidden in the freemods menu and updates both players works correctly though maybe hidden freemod should automatically be reenabled to be intuitive to the player hard rock forcemod is toggled on in mods menu and map is selected correctly loses hard rock but keeps hard rock the map correctly shows hard rock forcemod next hard rock forcemod is toggled off and map is selected again incorrectly still has hard rock enabled even though it is no longer an allowed freemod gets to play the map with the mods they visibly have selected but their score does not show up in results also when attempts to change their mods any glitched mods will automatically be removed osu lazer version logs accidentally overwrote by relaunching but any errors should probably only show for kind of a convoluted method but players could definitely stumble upon this accidentally especially when the lobby host is shifting a lot and it s not intuitive for the players to fix the main bug here might just be forcemod only removing freemod from not any other players in video hard rock is visible twice
1
102,706
16,579,117,946
IssuesEvent
2021-05-31 09:16:11
AlexRogalskiy/github-action-open-jscharts
https://api.github.com/repos/AlexRogalskiy/github-action-open-jscharts
opened
CVE-2021-33623 (Medium) detected in trim-newlines-3.0.0.tgz
security vulnerability
## CVE-2021-33623 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-3.0.0.tgz</b></p></summary> <p>Trim newlines from the start and/or end of a string</p> <p>Library home page: <a href="https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.0.tgz">https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.0.tgz</a></p> <p>Path to dependency file: github-action-open-jscharts/package.json</p> <p>Path to vulnerable library: github-action-open-jscharts/node_modules/trim-newlines/package.json</p> <p> Dependency Hierarchy: - release-notes-generator-9.0.1.tgz (Root Library) - conventional-changelog-writer-4.1.0.tgz - meow-8.1.2.tgz - :x: **trim-newlines-3.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/github-action-open-jscharts/commit/4c8f9e763a9a31508f99677ba7b03ffb793fd946">4c8f9e763a9a31508f99677ba7b03ffb793fd946</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> The trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the .end() method. <p>Publish Date: 2021-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33623>CVE-2021-33623</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: 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-2021-33623">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623</a></p> <p>Release Date: 2021-05-28</p> <p>Fix Resolution: trim-newlines - 3.0.1, 4.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-33623 (Medium) detected in trim-newlines-3.0.0.tgz - ## CVE-2021-33623 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-3.0.0.tgz</b></p></summary> <p>Trim newlines from the start and/or end of a string</p> <p>Library home page: <a href="https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.0.tgz">https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.0.tgz</a></p> <p>Path to dependency file: github-action-open-jscharts/package.json</p> <p>Path to vulnerable library: github-action-open-jscharts/node_modules/trim-newlines/package.json</p> <p> Dependency Hierarchy: - release-notes-generator-9.0.1.tgz (Root Library) - conventional-changelog-writer-4.1.0.tgz - meow-8.1.2.tgz - :x: **trim-newlines-3.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/github-action-open-jscharts/commit/4c8f9e763a9a31508f99677ba7b03ffb793fd946">4c8f9e763a9a31508f99677ba7b03ffb793fd946</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> The trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the .end() method. <p>Publish Date: 2021-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33623>CVE-2021-33623</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: 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-2021-33623">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623</a></p> <p>Release Date: 2021-05-28</p> <p>Fix Resolution: trim-newlines - 3.0.1, 4.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in trim newlines tgz cve medium severity vulnerability vulnerable library trim newlines tgz trim newlines from the start and or end of a string library home page a href path to dependency file github action open jscharts package json path to vulnerable library github action open jscharts node modules trim newlines package json dependency hierarchy release notes generator tgz root library conventional changelog writer tgz meow tgz x trim newlines tgz vulnerable library found in head commit a href vulnerability details the trim newlines package before and x before for node js has an issue related to regular expression denial of service redos for the end method publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution trim newlines step up your open source security game with whitesource
0
588,833
17,672,920,426
IssuesEvent
2021-08-23 08:44:08
code-ready/crc
https://api.github.com/repos/code-ready/crc
closed
Handle ca-cert for proxy and propagate to cluster
kind/bug priority/minor
As of now we don't have any automated way to propagate the `ca-proxy` for the cluster and only manual document available https://github.com/code-ready/crc/issues/1014#issuecomment-589622267
1.0
Handle ca-cert for proxy and propagate to cluster - As of now we don't have any automated way to propagate the `ca-proxy` for the cluster and only manual document available https://github.com/code-ready/crc/issues/1014#issuecomment-589622267
priority
handle ca cert for proxy and propagate to cluster as of now we don t have any automated way to propagate the ca proxy for the cluster and only manual document available
1
252,338
8,034,718,048
IssuesEvent
2018-07-29 22:02:44
Xetera/Hifumi
https://api.github.com/repos/Xetera/Hifumi
closed
Replace singleton patterns / global variables with dependency injections
high priority
bad practice -> good practice
1.0
Replace singleton patterns / global variables with dependency injections - bad practice -> good practice
priority
replace singleton patterns global variables with dependency injections bad practice good practice
1
71,008
30,786,972,152
IssuesEvent
2023-07-31 13:50:06
teambtcmap/btcmap-data
https://api.github.com/repos/teambtcmap/btcmap-data
closed
SBA Management
help wanted good first issue location-submission service Guernsey
Merchant name: SBA Management Country: Guernsey Address: Sark Island Lat: 49.43779625228505 Long: -2.342339978990256 OSM: https://www.openstreetmap.org/edit#map=21/49.43779625228505/-2.342339978990256 Category: Body Armor, Preparedness and Survival Outlet Payment methods: onchain Website: https://mobazha.info/profile/12D3KooWGdB5VUnVWvQ8dBwv5uSsSQxrgWUwsVdsHSAMCB4EDKxr Phone: Opening hours: Twitter merchant: @Telegram Twitter submitter: @armoru2 Notes: We also operate bodyarmour.com and body-armour.com Data Source: Business Owner Details (if applicable): Contact: order@body-armour.com Status: Todo Created at: 2023-05-09T11:59:49.944Z If you are a new contributor please read our Tagging Instructions [here](https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions).
1.0
SBA Management - Merchant name: SBA Management Country: Guernsey Address: Sark Island Lat: 49.43779625228505 Long: -2.342339978990256 OSM: https://www.openstreetmap.org/edit#map=21/49.43779625228505/-2.342339978990256 Category: Body Armor, Preparedness and Survival Outlet Payment methods: onchain Website: https://mobazha.info/profile/12D3KooWGdB5VUnVWvQ8dBwv5uSsSQxrgWUwsVdsHSAMCB4EDKxr Phone: Opening hours: Twitter merchant: @Telegram Twitter submitter: @armoru2 Notes: We also operate bodyarmour.com and body-armour.com Data Source: Business Owner Details (if applicable): Contact: order@body-armour.com Status: Todo Created at: 2023-05-09T11:59:49.944Z If you are a new contributor please read our Tagging Instructions [here](https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions).
non_priority
sba management merchant name sba management country guernsey address sark island lat long osm category body armor preparedness and survival outlet payment methods onchain website phone opening hours twitter merchant telegram twitter submitter notes we also operate bodyarmour com and body armour com data source business owner details if applicable contact order body armour com status todo created at if you are a new contributor please read our tagging instructions
0
69,638
9,311,172,358
IssuesEvent
2019-03-25 20:41:09
virtual-kubelet/virtual-kubelet
https://api.github.com/repos/virtual-kubelet/virtual-kubelet
closed
Please create matrix of limitations
documentation vk 1.0
I found this on the old project site. Limitations: ConfigMaps Secrets ServiceAccounts Volumes kubectl logs kubectl exec Please create a feature matrix that contains native real kubelet features, potential virtual-kubelet features as defined by the virtual-kubelet interface, then features for specific implementations. This will help with tagging and taint so deployment can be scoped accordingly. Thanks.
1.0
Please create matrix of limitations - I found this on the old project site. Limitations: ConfigMaps Secrets ServiceAccounts Volumes kubectl logs kubectl exec Please create a feature matrix that contains native real kubelet features, potential virtual-kubelet features as defined by the virtual-kubelet interface, then features for specific implementations. This will help with tagging and taint so deployment can be scoped accordingly. Thanks.
non_priority
please create matrix of limitations i found this on the old project site limitations configmaps secrets serviceaccounts volumes kubectl logs kubectl exec please create a feature matrix that contains native real kubelet features potential virtual kubelet features as defined by the virtual kubelet interface then features for specific implementations this will help with tagging and taint so deployment can be scoped accordingly thanks
0
803,894
29,193,415,066
IssuesEvent
2023-05-19 23:05:25
dOrgTech/homebase-app
https://api.github.com/repos/dOrgTech/homebase-app
opened
Bug: Quorum values in UI different from those set
pri-0 backend HIGH priority
**Description (what needs to be done) / Expected Behavior** Quorum max amount value and max change value is showing in the config tab incorrectly from what was entered on DAO deployment. For example, Andrei deployed a DAO with max quorum amount at 2%, in config it's showing as 4%. **Acceptance Criteria** The value the user sets for these two settings when they deploy the DAO, is what shows in the config tab. **Supporting information (Figma link, notes, etc)** **When finished, please add Link to the PR or completed Figma / design asset, as a comment to the ticket.**
1.0
Bug: Quorum values in UI different from those set - **Description (what needs to be done) / Expected Behavior** Quorum max amount value and max change value is showing in the config tab incorrectly from what was entered on DAO deployment. For example, Andrei deployed a DAO with max quorum amount at 2%, in config it's showing as 4%. **Acceptance Criteria** The value the user sets for these two settings when they deploy the DAO, is what shows in the config tab. **Supporting information (Figma link, notes, etc)** **When finished, please add Link to the PR or completed Figma / design asset, as a comment to the ticket.**
priority
bug quorum values in ui different from those set description what needs to be done expected behavior quorum max amount value and max change value is showing in the config tab incorrectly from what was entered on dao deployment for example andrei deployed a dao with max quorum amount at in config it s showing as acceptance criteria the value the user sets for these two settings when they deploy the dao is what shows in the config tab supporting information figma link notes etc when finished please add link to the pr or completed figma design asset as a comment to the ticket
1
663,382
22,192,383,709
IssuesEvent
2022-06-07 01:21:34
WizWorksInc/DragonArchiver
https://api.github.com/repos/WizWorksInc/DragonArchiver
closed
Refactor creature.cs to better be in line with the JSON
Issue: Needs Refactor Priority: 0-Mandatory Difficulty: 1-Easy
The current instance of Creature.cs needs to be refactored to take into account the JSON data that will be entered into the object.
1.0
Refactor creature.cs to better be in line with the JSON - The current instance of Creature.cs needs to be refactored to take into account the JSON data that will be entered into the object.
priority
refactor creature cs to better be in line with the json the current instance of creature cs needs to be refactored to take into account the json data that will be entered into the object
1
451,487
13,036,837,070
IssuesEvent
2020-07-28 12:55:42
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Reset password bugs
Category: Accounts Category: Web Priority: Low Status: Fixed
- (Chrome) Resetting password with spaces in the e-mail field will lead to the positive page: - Password requirements on rest email dont match those on registration page.
1.0
Reset password bugs - - (Chrome) Resetting password with spaces in the e-mail field will lead to the positive page: - Password requirements on rest email dont match those on registration page.
priority
reset password bugs chrome resetting password with spaces in the e mail field will lead to the positive page password requirements on rest email dont match those on registration page
1
424,242
29,046,389,534
IssuesEvent
2023-05-13 16:09:43
katzenpost/katzenpost
https://api.github.com/repos/katzenpost/katzenpost
opened
add to documentation a collection explaining log messages
documentation
Of various messages logged such as: ``` ERRO authority: Peer 255.255.255.255:55398: Failed to retrieve document for epoch '156424': authority: Document is not ready yet ERRO authority: Peer 255.255.255.255:55404: Rejected probably a conflict: state: node nutria (xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx): Conflicting descriptor for epoch 156423 ERRO state: Received Reveal too late: 156424 < 156425 ``` An example of this documentation entries could be something as simple as: ``` WARN authority: Rejecting authority authentication, public key mismatch ``` That is a warning message where a dirauth is rejecting the link key of another dirauth
1.0
add to documentation a collection explaining log messages - Of various messages logged such as: ``` ERRO authority: Peer 255.255.255.255:55398: Failed to retrieve document for epoch '156424': authority: Document is not ready yet ERRO authority: Peer 255.255.255.255:55404: Rejected probably a conflict: state: node nutria (xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx): Conflicting descriptor for epoch 156423 ERRO state: Received Reveal too late: 156424 < 156425 ``` An example of this documentation entries could be something as simple as: ``` WARN authority: Rejecting authority authentication, public key mismatch ``` That is a warning message where a dirauth is rejecting the link key of another dirauth
non_priority
add to documentation a collection explaining log messages of various messages logged such as erro authority peer failed to retrieve document for epoch authority document is not ready yet erro authority peer rejected probably a conflict state node nutria xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx conflicting descriptor for epoch erro state received reveal too late an example of this documentation entries could be something as simple as warn authority rejecting authority authentication public key mismatch that is a warning message where a dirauth is rejecting the link key of another dirauth
0
121,525
4,817,690,739
IssuesEvent
2016-11-04 14:26:43
Cadasta/cadasta-platform
https://api.github.com/repos/Cadasta/cadasta-platform
closed
Inlinemanual help panel isn't working correctly
bug medium priority ui/ux
### Steps to reproduce the error Select help link in header ### Actual behavior Nothing happens ### Expected behavior Should open help panel
1.0
Inlinemanual help panel isn't working correctly - ### Steps to reproduce the error Select help link in header ### Actual behavior Nothing happens ### Expected behavior Should open help panel
priority
inlinemanual help panel isn t working correctly steps to reproduce the error select help link in header actual behavior nothing happens expected behavior should open help panel
1
272,134
29,794,984,695
IssuesEvent
2023-06-16 01:02:00
billmcchesney1/hadoop
https://api.github.com/repos/billmcchesney1/hadoop
closed
CVE-2021-37712 (High) detected in multiple libraries - autoclosed
Mend: dependency security vulnerability
## CVE-2021-37712 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>tar-1.0.3.tgz</b>, <b>tar-2.2.2.tgz</b>, <b>tar-2.2.1.tgz</b></p></summary> <p> <details><summary><b>tar-1.0.3.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-1.0.3.tgz">https://registry.npmjs.org/tar/-/tar-1.0.3.tgz</a></p> <p>Path to dependency file: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json</p> <p>Path to vulnerable library: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/node_modules/npm/node_modules/node-gyp/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - ember-cli-1.13.14.tgz (Root Library) - npm-2.14.10.tgz - node-gyp-3.0.3.tgz - :x: **tar-1.0.3.tgz** (Vulnerable Library) </details> <details><summary><b>tar-2.2.2.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.2.tgz">https://registry.npmjs.org/tar/-/tar-2.2.2.tgz</a></p> <p>Path to dependency file: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json</p> <p>Path to vulnerable library: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - ember-cli-sass-7.0.0.tgz (Root Library) - broccoli-sass-source-maps-2.2.0.tgz - node-sass-4.14.1.tgz - node-gyp-3.8.0.tgz - :x: **tar-2.2.2.tgz** (Vulnerable Library) </details> <details><summary><b>tar-2.2.1.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.1.tgz">https://registry.npmjs.org/tar/-/tar-2.2.1.tgz</a></p> <p>Path to dependency file: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json</p> <p>Path to vulnerable library: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/node_modules/npm/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - ember-cli-1.13.14.tgz (Root Library) - npm-2.14.10.tgz - :x: **tar-2.2.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/hadoop/commit/6dcd8400219941dcbd7fb0f6b980cc2c6a2a6b0a">6dcd8400219941dcbd7fb0f6b980cc2c6a2a6b0a</a></p> <p>Found in base branch: <b>trunk</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> The npm package "tar" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value. Additionally, on Windows systems, long path portions would resolve to the same file system entities as their 8.3 "short path" counterparts. A specially crafted tar archive could thus include a directory with one form of the path, followed by a symbolic link with a different string that resolves to the same file system entity, followed by a file using the first form. By first creating a directory, and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-qq89-hq3f-393p. <p>Publish Date: 2021-08-31 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-37712>CVE-2021-37712</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.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - 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/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p">https://github.com/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p</a></p> <p>Release Date: 2021-08-31</p> <p>Fix Resolution: tar - 4.4.18,5.0.10,6.1.9</p> </p> </details> <p></p>
True
CVE-2021-37712 (High) detected in multiple libraries - autoclosed - ## CVE-2021-37712 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>tar-1.0.3.tgz</b>, <b>tar-2.2.2.tgz</b>, <b>tar-2.2.1.tgz</b></p></summary> <p> <details><summary><b>tar-1.0.3.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-1.0.3.tgz">https://registry.npmjs.org/tar/-/tar-1.0.3.tgz</a></p> <p>Path to dependency file: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json</p> <p>Path to vulnerable library: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/node_modules/npm/node_modules/node-gyp/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - ember-cli-1.13.14.tgz (Root Library) - npm-2.14.10.tgz - node-gyp-3.0.3.tgz - :x: **tar-1.0.3.tgz** (Vulnerable Library) </details> <details><summary><b>tar-2.2.2.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.2.tgz">https://registry.npmjs.org/tar/-/tar-2.2.2.tgz</a></p> <p>Path to dependency file: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json</p> <p>Path to vulnerable library: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - ember-cli-sass-7.0.0.tgz (Root Library) - broccoli-sass-source-maps-2.2.0.tgz - node-sass-4.14.1.tgz - node-gyp-3.8.0.tgz - :x: **tar-2.2.2.tgz** (Vulnerable Library) </details> <details><summary><b>tar-2.2.1.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.1.tgz">https://registry.npmjs.org/tar/-/tar-2.2.1.tgz</a></p> <p>Path to dependency file: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json</p> <p>Path to vulnerable library: /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/node_modules/npm/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - ember-cli-1.13.14.tgz (Root Library) - npm-2.14.10.tgz - :x: **tar-2.2.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/hadoop/commit/6dcd8400219941dcbd7fb0f6b980cc2c6a2a6b0a">6dcd8400219941dcbd7fb0f6b980cc2c6a2a6b0a</a></p> <p>Found in base branch: <b>trunk</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> The npm package "tar" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value. Additionally, on Windows systems, long path portions would resolve to the same file system entities as their 8.3 "short path" counterparts. A specially crafted tar archive could thus include a directory with one form of the path, followed by a symbolic link with a different string that resolves to the same file system entity, followed by a file using the first form. By first creating a directory, and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-qq89-hq3f-393p. <p>Publish Date: 2021-08-31 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-37712>CVE-2021-37712</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.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - 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/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p">https://github.com/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p</a></p> <p>Release Date: 2021-08-31</p> <p>Fix Resolution: tar - 4.4.18,5.0.10,6.1.9</p> </p> </details> <p></p>
non_priority
cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries tar tgz tar tgz tar tgz tar tgz tar for node library home page a href path to dependency file hadoop yarn project hadoop yarn hadoop yarn ui src main webapp package json path to vulnerable library hadoop yarn project hadoop yarn hadoop yarn ui src main webapp node modules npm node modules node gyp node modules tar package json dependency hierarchy ember cli tgz root library npm tgz node gyp tgz x tar tgz vulnerable library tar tgz tar for node library home page a href path to dependency file hadoop yarn project hadoop yarn hadoop yarn ui src main webapp package json path to vulnerable library hadoop yarn project hadoop yarn hadoop yarn ui src main webapp node modules tar package json dependency hierarchy ember cli sass tgz root library broccoli sass source maps tgz node sass tgz node gyp tgz x tar tgz vulnerable library tar tgz tar for node library home page a href path to dependency file hadoop yarn project hadoop yarn hadoop yarn ui src main webapp package json path to vulnerable library hadoop yarn project hadoop yarn hadoop yarn ui src main webapp node modules npm node modules tar package json dependency hierarchy ember cli tgz root library npm tgz x tar tgz vulnerable library found in head commit a href found in base branch trunk vulnerability details the npm package tar aka node tar before versions and has an arbitrary file creation overwrite and arbitrary code execution vulnerability node tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted this is in part achieved by ensuring that extracted directories are not symlinks additionally in order to prevent unnecessary stat calls to determine whether a given path is a directory paths are cached when directories are created this logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value additionally on windows systems long path portions would resolve to the same file system entities as their short path counterparts a specially crafted tar archive could thus include a directory with one form of the path followed by a symbolic link with a different string that resolves to the same file system entity followed by a file using the first form by first creating a directory and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem it was thus possible to bypass node tar symlink checks on directories essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location thus allowing arbitrary file creation and overwrite these issues were addressed in releases and the branch of node tar has been deprecated and did not receive patches for these issues if you are still using a release we recommend you update to a more recent version of node tar if this is not possible a workaround is available in the referenced ghsa publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope changed 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 tar
0
84,574
3,669,744,110
IssuesEvent
2016-02-21 12:32:36
play1-maven-plugin/play1-maven-plugin
https://api.github.com/repos/play1-maven-plugin/play1-maven-plugin
closed
Improve Selenium commands
Component-PlaySeleniumJUnit4 Priority-Low Status-Accepted Type-Enhancement Usability
Originally reported on Google Code with ID 140 ``` Refactor, fix bugs and shortcomings in different Selenium commands ``` Reported by `gslowikowski` on 2014-02-21 11:49:11
1.0
Improve Selenium commands - Originally reported on Google Code with ID 140 ``` Refactor, fix bugs and shortcomings in different Selenium commands ``` Reported by `gslowikowski` on 2014-02-21 11:49:11
priority
improve selenium commands originally reported on google code with id refactor fix bugs and shortcomings in different selenium commands reported by gslowikowski on
1
367,140
10,840,943,246
IssuesEvent
2019-11-12 09:26:37
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
accounts.spotify.com - see bug description
browser-firefox-mobile engine-gecko priority-important
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 6.0.1; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://accounts.spotify.com/it/login **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android 6.0.1 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: can't login **Steps to Reproduce**: <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: 20191024175008</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> <p>Console Messages:</p> <pre> ['[JavaScript Warning: "The resource at https://www.google-analytics.com/analytics.js was blocked because content blocking is enabled." {file: "https://accounts.spotify.com/it/login" line: 0}]', '[JavaScript Warning: "The resource at https://www.google.com/recaptcha/api.js?render=6Lfdz4QUAAAAABK1wbAdKww1AEvuJuCTVHoWvX8S was blocked because content blocking is enabled." {file: "https://accounts.spotify.com/it/login" line: 0}]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
accounts.spotify.com - see bug description - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 6.0.1; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://accounts.spotify.com/it/login **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android 6.0.1 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: can't login **Steps to Reproduce**: <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: 20191024175008</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> <p>Console Messages:</p> <pre> ['[JavaScript Warning: "The resource at https://www.google-analytics.com/analytics.js was blocked because content blocking is enabled." {file: "https://accounts.spotify.com/it/login" line: 0}]', '[JavaScript Warning: "The resource at https://www.google.com/recaptcha/api.js?render=6Lfdz4QUAAAAABK1wbAdKww1AEvuJuCTVHoWvX8S was blocked because content blocking is enabled." {file: "https://accounts.spotify.com/it/login" line: 0}]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
accounts spotify com see bug description url browser version firefox mobile operating system android tested another browser yes problem type something else description can t login steps to reproduce browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false console messages from with ❤️
1
649,086
21,217,548,281
IssuesEvent
2022-04-11 08:50:03
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
myvpostpay.verizon.com - site is not usable
priority-normal browser-focus-geckoview engine-gecko
<!-- @browser: Firefox Mobile 99.0 --> <!-- @ua_header: Mozilla/5.0 (Android 11; Mobile; rv:99.0) Gecko/99.0 Firefox/99.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/102254 --> <!-- @extra_labels: browser-focus-geckoview --> **URL**: https://myvpostpay.verizon.com/ui/acct/secure/profile/security/portsecurity **Browser / Version**: Firefox Mobile 99.0 **Operating System**: Android 11 **Tested Another Browser**: Yes Opera **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: When I try to love the page I get an error message it says I can't go on baby <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/4/74d5fa48-8b22-4f58-9fdf-07e154adaa9d.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220330194208</li><li>channel: release</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2022/4/579567a3-ec6d-4bc9-a8ef-5924ea5e966b) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
myvpostpay.verizon.com - site is not usable - <!-- @browser: Firefox Mobile 99.0 --> <!-- @ua_header: Mozilla/5.0 (Android 11; Mobile; rv:99.0) Gecko/99.0 Firefox/99.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/102254 --> <!-- @extra_labels: browser-focus-geckoview --> **URL**: https://myvpostpay.verizon.com/ui/acct/secure/profile/security/portsecurity **Browser / Version**: Firefox Mobile 99.0 **Operating System**: Android 11 **Tested Another Browser**: Yes Opera **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: When I try to love the page I get an error message it says I can't go on baby <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/4/74d5fa48-8b22-4f58-9fdf-07e154adaa9d.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220330194208</li><li>channel: release</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2022/4/579567a3-ec6d-4bc9-a8ef-5924ea5e966b) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
myvpostpay verizon com site is not usable url browser version firefox mobile operating system android tested another browser yes opera problem type site is not usable description page not loading correctly steps to reproduce when i try to love the page i get an error message it says i can t go on baby view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel release hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
1
134,488
5,227,285,945
IssuesEvent
2017-01-28 00:52:19
magnolo/newhere
https://api.github.com/repos/magnolo/newhere
closed
New User with existing email
front end medium priority NGO
If I wanna create a new user, but enter an already existing email, I get no feedback (error message).
1.0
New User with existing email - If I wanna create a new user, but enter an already existing email, I get no feedback (error message).
priority
new user with existing email if i wanna create a new user but enter an already existing email i get no feedback error message
1
454,458
13,101,439,053
IssuesEvent
2020-08-04 03:45:13
elmastudio/aino-blocks
https://api.github.com/repos/elmastudio/aino-blocks
closed
Button block: Add Link URL via Popup
Aino blocks [Priority] High [Type] Enhancement
Insert button block link via popup. See core button block.
1.0
Button block: Add Link URL via Popup - Insert button block link via popup. See core button block.
priority
button block add link url via popup insert button block link via popup see core button block
1