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
499,434
14,447,196,381
IssuesEvent
2020-12-08 03:10:23
pingcap/br
https://api.github.com/repos/pingcap/br
closed
Restore failed due to invalid store id 0
priority/P3 severity/major status/help-wanted type/bug
1. What did you do? If possible, provide a recipe for reproducing the error. create cluster with tiup and restore with br. 2. What did you expect to see? br restore normally or return readable mistake. 3. What did you see instead? * error log is: ``` [split.go:135] ["splitting regions failed, retry it"] [error="rpc error: code = Unknown desc = invalid store ID 0, not found"] [errorVerbose="rpc error: code = Unknown desc = invalid store ID 0, not found\ngithub.com/tikv/pd/client.(*client).GetStore\n\tgithub.com/tikv/pd@v1.1.0-beta.0.20200910042021-254d1345be09/client/client.go:645\ngithub.com/pingcap/br/pkg/restore.(*pdClient).GetStore\n\tgithub.com/pingcap/br@/pkg/restore/split_client.go:96\ngithub.com/pingcap/br/pkg/restore.(*pdClient).sendSplitRegionRequest\n\tgithub.com/pingcap/br@/pkg/restore/split_client.go:255\ngithub.com/pingcap/br/pkg/restore.(*pdClient).BatchSplitRegions\n\tgithub.com/pingcap/br@/pkg/restore/split_client.go:321\ngithub.com/pingcap/br/pkg/restore.(*RegionSplitter).splitAndScatterRegions\n\tgithub.com/pingcap/br@/pkg/restore/split.go:249\ngithub.com/pingcap/br/pkg/restore.(*RegionSplitter).Split\n\tgithub.com/pingcap/br@/pkg/restore/split.go:118\ngithub.com/pingcap/br/pkg/restore.SplitRanges\n\tgithub.com/pingcap/br@/pkg/restore/util.go:429\ngithub.com/pingcap/br/pkg/restore.(*tikvSender).splitWorker\n\tgithub.com/pingcap/br@/pkg/restore/pipeline_items.go:234\nruntime.goexit\n\truntime/asm_amd64.s:1357"] ``` * failed region info is: ``` [region="{\"Region\":{\"id\":2,\"start_key\":\"dIAAAAAAAAD/KwAAAAAAAAD4\",\"region_epoch\":{\"conf_ver\":1,\"version\":21},\"peers\":[{\"id\":3,\"store_id\":1}]},\"Leader\":{}}"] ``` 4. What version of BR and TiDB/TiKV/PD are you using? v4.0.8 <!-- br -V tidb-server -V tikv-server -V pd-server -V -->
1.0
Restore failed due to invalid store id 0 - 1. What did you do? If possible, provide a recipe for reproducing the error. create cluster with tiup and restore with br. 2. What did you expect to see? br restore normally or return readable mistake. 3. What did you see instead? * error log is: ``` [split.go:135] ["splitting regions failed, retry it"] [error="rpc error: code = Unknown desc = invalid store ID 0, not found"] [errorVerbose="rpc error: code = Unknown desc = invalid store ID 0, not found\ngithub.com/tikv/pd/client.(*client).GetStore\n\tgithub.com/tikv/pd@v1.1.0-beta.0.20200910042021-254d1345be09/client/client.go:645\ngithub.com/pingcap/br/pkg/restore.(*pdClient).GetStore\n\tgithub.com/pingcap/br@/pkg/restore/split_client.go:96\ngithub.com/pingcap/br/pkg/restore.(*pdClient).sendSplitRegionRequest\n\tgithub.com/pingcap/br@/pkg/restore/split_client.go:255\ngithub.com/pingcap/br/pkg/restore.(*pdClient).BatchSplitRegions\n\tgithub.com/pingcap/br@/pkg/restore/split_client.go:321\ngithub.com/pingcap/br/pkg/restore.(*RegionSplitter).splitAndScatterRegions\n\tgithub.com/pingcap/br@/pkg/restore/split.go:249\ngithub.com/pingcap/br/pkg/restore.(*RegionSplitter).Split\n\tgithub.com/pingcap/br@/pkg/restore/split.go:118\ngithub.com/pingcap/br/pkg/restore.SplitRanges\n\tgithub.com/pingcap/br@/pkg/restore/util.go:429\ngithub.com/pingcap/br/pkg/restore.(*tikvSender).splitWorker\n\tgithub.com/pingcap/br@/pkg/restore/pipeline_items.go:234\nruntime.goexit\n\truntime/asm_amd64.s:1357"] ``` * failed region info is: ``` [region="{\"Region\":{\"id\":2,\"start_key\":\"dIAAAAAAAAD/KwAAAAAAAAD4\",\"region_epoch\":{\"conf_ver\":1,\"version\":21},\"peers\":[{\"id\":3,\"store_id\":1}]},\"Leader\":{}}"] ``` 4. What version of BR and TiDB/TiKV/PD are you using? v4.0.8 <!-- br -V tidb-server -V tikv-server -V pd-server -V -->
priority
restore failed due to invalid store id what did you do if possible provide a recipe for reproducing the error create cluster with tiup and restore with br what did you expect to see br restore normally or return readable mistake what did you see instead error log is failed region info is leader what version of br and tidb tikv pd are you using br v tidb server v tikv server v pd server v
1
211,049
23,780,403,673
IssuesEvent
2022-09-02 03:40:38
WICG/nav-speculation
https://api.github.com/repos/WICG/nav-speculation
closed
Handle when referrerpolicy is the empty string?
prefetch prerendering security-privacy
The current spec has steps: > Let referrerPolicy be the current state of el’s referrerpolicy attribute. > If the list of sufficiently-strict speculative navigation referrer policies does not contain referrerPolicy, then return. But I think `referrerPolicy` is the empty string if it's not specified, which isn't on the list. I believe the intention is for this to be treated as "strict-origin-when-cross-origin" but I don't know if `referrerPolicy` becomes that automatically without additional spec steps. cc @domfarolino
True
Handle when referrerpolicy is the empty string? - The current spec has steps: > Let referrerPolicy be the current state of el’s referrerpolicy attribute. > If the list of sufficiently-strict speculative navigation referrer policies does not contain referrerPolicy, then return. But I think `referrerPolicy` is the empty string if it's not specified, which isn't on the list. I believe the intention is for this to be treated as "strict-origin-when-cross-origin" but I don't know if `referrerPolicy` becomes that automatically without additional spec steps. cc @domfarolino
non_priority
handle when referrerpolicy is the empty string the current spec has steps let referrerpolicy be the current state of el’s referrerpolicy attribute if the list of sufficiently strict speculative navigation referrer policies does not contain referrerpolicy then return but i think referrerpolicy is the empty string if it s not specified which isn t on the list i believe the intention is for this to be treated as strict origin when cross origin but i don t know if referrerpolicy becomes that automatically without additional spec steps cc domfarolino
0
130,801
5,133,352,413
IssuesEvent
2017-01-11 03:09:26
AtomicGameEngine/AtomicGameEngine
https://api.github.com/repos/AtomicGameEngine/AtomicGameEngine
closed
[WebGL] Fix WebGL build on master
priority: high
We have PR coverage on Windows, macOS, Linux, Android, and iOS, however WebGL currently does not, it appears I broke the build! Here's at least the first error when compiling under Emscripten ``` /Users/jenkins/Home/workspace/Atomic_EditorWebPlayer/Source/Atomic/Metrics/Metrics.cpp:97:9: error: use of undeclared identifier 'snprintf'; did you mean 'vswprintf'? snprintf(name, NAME_MAX_LENGTH, "%-20s", metric.classname.CString()); ``` There may be more errors, or this may be the only one, who will find out? 🎱
1.0
[WebGL] Fix WebGL build on master - We have PR coverage on Windows, macOS, Linux, Android, and iOS, however WebGL currently does not, it appears I broke the build! Here's at least the first error when compiling under Emscripten ``` /Users/jenkins/Home/workspace/Atomic_EditorWebPlayer/Source/Atomic/Metrics/Metrics.cpp:97:9: error: use of undeclared identifier 'snprintf'; did you mean 'vswprintf'? snprintf(name, NAME_MAX_LENGTH, "%-20s", metric.classname.CString()); ``` There may be more errors, or this may be the only one, who will find out? 🎱
priority
fix webgl build on master we have pr coverage on windows macos linux android and ios however webgl currently does not it appears i broke the build here s at least the first error when compiling under emscripten users jenkins home workspace atomic editorwebplayer source atomic metrics metrics cpp error use of undeclared identifier snprintf did you mean vswprintf snprintf name name max length metric classname cstring there may be more errors or this may be the only one who will find out 🎱
1
259,185
22,408,184,307
IssuesEvent
2022-06-18 09:47:02
ita-social-projects/EventsExpress
https://api.github.com/repos/ita-social-projects/EventsExpress
opened
Verify that user is able to edit 'Surname' field using valid characters on the Profile Page
test case
**Date Time** 06-18-2022 **Priority** Medium **Description** Verify that user is able to edit 'Surname' field on the Profile Page using letters, numbers and special characters hyphen (-), and underscore (_). The user name cannot begin with a number or a special character. The user name cannot end with a special character. **Pre-requisites** Steps to be fulfilled before test: 1. Move to https://eventsexpress-test.azurewebsites.net/landing 2. Authorize as registered user 3. Open home page **Test Cases** | S# | Action | Test Data | Expected Result | Actual Result | P/F | Automated | |:-----------:|:-----------:|:-----------:|:---------------:|:-------------:|:-----------:|:-----------:| | 1 | Open Profile Page | <br> | Profile Page is opened | <br> | <br> | <br> | | 2 | Click on the 'Surname' field | <br> | 'Surname' field is opened for editing | <br> | <br> | <br> | | 3 | Enter latin letters and numbers in the 'Surname' field. | And123d | 'Surname' field filled | <br> | <br> | <br> | | 4 | Click 'Save' button | <br> | Chehging 'Surname' field saved | <br> | <br> | <br> | | 5 | Click on the 'Surname' field | <br> | 'Surname' field is opened for editing | <br> | <br> | <br> | | 6 | Enter ukrainian letters and numbers in the 'Surname' field | Фїв123ж | 'Surname' field filled | <br> | <br> | <br> | | 7 | Click 'Save' button | <br> | Chehging 'Surname' field saved | <br> | <br> | <br> | | 8 | Click on the 'Surname' field | <br> | 'Surname' field is opened for editing | <br> | <br> | <br> | | 9 | Enter latin letters, numbers and special characters hyphen (-), and underscore (_) in the 'Surname' field | And-123_d | 'Surname' field filled | <br> | <br> | <br> | | 10 | Click 'Save' button | <br> | Chehging 'Surname' field saved | <br> | <br> | <br> | **Screenshots** If applicable, add screenshots to help explain your test. - OS: Windows 10 - Browser Chrome Version 101.0.4951.64 - Version 20210906.18 **Additional context** Add any other context about the test here. User story links E.g.: "User story #1085 " Labels to be added "Test case", Priority ("pri: "), Type ("UI, "Functional"), "API" .
1.0
Verify that user is able to edit 'Surname' field using valid characters on the Profile Page - **Date Time** 06-18-2022 **Priority** Medium **Description** Verify that user is able to edit 'Surname' field on the Profile Page using letters, numbers and special characters hyphen (-), and underscore (_). The user name cannot begin with a number or a special character. The user name cannot end with a special character. **Pre-requisites** Steps to be fulfilled before test: 1. Move to https://eventsexpress-test.azurewebsites.net/landing 2. Authorize as registered user 3. Open home page **Test Cases** | S# | Action | Test Data | Expected Result | Actual Result | P/F | Automated | |:-----------:|:-----------:|:-----------:|:---------------:|:-------------:|:-----------:|:-----------:| | 1 | Open Profile Page | <br> | Profile Page is opened | <br> | <br> | <br> | | 2 | Click on the 'Surname' field | <br> | 'Surname' field is opened for editing | <br> | <br> | <br> | | 3 | Enter latin letters and numbers in the 'Surname' field. | And123d | 'Surname' field filled | <br> | <br> | <br> | | 4 | Click 'Save' button | <br> | Chehging 'Surname' field saved | <br> | <br> | <br> | | 5 | Click on the 'Surname' field | <br> | 'Surname' field is opened for editing | <br> | <br> | <br> | | 6 | Enter ukrainian letters and numbers in the 'Surname' field | Фїв123ж | 'Surname' field filled | <br> | <br> | <br> | | 7 | Click 'Save' button | <br> | Chehging 'Surname' field saved | <br> | <br> | <br> | | 8 | Click on the 'Surname' field | <br> | 'Surname' field is opened for editing | <br> | <br> | <br> | | 9 | Enter latin letters, numbers and special characters hyphen (-), and underscore (_) in the 'Surname' field | And-123_d | 'Surname' field filled | <br> | <br> | <br> | | 10 | Click 'Save' button | <br> | Chehging 'Surname' field saved | <br> | <br> | <br> | **Screenshots** If applicable, add screenshots to help explain your test. - OS: Windows 10 - Browser Chrome Version 101.0.4951.64 - Version 20210906.18 **Additional context** Add any other context about the test here. User story links E.g.: "User story #1085 " Labels to be added "Test case", Priority ("pri: "), Type ("UI, "Functional"), "API" .
non_priority
verify that user is able to edit surname field using valid characters on the profile page date time priority medium description verify that user is able to edit surname field on the profile page using letters numbers and special characters hyphen and underscore the user name cannot begin with a number or a special character the user name cannot end with a special character pre requisites steps to be fulfilled before test move to authorize as registered user open home page test cases s action test data expected result actual result p f automated open profile page profile page is opened click on the surname field surname field is opened for editing enter latin letters and numbers in the surname field surname field filled click save button chehging surname field saved click on the surname field surname field is opened for editing enter ukrainian letters and numbers in the surname field surname field filled click save button chehging surname field saved click on the surname field surname field is opened for editing enter latin letters numbers and special characters hyphen and underscore in the surname field and d surname field filled click save button chehging surname field saved screenshots if applicable add screenshots to help explain your test os windows browser chrome version version additional context add any other context about the test here user story links e g user story labels to be added test case priority pri type ui functional api
0
159,834
25,062,673,218
IssuesEvent
2022-11-07 04:19:04
Sunbird-cQube/community
https://api.github.com/repos/Sunbird-cQube/community
closed
Design of config file validation
Analyze Design Req
The validation has to be added to the configuration file before processing the configuration file.
1.0
Design of config file validation - The validation has to be added to the configuration file before processing the configuration file.
non_priority
design of config file validation the validation has to be added to the configuration file before processing the configuration file
0
188,764
6,781,957,748
IssuesEvent
2017-10-30 04:59:22
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
kissanime.ru - site is not usable
browser-firefox priority-important status-worksforme
<!-- @browser: Firefox 58.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 --> <!-- @reported_with: web --> **URL**: http://kissanime.ru/ **Browser / Version**: Firefox 58.0 **Operating System**: Windows 8.1 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: The website infinitely reloads rather than redirecting to the correct site. **Steps to Reproduce**: layout.css.servo.enabled: true I've tested this with Nightly,Firefox Beta,regular firefox and in a different account/profile(none worked; google chrome however, did) This bug wasn't present until the update of 10/26/2017 (for regular firefox, I'm unaware for the others) This bug occurs with websites that use similar setups to redirect as well (kimcartoon.me) Sorry for the lack of technical expertise leading to what may be an incoherent bug report. [![Screenshot Description](https://webcompat.com/uploads/2017/10/c16a73dc-5bc9-491d-ac65-2e263e9880f2-thumb.jpg)](https://webcompat.com/uploads/2017/10/c16a73dc-5bc9-491d-ac65-2e263e9880f2.jpg) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
kissanime.ru - site is not usable - <!-- @browser: Firefox 58.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 --> <!-- @reported_with: web --> **URL**: http://kissanime.ru/ **Browser / Version**: Firefox 58.0 **Operating System**: Windows 8.1 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: The website infinitely reloads rather than redirecting to the correct site. **Steps to Reproduce**: layout.css.servo.enabled: true I've tested this with Nightly,Firefox Beta,regular firefox and in a different account/profile(none worked; google chrome however, did) This bug wasn't present until the update of 10/26/2017 (for regular firefox, I'm unaware for the others) This bug occurs with websites that use similar setups to redirect as well (kimcartoon.me) Sorry for the lack of technical expertise leading to what may be an incoherent bug report. [![Screenshot Description](https://webcompat.com/uploads/2017/10/c16a73dc-5bc9-491d-ac65-2e263e9880f2-thumb.jpg)](https://webcompat.com/uploads/2017/10/c16a73dc-5bc9-491d-ac65-2e263e9880f2.jpg) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
kissanime ru site is not usable url browser version firefox operating system windows tested another browser yes problem type site is not usable description the website infinitely reloads rather than redirecting to the correct site steps to reproduce layout css servo enabled true i ve tested this with nightly firefox beta regular firefox and in a different account profile none worked google chrome however did this bug wasn t present until the update of for regular firefox i m unaware for the others this bug occurs with websites that use similar setups to redirect as well kimcartoon me sorry for the lack of technical expertise leading to what may be an incoherent bug report from with ❤️
1
14,294
8,982,441,263
IssuesEvent
2019-01-31 02:06:11
OctopusDeploy/Issues
https://api.github.com/repos/OctopusDeploy/Issues
closed
Package upload timestamp missing on previous versions dialog
area/modelling area/usability kind/bug
# Prerequisites - [x] I have verified the problem exists in the latest version - [x] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues to make sure it isn't already reported - [x] I have written a descriptive issue title - [x] I have linked the original source of this report - [x] I have tagged the issue appropriately (area/*, kind/bug, tag/regression?) # The bug The package upload timestamp and release notes are no longer shown on previous versions dialog when creating a list, when using the built in feed. ## What I expected to happen The package upload timestamp and release notes should be visible. ## Steps to reproduce 1. Create a project 2. Add a step that uses a package from the built in repository 3. Start to a release for that project 4. Under Packages, click 'select version', -> publish date should be visible ### Screen capture ![image](https://user-images.githubusercontent.com/373389/52020314-f7fbf800-2544-11e9-81c0-f57eb39e522d.png) Should be: ![image](https://user-images.githubusercontent.com/373389/52020346-106c1280-2545-11e9-8641-8c37d7a895c7.png) ## Affected versions **Octopus Server:** 2019.1.0 - 2019.1.1 ## Workarounds Nothing good. ## Links source: [community slack](https://octopususergroup.slack.com/archives/C6UEBB7R9/p1548861962173400)
True
Package upload timestamp missing on previous versions dialog - # Prerequisites - [x] I have verified the problem exists in the latest version - [x] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues to make sure it isn't already reported - [x] I have written a descriptive issue title - [x] I have linked the original source of this report - [x] I have tagged the issue appropriately (area/*, kind/bug, tag/regression?) # The bug The package upload timestamp and release notes are no longer shown on previous versions dialog when creating a list, when using the built in feed. ## What I expected to happen The package upload timestamp and release notes should be visible. ## Steps to reproduce 1. Create a project 2. Add a step that uses a package from the built in repository 3. Start to a release for that project 4. Under Packages, click 'select version', -> publish date should be visible ### Screen capture ![image](https://user-images.githubusercontent.com/373389/52020314-f7fbf800-2544-11e9-81c0-f57eb39e522d.png) Should be: ![image](https://user-images.githubusercontent.com/373389/52020346-106c1280-2545-11e9-8641-8c37d7a895c7.png) ## Affected versions **Octopus Server:** 2019.1.0 - 2019.1.1 ## Workarounds Nothing good. ## Links source: [community slack](https://octopususergroup.slack.com/archives/C6UEBB7R9/p1548861962173400)
non_priority
package upload timestamp missing on previous versions dialog prerequisites i have verified the problem exists in the latest version i have searched and issues to make sure it isn t already reported i have written a descriptive issue title i have linked the original source of this report i have tagged the issue appropriately area kind bug tag regression the bug the package upload timestamp and release notes are no longer shown on previous versions dialog when creating a list when using the built in feed what i expected to happen the package upload timestamp and release notes should be visible steps to reproduce create a project add a step that uses a package from the built in repository start to a release for that project under packages click select version publish date should be visible screen capture should be affected versions octopus server workarounds nothing good links source
0
148,589
11,858,641,801
IssuesEvent
2020-03-25 11:51:41
input-output-hk/ouroboros-network
https://api.github.com/repos/input-output-hk/ouroboros-network
closed
Update query type of LocalStateQuery protocol for Shelley
consensus daedalus priority high shelley mainnet shelley testnet
See #1366. Shelley will need more/different types of Queries, so the `query` type of the `LocalStateQuery` will need to be extended/updated to accommodate for the new functionality required by the Shelley wallet.
1.0
Update query type of LocalStateQuery protocol for Shelley - See #1366. Shelley will need more/different types of Queries, so the `query` type of the `LocalStateQuery` will need to be extended/updated to accommodate for the new functionality required by the Shelley wallet.
non_priority
update query type of localstatequery protocol for shelley see shelley will need more different types of queries so the query type of the localstatequery will need to be extended updated to accommodate for the new functionality required by the shelley wallet
0
154,818
5,932,778,412
IssuesEvent
2017-05-24 10:11:03
siteorigin/so-css
https://api.github.com/repos/siteorigin/so-css
closed
Add a Save CSS button to the right column
enhancement priority-1
Add a Save CSS button to the right column under Revisions. Once Custom CSS gets very long it's cumbersome to have to scroll to the bottom each time to save.
1.0
Add a Save CSS button to the right column - Add a Save CSS button to the right column under Revisions. Once Custom CSS gets very long it's cumbersome to have to scroll to the bottom each time to save.
priority
add a save css button to the right column add a save css button to the right column under revisions once custom css gets very long it s cumbersome to have to scroll to the bottom each time to save
1
715,081
24,585,900,379
IssuesEvent
2022-10-13 19:41:11
lunduniversity/introprog
https://api.github.com/repos/lunduniversity/introprog
closed
all-lectures.tex does not compile with lecturehandouts.cls on ubuntu 22.04
bug high priority
what is the diff in packages between lecturenotes.cls nd lecturehandouts.cls this is the error: ``` (./all-lectures.vrb Runaway argument? \relax \beamer@origitem {\ifhmode \unskip \unskip ! Paragraph ended before \@car was complete. <to be read again> \par l.7 \item Kursens \Alert{slutna} sida bakom inloggningsvägg: \url{https... ``` Seems to be casued by `\item[]` for non-bullet items (this works with lecturenotes)
1.0
all-lectures.tex does not compile with lecturehandouts.cls on ubuntu 22.04 - what is the diff in packages between lecturenotes.cls nd lecturehandouts.cls this is the error: ``` (./all-lectures.vrb Runaway argument? \relax \beamer@origitem {\ifhmode \unskip \unskip ! Paragraph ended before \@car was complete. <to be read again> \par l.7 \item Kursens \Alert{slutna} sida bakom inloggningsvägg: \url{https... ``` Seems to be casued by `\item[]` for non-bullet items (this works with lecturenotes)
priority
all lectures tex does not compile with lecturehandouts cls on ubuntu what is the diff in packages between lecturenotes cls nd lecturehandouts cls this is the error all lectures vrb runaway argument relax beamer origitem ifhmode unskip unskip paragraph ended before car was complete par l item kursens alert slutna sida bakom inloggningsvägg url https seems to be casued by item for non bullet items this works with lecturenotes
1
459,810
13,199,625,563
IssuesEvent
2020-08-14 06:22:36
TerryCavanagh/diceydungeons.com
https://api.github.com/repos/TerryCavanagh/diceydungeons.com
closed
Vampire's innate text is incorrect in Parallel Universe
High Priority reported in v0.17.1
You don't need the wooden stake to kill vampire in Parallel Universe.
1.0
Vampire's innate text is incorrect in Parallel Universe - You don't need the wooden stake to kill vampire in Parallel Universe.
priority
vampire s innate text is incorrect in parallel universe you don t need the wooden stake to kill vampire in parallel universe
1
763,689
26,769,419,231
IssuesEvent
2023-01-31 13:06:17
Accenture/sfmc-devtools
https://api.github.com/repos/Accenture/sfmc-devtools
opened
[BUG] createDeltaPkg does not use actual comparison between 2 commits
bug e/DevOps PRIORITY
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior it seems like its only getting changes from the last commit. testable via 7f31e26..a57dade ### Expected Behavior full list of changes in between 2 commits is returned ### Steps To Reproduce 1. Go to '...' 2. Click on '....' 3. Run '...' 4. See error... ### Version 4.3.0 ### Environment - OS: - Node: - npm: ### Participation - [X] I am willing to submit a pull request for this issue. ### Additional comments _No response_
1.0
[BUG] createDeltaPkg does not use actual comparison between 2 commits - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior it seems like its only getting changes from the last commit. testable via 7f31e26..a57dade ### Expected Behavior full list of changes in between 2 commits is returned ### Steps To Reproduce 1. Go to '...' 2. Click on '....' 3. Run '...' 4. See error... ### Version 4.3.0 ### Environment - OS: - Node: - npm: ### Participation - [X] I am willing to submit a pull request for this issue. ### Additional comments _No response_
priority
createdeltapkg does not use actual comparison between commits is there an existing issue for this i have searched the existing issues current behavior it seems like its only getting changes from the last commit testable via expected behavior full list of changes in between commits is returned steps to reproduce go to click on run see error version environment os node npm participation i am willing to submit a pull request for this issue additional comments no response
1
825,002
31,238,924,719
IssuesEvent
2023-08-20 16:11:52
GoogleCloudPlatform/java-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/java-docs-samples
closed
aiplatform.CreateTrainingPipelineSampleTest: testCreateTrainingPipelineSample failed
type: bug priority: p2 samples flakybot: issue flakybot: flaky api: aiplatform
Note: #7526 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 26eb30bee0e2dfa5ca95656f25c64c1b853f2b79 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/b5187adc-883f-408a-94c0-24784cccb70b), [Sponge](http://sponge2/b5187adc-883f-408a-94c0-24784cccb70b) status: failed <details><summary>Test output</summary><br><pre>com.google.api.gax.rpc.FailedPreconditionException: io.grpc.StatusRuntimeException: FAILED_PRECONDITION: The TrainingPipeline "projects/ucaip-sample-tests/locations/us-central1/trainingPipelines/4025589764693426176" is in state PIPELINE_STATE_FAILED and cannot be canceled. at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:102) at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:41) at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:86) at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:66) at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97) at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:84) at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1127) at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31) at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1286) at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:1055) at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:807) at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:578) at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:548) at io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39) at io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23) at io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40) at com.google.api.gax.grpc.ChannelPool$ReleasingClientCall$1.onClose(ChannelPool.java:541) at io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:489) at io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:453) at io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:486) at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:567) at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:71) at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:735) at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:716) at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57) at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112) at com.google.cloud.aiplatform.v1.PipelineServiceClient.cancelTrainingPipeline(PipelineServiceClient.java:891) at com.google.cloud.aiplatform.v1.PipelineServiceClient.cancelTrainingPipeline(PipelineServiceClient.java:812) at aiplatform.CancelTrainingPipelineSample.cancelTrainingPipelineSample(CancelTrainingPipelineSample.java:51) at aiplatform.CreateTrainingPipelineSampleTest.tearDown(CreateTrainingPipelineSampleTest.java:76) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunAfters.invokeMethod(RunAfters.java:46) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) at com.google.cloud.testing.junit4.MultipleAttemptsRule$1.evaluate(MultipleAttemptsRule.java:94) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: io.grpc.StatusRuntimeException: FAILED_PRECONDITION: The TrainingPipeline "projects/ucaip-sample-tests/locations/us-central1/trainingPipelines/4025589764693426176" is in state PIPELINE_STATE_FAILED and cannot be canceled. at io.grpc.Status.asRuntimeException(Status.java:539) ... 17 more </pre></details>
1.0
aiplatform.CreateTrainingPipelineSampleTest: testCreateTrainingPipelineSample failed - Note: #7526 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 26eb30bee0e2dfa5ca95656f25c64c1b853f2b79 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/b5187adc-883f-408a-94c0-24784cccb70b), [Sponge](http://sponge2/b5187adc-883f-408a-94c0-24784cccb70b) status: failed <details><summary>Test output</summary><br><pre>com.google.api.gax.rpc.FailedPreconditionException: io.grpc.StatusRuntimeException: FAILED_PRECONDITION: The TrainingPipeline "projects/ucaip-sample-tests/locations/us-central1/trainingPipelines/4025589764693426176" is in state PIPELINE_STATE_FAILED and cannot be canceled. at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:102) at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:41) at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:86) at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:66) at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97) at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:84) at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1127) at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31) at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1286) at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:1055) at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:807) at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:578) at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:548) at io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39) at io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23) at io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40) at com.google.api.gax.grpc.ChannelPool$ReleasingClientCall$1.onClose(ChannelPool.java:541) at io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:489) at io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:453) at io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:486) at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:567) at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:71) at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:735) at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:716) at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57) at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112) at com.google.cloud.aiplatform.v1.PipelineServiceClient.cancelTrainingPipeline(PipelineServiceClient.java:891) at com.google.cloud.aiplatform.v1.PipelineServiceClient.cancelTrainingPipeline(PipelineServiceClient.java:812) at aiplatform.CancelTrainingPipelineSample.cancelTrainingPipelineSample(CancelTrainingPipelineSample.java:51) at aiplatform.CreateTrainingPipelineSampleTest.tearDown(CreateTrainingPipelineSampleTest.java:76) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunAfters.invokeMethod(RunAfters.java:46) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) at com.google.cloud.testing.junit4.MultipleAttemptsRule$1.evaluate(MultipleAttemptsRule.java:94) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: io.grpc.StatusRuntimeException: FAILED_PRECONDITION: The TrainingPipeline "projects/ucaip-sample-tests/locations/us-central1/trainingPipelines/4025589764693426176" is in state PIPELINE_STATE_FAILED and cannot be canceled. at io.grpc.Status.asRuntimeException(Status.java:539) ... 17 more </pre></details>
priority
aiplatform createtrainingpipelinesampletest testcreatetrainingpipelinesample failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output com google api gax rpc failedpreconditionexception io grpc statusruntimeexception failed precondition the trainingpipeline projects ucaip sample tests locations us trainingpipelines is in state pipeline state failed and cannot be canceled at com google api gax rpc apiexceptionfactory createexception apiexceptionfactory java at com google api gax rpc apiexceptionfactory createexception apiexceptionfactory java at com google api gax grpc grpcapiexceptionfactory create grpcapiexceptionfactory java at com google api gax grpc grpcapiexceptionfactory create grpcapiexceptionfactory java at com google api gax grpc grpcexceptioncallable exceptiontransformingfuture onfailure grpcexceptioncallable java at com google api core apifutures onfailure apifutures java at com google common util concurrent futures callbacklistener run futures java at com google common util concurrent directexecutor execute directexecutor java at com google common util concurrent abstractfuture executelistener abstractfuture java at com google common util concurrent abstractfuture complete abstractfuture java at com google common util concurrent abstractfuture setexception abstractfuture java at io grpc stub clientcalls grpcfuture setexception clientcalls java at io grpc stub clientcalls unarystreamtofuture onclose clientcalls java at io grpc partialforwardingclientcalllistener onclose partialforwardingclientcalllistener java at io grpc forwardingclientcalllistener onclose forwardingclientcalllistener java at io grpc forwardingclientcalllistener simpleforwardingclientcalllistener onclose forwardingclientcalllistener java at com google api gax grpc channelpool releasingclientcall onclose channelpool java at io grpc internal delayedclientcall delayedlistener run delayedclientcall java at io grpc internal delayedclientcall delayedlistener delayorexecute delayedclientcall java at io grpc internal delayedclientcall delayedlistener onclose delayedclientcall java at io grpc internal clientcallimpl closeobserver clientcallimpl java at io grpc internal clientcallimpl access clientcallimpl java at io grpc internal clientcallimpl clientstreamlistenerimpl runinternal clientcallimpl java at io grpc internal clientcallimpl clientstreamlistenerimpl runincontext clientcallimpl java at io grpc internal contextrunnable run contextrunnable java at io grpc internal serializingexecutor run serializingexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java suppressed com google api gax rpc asynctaskexception asynchronous task failed at com google api gax rpc apiexceptions callandtranslateapiexception apiexceptions java at com google api gax rpc unarycallable call unarycallable java at com google cloud aiplatform pipelineserviceclient canceltrainingpipeline pipelineserviceclient java at com google cloud aiplatform pipelineserviceclient canceltrainingpipeline pipelineserviceclient java at aiplatform canceltrainingpipelinesample canceltrainingpipelinesample canceltrainingpipelinesample java at aiplatform createtrainingpipelinesampletest teardown createtrainingpipelinesampletest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements runafters invokemethod runafters java at org junit internal runners statements runafters evaluate runafters java at com google cloud testing multipleattemptsrule evaluate multipleattemptsrule java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire execute java at org apache maven surefire executewithrerun java at org apache maven surefire executetestset java at org apache maven surefire invoke java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter run forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java caused by io grpc statusruntimeexception failed precondition the trainingpipeline projects ucaip sample tests locations us trainingpipelines is in state pipeline state failed and cannot be canceled at io grpc status asruntimeexception status java more
1
400,523
11,776,437,445
IssuesEvent
2020-03-16 13:16:00
ooni/ooni.org
https://api.github.com/repos/ooni/ooni.org
opened
Look into exposing summary level information of findings on country page
priority/medium user feedback
As a simple PoC we could have: * Categories of websites confirmed blocked * Bool flag to indicate if IM apps are blocked, if middleboxes were detected and if circumvention tools are restricted This also requires some data analysis from @FedericoCeratto and a mockup from @hellais. This is also related to: https://github.com/ooni/explorer/issues/386
1.0
Look into exposing summary level information of findings on country page - As a simple PoC we could have: * Categories of websites confirmed blocked * Bool flag to indicate if IM apps are blocked, if middleboxes were detected and if circumvention tools are restricted This also requires some data analysis from @FedericoCeratto and a mockup from @hellais. This is also related to: https://github.com/ooni/explorer/issues/386
priority
look into exposing summary level information of findings on country page as a simple poc we could have categories of websites confirmed blocked bool flag to indicate if im apps are blocked if middleboxes were detected and if circumvention tools are restricted this also requires some data analysis from federicoceratto and a mockup from hellais this is also related to
1
258,457
27,564,076,853
IssuesEvent
2023-03-08 01:26:40
ChoeMinji/react-16.0.0
https://api.github.com/repos/ChoeMinji/react-16.0.0
opened
CVE-2017-20165 (High) detected in multiple libraries
Mend: dependency security vulnerability
## CVE-2017-20165 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>debug-2.6.0.tgz</b>, <b>debug-2.6.3.tgz</b>, <b>debug-2.6.8.tgz</b>, <b>debug-2.6.6.tgz</b>, <b>debug-2.2.0.tgz</b>, <b>debug-2.6.1.tgz</b></p></summary> <p> <details><summary><b>debug-2.6.0.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.6.0.tgz">https://registry.npmjs.org/debug/-/debug-2.6.0.tgz</a></p> <p>Path to dependency file: /fixtures/fiber-debugger/package.json</p> <p>Path to vulnerable library: /fixtures/fiber-debugger/node_modules/debug/package.json,/fixtures/dom/node_modules/debug/package.json</p> <p> Dependency Hierarchy: - react-scripts-0.9.5.tgz (Root Library) - eslint-3.16.1.tgz - :x: **debug-2.6.0.tgz** (Vulnerable Library) </details> <details><summary><b>debug-2.6.3.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.6.3.tgz">https://registry.npmjs.org/debug/-/debug-2.6.3.tgz</a></p> <p>Path to dependency file: /fixtures/art/package.json</p> <p>Path to vulnerable library: /fixtures/art/node_modules/debug/package.json,/fixtures/ssr/node_modules/debug/package.json</p> <p> Dependency Hierarchy: - express-4.15.2.tgz (Root Library) - finalhandler-1.0.1.tgz - :x: **debug-2.6.3.tgz** (Vulnerable Library) </details> <details><summary><b>debug-2.6.8.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.6.8.tgz">https://registry.npmjs.org/debug/-/debug-2.6.8.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/debug/package.json,/scripts/bench/node_modules/debug/package.json,/fixtures/attribute-behavior/node_modules/debug/package.json,/fixtures/art/node_modules/debug/package.json,/fixtures/dom/node_modules/debug/package.json</p> <p> Dependency Hierarchy: - babel-plugin-transform-class-properties-6.24.1.tgz (Root Library) - babel-template-6.26.0.tgz - babel-traverse-6.26.0.tgz - :x: **debug-2.6.8.tgz** (Vulnerable Library) </details> <details><summary><b>debug-2.6.6.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.6.6.tgz">https://registry.npmjs.org/debug/-/debug-2.6.6.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/debug/package.json</p> <p> Dependency Hierarchy: - babel-core-6.24.1.tgz (Root Library) - :x: **debug-2.6.6.tgz** (Vulnerable Library) </details> <details><summary><b>debug-2.2.0.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.2.0.tgz">https://registry.npmjs.org/debug/-/debug-2.2.0.tgz</a></p> <p>Path to dependency file: /fixtures/ssr/package.json</p> <p>Path to vulnerable library: /fixtures/ssr/node_modules/debug/package.json,/fixtures/dom/node_modules/debug/package.json,/fixtures/fiber-debugger/node_modules/debug/package.json</p> <p> Dependency Hierarchy: - react-scripts-0.9.5.tgz (Root Library) - eslint-plugin-import-2.0.1.tgz - eslint-module-utils-1.0.0.tgz - :x: **debug-2.2.0.tgz** (Vulnerable Library) </details> <details><summary><b>debug-2.6.1.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.6.1.tgz">https://registry.npmjs.org/debug/-/debug-2.6.1.tgz</a></p> <p>Path to dependency file: /fixtures/ssr/package.json</p> <p>Path to vulnerable library: /fixtures/ssr/node_modules/debug/package.json</p> <p> Dependency Hierarchy: - express-4.15.2.tgz (Root Library) - :x: **debug-2.6.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/ChoeMinji/react-16.0.0/commit/b9bd902dad80b8b5fa55a183526357266ae47bcc">b9bd902dad80b8b5fa55a183526357266ae47bcc</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 vulnerability classified as problematic has been found in debug-js debug up to 3.0.x. This affects the function useColors of the file src/node.js. The manipulation of the argument str leads to inefficient regular expression complexity. Upgrading to version 3.1.0 is able to address this issue. The name of the patch is c38a0166c266a679c8de012d4eaccec3f944e685. It is recommended to upgrade the affected component. The identifier VDB-217665 was assigned to this vulnerability. <p>Publish Date: 2023-01-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-20165>CVE-2017-20165</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-9vvw-cc9w-f27h">https://github.com/advisories/GHSA-9vvw-cc9w-f27h</a></p> <p>Release Date: 2023-01-09</p> <p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (react-scripts): 1.0.0</p><p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (express): 4.15.5</p><p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (babel-core): 6.25.0</p><p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (react-scripts): 1.0.0</p><p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (express): 4.15.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2017-20165 (High) detected in multiple libraries - ## CVE-2017-20165 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>debug-2.6.0.tgz</b>, <b>debug-2.6.3.tgz</b>, <b>debug-2.6.8.tgz</b>, <b>debug-2.6.6.tgz</b>, <b>debug-2.2.0.tgz</b>, <b>debug-2.6.1.tgz</b></p></summary> <p> <details><summary><b>debug-2.6.0.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.6.0.tgz">https://registry.npmjs.org/debug/-/debug-2.6.0.tgz</a></p> <p>Path to dependency file: /fixtures/fiber-debugger/package.json</p> <p>Path to vulnerable library: /fixtures/fiber-debugger/node_modules/debug/package.json,/fixtures/dom/node_modules/debug/package.json</p> <p> Dependency Hierarchy: - react-scripts-0.9.5.tgz (Root Library) - eslint-3.16.1.tgz - :x: **debug-2.6.0.tgz** (Vulnerable Library) </details> <details><summary><b>debug-2.6.3.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.6.3.tgz">https://registry.npmjs.org/debug/-/debug-2.6.3.tgz</a></p> <p>Path to dependency file: /fixtures/art/package.json</p> <p>Path to vulnerable library: /fixtures/art/node_modules/debug/package.json,/fixtures/ssr/node_modules/debug/package.json</p> <p> Dependency Hierarchy: - express-4.15.2.tgz (Root Library) - finalhandler-1.0.1.tgz - :x: **debug-2.6.3.tgz** (Vulnerable Library) </details> <details><summary><b>debug-2.6.8.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.6.8.tgz">https://registry.npmjs.org/debug/-/debug-2.6.8.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/debug/package.json,/scripts/bench/node_modules/debug/package.json,/fixtures/attribute-behavior/node_modules/debug/package.json,/fixtures/art/node_modules/debug/package.json,/fixtures/dom/node_modules/debug/package.json</p> <p> Dependency Hierarchy: - babel-plugin-transform-class-properties-6.24.1.tgz (Root Library) - babel-template-6.26.0.tgz - babel-traverse-6.26.0.tgz - :x: **debug-2.6.8.tgz** (Vulnerable Library) </details> <details><summary><b>debug-2.6.6.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.6.6.tgz">https://registry.npmjs.org/debug/-/debug-2.6.6.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/debug/package.json</p> <p> Dependency Hierarchy: - babel-core-6.24.1.tgz (Root Library) - :x: **debug-2.6.6.tgz** (Vulnerable Library) </details> <details><summary><b>debug-2.2.0.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.2.0.tgz">https://registry.npmjs.org/debug/-/debug-2.2.0.tgz</a></p> <p>Path to dependency file: /fixtures/ssr/package.json</p> <p>Path to vulnerable library: /fixtures/ssr/node_modules/debug/package.json,/fixtures/dom/node_modules/debug/package.json,/fixtures/fiber-debugger/node_modules/debug/package.json</p> <p> Dependency Hierarchy: - react-scripts-0.9.5.tgz (Root Library) - eslint-plugin-import-2.0.1.tgz - eslint-module-utils-1.0.0.tgz - :x: **debug-2.2.0.tgz** (Vulnerable Library) </details> <details><summary><b>debug-2.6.1.tgz</b></p></summary> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.6.1.tgz">https://registry.npmjs.org/debug/-/debug-2.6.1.tgz</a></p> <p>Path to dependency file: /fixtures/ssr/package.json</p> <p>Path to vulnerable library: /fixtures/ssr/node_modules/debug/package.json</p> <p> Dependency Hierarchy: - express-4.15.2.tgz (Root Library) - :x: **debug-2.6.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/ChoeMinji/react-16.0.0/commit/b9bd902dad80b8b5fa55a183526357266ae47bcc">b9bd902dad80b8b5fa55a183526357266ae47bcc</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 vulnerability classified as problematic has been found in debug-js debug up to 3.0.x. This affects the function useColors of the file src/node.js. The manipulation of the argument str leads to inefficient regular expression complexity. Upgrading to version 3.1.0 is able to address this issue. The name of the patch is c38a0166c266a679c8de012d4eaccec3f944e685. It is recommended to upgrade the affected component. The identifier VDB-217665 was assigned to this vulnerability. <p>Publish Date: 2023-01-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-20165>CVE-2017-20165</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-9vvw-cc9w-f27h">https://github.com/advisories/GHSA-9vvw-cc9w-f27h</a></p> <p>Release Date: 2023-01-09</p> <p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (react-scripts): 1.0.0</p><p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (express): 4.15.5</p><p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (babel-core): 6.25.0</p><p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (react-scripts): 1.0.0</p><p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (express): 4.15.5</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 multiple libraries cve high severity vulnerability vulnerable libraries debug tgz debug tgz debug tgz debug tgz debug tgz debug tgz debug tgz small debugging utility library home page a href path to dependency file fixtures fiber debugger package json path to vulnerable library fixtures fiber debugger node modules debug package json fixtures dom node modules debug package json dependency hierarchy react scripts tgz root library eslint tgz x debug tgz vulnerable library debug tgz small debugging utility library home page a href path to dependency file fixtures art package json path to vulnerable library fixtures art node modules debug package json fixtures ssr node modules debug package json dependency hierarchy express tgz root library finalhandler tgz x debug tgz vulnerable library debug tgz small debugging utility library home page a href path to dependency file package json path to vulnerable library node modules debug package json scripts bench node modules debug package json fixtures attribute behavior node modules debug package json fixtures art node modules debug package json fixtures dom node modules debug package json dependency hierarchy babel plugin transform class properties tgz root library babel template tgz babel traverse tgz x debug tgz vulnerable library debug tgz small debugging utility library home page a href path to dependency file package json path to vulnerable library node modules debug package json dependency hierarchy babel core tgz root library x debug tgz vulnerable library debug tgz small debugging utility library home page a href path to dependency file fixtures ssr package json path to vulnerable library fixtures ssr node modules debug package json fixtures dom node modules debug package json fixtures fiber debugger node modules debug package json dependency hierarchy react scripts tgz root library eslint plugin import tgz eslint module utils tgz x debug tgz vulnerable library debug tgz small debugging utility library home page a href path to dependency file fixtures ssr package json path to vulnerable library fixtures ssr node modules debug package json dependency hierarchy express tgz root library x debug tgz vulnerable library found in head commit a href found in base branch master vulnerability details a vulnerability classified as problematic has been found in debug js debug up to x this affects the function usecolors of the file src node js the manipulation of the argument str leads to inefficient regular expression complexity upgrading to version is able to address this issue the name of the patch is it is recommended to upgrade the affected component the identifier vdb was assigned to this vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution debug direct dependency fix resolution react scripts fix resolution debug direct dependency fix resolution express fix resolution debug direct dependency fix resolution babel core fix resolution debug direct dependency fix resolution react scripts fix resolution debug direct dependency fix resolution express step up your open source security game with mend
0
276,971
21,007,428,848
IssuesEvent
2022-03-30 00:54:13
Team-Helper/ComgongBOT
https://api.github.com/repos/Team-Helper/ComgongBOT
closed
확인된 버그 혹은 리팩토링 리스트
bug documentation invalid
~~1. Firebase 환경변수가 로컬상에선 인식불가~~ 2. SDK가 인증된 크롤링 스케줄링 스타일 작성 필요 ~~3. Cold Start 이슈 개선~~ ~~4. 응답 구조 반복성 소스 개선~~ ~~5. Mocha 코드 주석처리 및 체계화~~ ~~6. 학점 수정 블록 연동~~
1.0
확인된 버그 혹은 리팩토링 리스트 - ~~1. Firebase 환경변수가 로컬상에선 인식불가~~ 2. SDK가 인증된 크롤링 스케줄링 스타일 작성 필요 ~~3. Cold Start 이슈 개선~~ ~~4. 응답 구조 반복성 소스 개선~~ ~~5. Mocha 코드 주석처리 및 체계화~~ ~~6. 학점 수정 블록 연동~~
non_priority
확인된 버그 혹은 리팩토링 리스트 firebase 환경변수가 로컬상에선 인식불가 sdk가 인증된 크롤링 스케줄링 스타일 작성 필요 cold start 이슈 개선 응답 구조 반복성 소스 개선 mocha 코드 주석처리 및 체계화 학점 수정 블록 연동
0
748,966
26,145,687,605
IssuesEvent
2022-12-30 04:10:32
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
closed
[Moved from Discord][Pet Talent: Bullheaded] Not functional
Class: Hunter Pet Priority: High Status: Confirmed Bug Report from Discord
It is impossible to use the trinket of the pet under clone, and it is impossible to dismiss the pet under hibernation or any stun https://youtu.be/6BdTyp04DQY https://cata-twinhead.twinstar.cz/?spell=53490
1.0
[Moved from Discord][Pet Talent: Bullheaded] Not functional - It is impossible to use the trinket of the pet under clone, and it is impossible to dismiss the pet under hibernation or any stun https://youtu.be/6BdTyp04DQY https://cata-twinhead.twinstar.cz/?spell=53490
priority
not functional it is impossible to use the trinket of the pet under clone and it is impossible to dismiss the pet under hibernation or any stun
1
161,495
20,154,067,795
IssuesEvent
2022-02-09 14:59:44
kapseliboi/crowdfunding-frontend
https://api.github.com/repos/kapseliboi/crowdfunding-frontend
opened
CVE-2018-3745 (High) detected in atob-1.1.3.tgz
security vulnerability
## CVE-2018-3745 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>atob-1.1.3.tgz</b></p></summary> <p>atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)</p> <p>Library home page: <a href="https://registry.npmjs.org/atob/-/atob-1.1.3.tgz">https://registry.npmjs.org/atob/-/atob-1.1.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/atob/package.json</p> <p> Dependency Hierarchy: - webdriverio-4.8.0.tgz (Root Library) - css-parse-2.0.0.tgz - css-2.2.1.tgz - source-map-resolve-0.3.1.tgz - :x: **atob-1.1.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/kapseliboi/crowdfunding-frontend/commit/3c5fb7d3f2932ae2023353faafd51bf99b953a5f">3c5fb7d3f2932ae2023353faafd51bf99b953a5f</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> atob 2.0.3 and earlier allocates uninitialized Buffers when number is passed in input on Node.js 4.x and below. <p>Publish Date: 2018-05-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-3745>CVE-2018-3745</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.1</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: 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://hackerone.com/reports/321686">https://hackerone.com/reports/321686</a></p> <p>Release Date: 2018-05-29</p> <p>Fix Resolution (atob): 2.1.0</p> <p>Direct dependency fix Resolution (webdriverio): 4.9.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2018-3745 (High) detected in atob-1.1.3.tgz - ## CVE-2018-3745 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>atob-1.1.3.tgz</b></p></summary> <p>atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)</p> <p>Library home page: <a href="https://registry.npmjs.org/atob/-/atob-1.1.3.tgz">https://registry.npmjs.org/atob/-/atob-1.1.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/atob/package.json</p> <p> Dependency Hierarchy: - webdriverio-4.8.0.tgz (Root Library) - css-parse-2.0.0.tgz - css-2.2.1.tgz - source-map-resolve-0.3.1.tgz - :x: **atob-1.1.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/kapseliboi/crowdfunding-frontend/commit/3c5fb7d3f2932ae2023353faafd51bf99b953a5f">3c5fb7d3f2932ae2023353faafd51bf99b953a5f</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> atob 2.0.3 and earlier allocates uninitialized Buffers when number is passed in input on Node.js 4.x and below. <p>Publish Date: 2018-05-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-3745>CVE-2018-3745</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.1</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: 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://hackerone.com/reports/321686">https://hackerone.com/reports/321686</a></p> <p>Release Date: 2018-05-29</p> <p>Fix Resolution (atob): 2.1.0</p> <p>Direct dependency fix Resolution (webdriverio): 4.9.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in atob tgz cve high severity vulnerability vulnerable library atob tgz atob for node js and linux mac windows cli it s a one liner library home page a href path to dependency file package json path to vulnerable library node modules atob package json dependency hierarchy webdriverio tgz root library css parse tgz css tgz source map resolve tgz x atob tgz vulnerable library found in head commit a href found in base branch master vulnerability details atob and earlier allocates uninitialized buffers when number is passed in input on node js x and below publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution atob direct dependency fix resolution webdriverio step up your open source security game with whitesource
0
748,998
26,146,893,299
IssuesEvent
2022-12-30 07:01:04
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
closed
[Quest] The Gift That Keeps On Giving
Quest - Cataclysm (1-60) Quest - Event Animation Priority: Low Status: Confirmed Bug Report from Discord
Unintendet OP — 12/10/2022 6:43 PM Quest = The Gift That Keeps On Giving only turns one Miner into an Ghoul, it should turn everyone in that Radius into one. The Miners in General aren't moving theyr Carts, they just walk around it.
1.0
[Quest] The Gift That Keeps On Giving - Unintendet OP — 12/10/2022 6:43 PM Quest = The Gift That Keeps On Giving only turns one Miner into an Ghoul, it should turn everyone in that Radius into one. The Miners in General aren't moving theyr Carts, they just walk around it.
priority
the gift that keeps on giving unintendet op — pm quest the gift that keeps on giving only turns one miner into an ghoul it should turn everyone in that radius into one the miners in general aren t moving theyr carts they just walk around it
1
53,931
11,163,757,819
IssuesEvent
2019-12-27 00:53:33
Thiago-Viotto/My-Series-App
https://api.github.com/repos/Thiago-Viotto/My-Series-App
closed
Borda no input de URL de vídeo está pequena
bug coded passed priority_normal
### Steps to replicate - Editar ou adicionar um filme ### Expected result - Que a borda fique do tamanho do input
1.0
Borda no input de URL de vídeo está pequena - ### Steps to replicate - Editar ou adicionar um filme ### Expected result - Que a borda fique do tamanho do input
non_priority
borda no input de url de vídeo está pequena steps to replicate editar ou adicionar um filme expected result que a borda fique do tamanho do input
0
301,309
9,218,949,289
IssuesEvent
2019-03-11 14:29:13
sevenzk/SJKTCI
https://api.github.com/repos/sevenzk/SJKTCI
closed
[Master Pelanggan] Perubahan view pada menu Master Pelanggan
Priority enhancement fixed
Ada perubahan view pada menu Master Pelanggan seperti gambar dibawah : ![image](https://user-images.githubusercontent.com/44515909/53677025-7252a000-3cdc-11e9-96e3-170ea1ff645b.png) Untuk grid detil master pelanggan dibuat fixed width untuk masing-masing kolom..
1.0
[Master Pelanggan] Perubahan view pada menu Master Pelanggan - Ada perubahan view pada menu Master Pelanggan seperti gambar dibawah : ![image](https://user-images.githubusercontent.com/44515909/53677025-7252a000-3cdc-11e9-96e3-170ea1ff645b.png) Untuk grid detil master pelanggan dibuat fixed width untuk masing-masing kolom..
priority
perubahan view pada menu master pelanggan ada perubahan view pada menu master pelanggan seperti gambar dibawah untuk grid detil master pelanggan dibuat fixed width untuk masing masing kolom
1
711,811
24,476,250,628
IssuesEvent
2022-10-08 07:41:39
borgbase/vorta
https://api.github.com/repos/borgbase/vorta
closed
Error when adding locked repo
priority:low type:bug
**To Reproduce** Steps to reproduce the behavior: 1. Init a repository to a remote ssh using borg commandline 1.1.15 ``` borg init user@host:/home/user/borg_backup --encryption=keyfile --remote-path="/usr/bin/borg-1.1.14/borg-1.1.14" ``` 2. Create a backup from command line but cancel it in the middle ``` borg create --stats user@host:/home/user/borg_backup::First ~/ --remote-path="/usr/bin/borg-1.1.14/borg-1.1.14" ``` 3. Try to add this repo to Vorta (using extra args `--remote-path="/usr/bin/borg-1.1.14/borg-1.1.14"` 4. Get error below **Environment (please complete the following information):** - OS: Ubuntu 18.04 - Vorta version: Vorta 0.7.7, Borg 1.1.15 - Installed from: pipx Vorta and Borg versions can be found in Main Window > Misc Tab. **Additional context** ``` 2021-08-19 17:01:49,558 - root - DEBUG - Found 0 passwords matching repo URL. 2021-08-19 17:01:49,558 - vorta.borg.borg_thread - DEBUG - Password not found in primary keyring. Falling back to VortaDBKeyring. 2021-08-19 17:01:49,568 - vorta.borg.borg_thread - INFO - Running command /usr/bin/borg info --remote-path=/usr/bin/borg-1.1.14/borg-1.1.14 --info --json --log-json user@host:/home/user/borg_backup 2021-08-19 17:04:06,167 - vorta.borg.borg_thread - ERROR - Failed to create/acquire the lock /home/user/borg_backup/lock.exclusive (timeout). 2021-08-19 17:04:06,171 - root - CRITICAL - Uncaught exception, file a report at https://github.com/borgbase/vorta/issues/new Traceback (most recent call last): File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6884, in get return clone.execute(database)[0] File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 4275, in __getitem__ return self.row_cache[item] IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/vorta/application.py", line 221, in react_to_log profile = BackupProfileModel.get(name=context['profile_name']) File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6438, in get return sq.get() File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6887, in get raise self.model.DoesNotExist('%s instance matching query does ' vorta.models.BackupProfileModelDoesNotExist: <Model: BackupProfileModel> instance matching query does not exist: SQL: SELECT "t1"."id", "t1"."name", "t1"."added_at", "t1"."repo_id", "t1"."ssh_key", "t1"."compression", "t1"."exclude_patterns", "t1"."exclude_if_present", "t1"."schedule_mode", "t1"."schedule_interval_hours", "t1"."schedule_interval_minutes", "t1"."schedule_fixed_hour", "t1"."schedule_fixed_minute", "t1"."validation_on", "t1"."validation_weeks", "t1"."prune_on", "t1"."prune_hour", "t1"."prune_day", "t1"."prune_week", "t1"."prune_month", "t1"."prune_year", "t1"."prune_keep_within", "t1"."new_archive_name", "t1"."prune_prefix", "t1"."pre_backup_cmd", "t1"."post_backup_cmd", "t1"."dont_run_on_metered_networks" FROM "backupprofilemodel" AS "t1" WHERE ("t1"."name" = ?) LIMIT ? OFFSET ? Params: ['New Repo', 1, 0] 2021-08-19 17:07:22,981 - vorta.keyring.abc - DEBUG - Only available on macOS ``` ``` Uncaught exception, please file a report with this text at https://github.com/borgbase/vorta/issues/new Traceback (most recent call last): File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6884, in get return clone.execute(database)[0] File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 4275, in __getitem__ return self.row_cache[item] IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/vorta/application.py", line 221, in react_to_log profile = BackupProfileModel.get(name=context['profile_name']) File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6438, in get return sq.get() File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6887, in get raise self.model.DoesNotExist('%s instance matching query does ' vorta.models.BackupProfileModelDoesNotExist: <Model: BackupProfileModel> instance matching query does not exist: SQL: SELECT "t1"."id", "t1"."name", "t1"."added_at", "t1"."repo_id", "t1"."ssh_key", "t1"."compression", "t1"."exclude_patterns", "t1"."exclude_if_present", "t1"."schedule_mode", "t1"."schedule_interval_hours", "t1"."schedule_interval_minutes", "t1"."schedule_fixed_hour", "t1"."schedule_fixed_minute", "t1"."validation_on", "t1"."validation_weeks", "t1"."prune_on", "t1"."prune_hour", "t1"."prune_day", "t1"."prune_week", "t1"."prune_month", "t1"."prune_year", "t1"."prune_keep_within", "t1"."new_archive_name", "t1"."prune_prefix", "t1"."pre_backup_cmd", "t1"."post_backup_cmd", "t1"."dont_run_on_metered_networks" FROM "backupprofilemodel" AS "t1" WHERE ("t1"."name" = ?) LIMIT ? OFFSET ? Params: ['New Repo', 1, 0] ```
1.0
Error when adding locked repo - **To Reproduce** Steps to reproduce the behavior: 1. Init a repository to a remote ssh using borg commandline 1.1.15 ``` borg init user@host:/home/user/borg_backup --encryption=keyfile --remote-path="/usr/bin/borg-1.1.14/borg-1.1.14" ``` 2. Create a backup from command line but cancel it in the middle ``` borg create --stats user@host:/home/user/borg_backup::First ~/ --remote-path="/usr/bin/borg-1.1.14/borg-1.1.14" ``` 3. Try to add this repo to Vorta (using extra args `--remote-path="/usr/bin/borg-1.1.14/borg-1.1.14"` 4. Get error below **Environment (please complete the following information):** - OS: Ubuntu 18.04 - Vorta version: Vorta 0.7.7, Borg 1.1.15 - Installed from: pipx Vorta and Borg versions can be found in Main Window > Misc Tab. **Additional context** ``` 2021-08-19 17:01:49,558 - root - DEBUG - Found 0 passwords matching repo URL. 2021-08-19 17:01:49,558 - vorta.borg.borg_thread - DEBUG - Password not found in primary keyring. Falling back to VortaDBKeyring. 2021-08-19 17:01:49,568 - vorta.borg.borg_thread - INFO - Running command /usr/bin/borg info --remote-path=/usr/bin/borg-1.1.14/borg-1.1.14 --info --json --log-json user@host:/home/user/borg_backup 2021-08-19 17:04:06,167 - vorta.borg.borg_thread - ERROR - Failed to create/acquire the lock /home/user/borg_backup/lock.exclusive (timeout). 2021-08-19 17:04:06,171 - root - CRITICAL - Uncaught exception, file a report at https://github.com/borgbase/vorta/issues/new Traceback (most recent call last): File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6884, in get return clone.execute(database)[0] File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 4275, in __getitem__ return self.row_cache[item] IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/vorta/application.py", line 221, in react_to_log profile = BackupProfileModel.get(name=context['profile_name']) File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6438, in get return sq.get() File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6887, in get raise self.model.DoesNotExist('%s instance matching query does ' vorta.models.BackupProfileModelDoesNotExist: <Model: BackupProfileModel> instance matching query does not exist: SQL: SELECT "t1"."id", "t1"."name", "t1"."added_at", "t1"."repo_id", "t1"."ssh_key", "t1"."compression", "t1"."exclude_patterns", "t1"."exclude_if_present", "t1"."schedule_mode", "t1"."schedule_interval_hours", "t1"."schedule_interval_minutes", "t1"."schedule_fixed_hour", "t1"."schedule_fixed_minute", "t1"."validation_on", "t1"."validation_weeks", "t1"."prune_on", "t1"."prune_hour", "t1"."prune_day", "t1"."prune_week", "t1"."prune_month", "t1"."prune_year", "t1"."prune_keep_within", "t1"."new_archive_name", "t1"."prune_prefix", "t1"."pre_backup_cmd", "t1"."post_backup_cmd", "t1"."dont_run_on_metered_networks" FROM "backupprofilemodel" AS "t1" WHERE ("t1"."name" = ?) LIMIT ? OFFSET ? Params: ['New Repo', 1, 0] 2021-08-19 17:07:22,981 - vorta.keyring.abc - DEBUG - Only available on macOS ``` ``` Uncaught exception, please file a report with this text at https://github.com/borgbase/vorta/issues/new Traceback (most recent call last): File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6884, in get return clone.execute(database)[0] File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 4275, in __getitem__ return self.row_cache[item] IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/vorta/application.py", line 221, in react_to_log profile = BackupProfileModel.get(name=context['profile_name']) File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6438, in get return sq.get() File "/home/guru/.local/pipx/venvs/vorta/lib/python3.8/site-packages/peewee.py", line 6887, in get raise self.model.DoesNotExist('%s instance matching query does ' vorta.models.BackupProfileModelDoesNotExist: <Model: BackupProfileModel> instance matching query does not exist: SQL: SELECT "t1"."id", "t1"."name", "t1"."added_at", "t1"."repo_id", "t1"."ssh_key", "t1"."compression", "t1"."exclude_patterns", "t1"."exclude_if_present", "t1"."schedule_mode", "t1"."schedule_interval_hours", "t1"."schedule_interval_minutes", "t1"."schedule_fixed_hour", "t1"."schedule_fixed_minute", "t1"."validation_on", "t1"."validation_weeks", "t1"."prune_on", "t1"."prune_hour", "t1"."prune_day", "t1"."prune_week", "t1"."prune_month", "t1"."prune_year", "t1"."prune_keep_within", "t1"."new_archive_name", "t1"."prune_prefix", "t1"."pre_backup_cmd", "t1"."post_backup_cmd", "t1"."dont_run_on_metered_networks" FROM "backupprofilemodel" AS "t1" WHERE ("t1"."name" = ?) LIMIT ? OFFSET ? Params: ['New Repo', 1, 0] ```
priority
error when adding locked repo to reproduce steps to reproduce the behavior init a repository to a remote ssh using borg commandline borg init user host home user borg backup encryption keyfile remote path usr bin borg borg create a backup from command line but cancel it in the middle borg create stats user host home user borg backup first remote path usr bin borg borg try to add this repo to vorta using extra args remote path usr bin borg borg get error below environment please complete the following information os ubuntu vorta version vorta borg installed from pipx vorta and borg versions can be found in main window misc tab additional context root debug found passwords matching repo url vorta borg borg thread debug password not found in primary keyring falling back to vortadbkeyring vorta borg borg thread info running command usr bin borg info remote path usr bin borg borg info json log json user host home user borg backup vorta borg borg thread error failed to create acquire the lock home user borg backup lock exclusive timeout root critical uncaught exception file a report at traceback most recent call last file home guru local pipx venvs vorta lib site packages peewee py line in get return clone execute database file home guru local pipx venvs vorta lib site packages peewee py line in getitem return self row cache indexerror list index out of range during handling of the above exception another exception occurred traceback most recent call last file home guru local pipx venvs vorta lib site packages vorta application py line in react to log profile backupprofilemodel get name context file home guru local pipx venvs vorta lib site packages peewee py line in get return sq get file home guru local pipx venvs vorta lib site packages peewee py line in get raise self model doesnotexist s instance matching query does vorta models backupprofilemodeldoesnotexist instance matching query does not exist sql select id name added at repo id ssh key compression exclude patterns exclude if present schedule mode schedule interval hours schedule interval minutes schedule fixed hour schedule fixed minute validation on validation weeks prune on prune hour prune day prune week prune month prune year prune keep within new archive name prune prefix pre backup cmd post backup cmd dont run on metered networks from backupprofilemodel as where name limit offset params vorta keyring abc debug only available on macos uncaught exception please file a report with this text at traceback most recent call last file home guru local pipx venvs vorta lib site packages peewee py line in get return clone execute database file home guru local pipx venvs vorta lib site packages peewee py line in getitem return self row cache indexerror list index out of range during handling of the above exception another exception occurred traceback most recent call last file home guru local pipx venvs vorta lib site packages vorta application py line in react to log profile backupprofilemodel get name context file home guru local pipx venvs vorta lib site packages peewee py line in get return sq get file home guru local pipx venvs vorta lib site packages peewee py line in get raise self model doesnotexist s instance matching query does vorta models backupprofilemodeldoesnotexist instance matching query does not exist sql select id name added at repo id ssh key compression exclude patterns exclude if present schedule mode schedule interval hours schedule interval minutes schedule fixed hour schedule fixed minute validation on validation weeks prune on prune hour prune day prune week prune month prune year prune keep within new archive name prune prefix pre backup cmd post backup cmd dont run on metered networks from backupprofilemodel as where name limit offset params
1
413,664
12,086,219,519
IssuesEvent
2020-04-18 08:48:58
kubernetes/website
https://api.github.com/repos/kubernetes/website
closed
Page title formatting wrong for Ikhtisar Keamanan _Cloud Native_
kind/bug language/id priority/backlog
**This is a Bug Report** <!-- Thanks for filing an issue! Before submitting, please fill in the following information. --> <!-- See https://kubernetes.io/docs/contribute/start/ for guidance on writing an actionable issue description. --> <!--Required Information--> **Problem:** The page [Ikhtisar Keamanan _Cloud Native_](https://kubernetes.io/id/docs/concepts/security/overview/) has underscores in the title. (HTML does not let you write formatting in page titles). **Proposed Solution:** Fix the page title to remove the underscores. **Page to Update:** https://kubernetes.io/id/docs/concepts/security/overview/ <!--Optional Information (remove the comment tags around information you would like to include)--> <!--Kubernetes Version:--> **Additional Information:** /kind bug /language id
1.0
Page title formatting wrong for Ikhtisar Keamanan _Cloud Native_ - **This is a Bug Report** <!-- Thanks for filing an issue! Before submitting, please fill in the following information. --> <!-- See https://kubernetes.io/docs/contribute/start/ for guidance on writing an actionable issue description. --> <!--Required Information--> **Problem:** The page [Ikhtisar Keamanan _Cloud Native_](https://kubernetes.io/id/docs/concepts/security/overview/) has underscores in the title. (HTML does not let you write formatting in page titles). **Proposed Solution:** Fix the page title to remove the underscores. **Page to Update:** https://kubernetes.io/id/docs/concepts/security/overview/ <!--Optional Information (remove the comment tags around information you would like to include)--> <!--Kubernetes Version:--> **Additional Information:** /kind bug /language id
priority
page title formatting wrong for ikhtisar keamanan cloud native this is a bug report problem the page has underscores in the title html does not let you write formatting in page titles proposed solution fix the page title to remove the underscores page to update additional information kind bug language id
1
72,376
13,823,219,539
IssuesEvent
2020-10-13 06:40:20
yanglr/geekplayers.com
https://api.github.com/repos/yanglr/geekplayers.com
opened
LeetCode面试系列 第5天:No.204 - 统计质数_极客玩家大白
/python-leetcode204-count-primes.html gitalk
https://geekplayers.com/python-leetcode204-count-primes.html <p>在上篇算法题的文章中,我们介绍了 LeetCode 中的一道<em>数学题</em> - <strong>快乐数</strong> 。今天,我们来聊聊<strong>质数</strong>(英文是Prime,也称为素数)相关的面试题。以前很多编程书上会有个经典问题,即<strong>判断一个数是否是质数</strong>,在那之后大家应该对判定质数的逻辑有了一定的认识。今天呢,我们来解决一个进阶问题,如何计算一个区间内素数(质数)的数量。</p>
1.0
LeetCode面试系列 第5天:No.204 - 统计质数_极客玩家大白 - https://geekplayers.com/python-leetcode204-count-primes.html <p>在上篇算法题的文章中,我们介绍了 LeetCode 中的一道<em>数学题</em> - <strong>快乐数</strong> 。今天,我们来聊聊<strong>质数</strong>(英文是Prime,也称为素数)相关的面试题。以前很多编程书上会有个经典问题,即<strong>判断一个数是否是质数</strong>,在那之后大家应该对判定质数的逻辑有了一定的认识。今天呢,我们来解决一个进阶问题,如何计算一个区间内素数(质数)的数量。</p>
non_priority
leetcode面试系列 :no 统计质数 极客玩家大白 在上篇算法题的文章中,我们介绍了 leetcode 中的一道 数学题 快乐数 。今天,我们来聊聊 质数 英文是prime,也称为素数 相关的面试题。以前很多编程书上会有个经典问题,即 判断一个数是否是质数 ,在那之后大家应该对判定质数的逻辑有了一定的认识。今天呢,我们来解决一个进阶问题,如何计算一个区间内素数 质数 的数量。
0
206,268
16,024,131,497
IssuesEvent
2021-04-21 06:47:02
TesseractCoding/NeoAlgo
https://api.github.com/repos/TesseractCoding/NeoAlgo
closed
README File of Python folder Modification.
Python documentation
## 📚 Documentation The README.md file of python folder needs to be updated. The README file is not containing all the programs that are under the sub-folders, on addition to this few programs are added to the wrong title (example: Data structure programs are added under graphs section) and there are 2 sections for searching, sorting, graphs and competitive programming and programs are added twice because of this reason. I have already updated the README file for python folder. ### Have you read the [Contributing Guidelines on Pull Requests](https://github.com/TesseractCoding/NeoAlgo/blob/master/CONTRIBUTING.md#reporting-new-issues)? YES
1.0
README File of Python folder Modification. - ## 📚 Documentation The README.md file of python folder needs to be updated. The README file is not containing all the programs that are under the sub-folders, on addition to this few programs are added to the wrong title (example: Data structure programs are added under graphs section) and there are 2 sections for searching, sorting, graphs and competitive programming and programs are added twice because of this reason. I have already updated the README file for python folder. ### Have you read the [Contributing Guidelines on Pull Requests](https://github.com/TesseractCoding/NeoAlgo/blob/master/CONTRIBUTING.md#reporting-new-issues)? YES
non_priority
readme file of python folder modification 📚 documentation the readme md file of python folder needs to be updated the readme file is not containing all the programs that are under the sub folders on addition to this few programs are added to the wrong title example data structure programs are added under graphs section and there are sections for searching sorting graphs and competitive programming and programs are added twice because of this reason i have already updated the readme file for python folder have you read the yes
0
31,639
11,962,266,714
IssuesEvent
2020-04-05 11:44:00
Automattic/wp-calypso
https://api.github.com/repos/Automattic/wp-calypso
closed
Filling backup credentials successfully does not take me to backup status screen
Jetpack Rewind Security [Status] Stale [Type] Bug
I successfully added my credentials for backups, and then was taken to an "activity log" screen with no mention of backups whatsoever. I would have expected to see some kind of "your first backup is starting" with a progress bar, access to backup-related settings (including stored credentials) but none of these things were available. Are backups working? Where do I find them? Furthermore I couldn't rewind to any of the activities on the screen. Your banner message promised I could rewind to "any event in history" - why isn't that possible? Update: I finally found the backups link under Settings->Security (why?) and clicked "View your site's backups and activity" but it just took me back to that list of activities but no backups.
True
Filling backup credentials successfully does not take me to backup status screen - I successfully added my credentials for backups, and then was taken to an "activity log" screen with no mention of backups whatsoever. I would have expected to see some kind of "your first backup is starting" with a progress bar, access to backup-related settings (including stored credentials) but none of these things were available. Are backups working? Where do I find them? Furthermore I couldn't rewind to any of the activities on the screen. Your banner message promised I could rewind to "any event in history" - why isn't that possible? Update: I finally found the backups link under Settings->Security (why?) and clicked "View your site's backups and activity" but it just took me back to that list of activities but no backups.
non_priority
filling backup credentials successfully does not take me to backup status screen i successfully added my credentials for backups and then was taken to an activity log screen with no mention of backups whatsoever i would have expected to see some kind of your first backup is starting with a progress bar access to backup related settings including stored credentials but none of these things were available are backups working where do i find them furthermore i couldn t rewind to any of the activities on the screen your banner message promised i could rewind to any event in history why isn t that possible update i finally found the backups link under settings security why and clicked view your site s backups and activity but it just took me back to that list of activities but no backups
0
301,804
9,231,040,676
IssuesEvent
2019-03-13 00:30:06
VisBOL/visbol-js
https://api.github.com/repos/VisBOL/visbol-js
closed
Render binding_site (SO:0000409) operator glyph
Priority bug
The SO term binding_site (SO:0000409) should be rendered as an operator glyph.
1.0
Render binding_site (SO:0000409) operator glyph - The SO term binding_site (SO:0000409) should be rendered as an operator glyph.
priority
render binding site so operator glyph the so term binding site so should be rendered as an operator glyph
1
238,751
18,248,880,234
IssuesEvent
2021-10-01 23:19:07
SOunit/book_link
https://api.github.com/repos/SOunit/book_link
closed
sequelize group query by model
documentation
# how to setup group query in sequelize model - create query using findAll - check SQL and fix - top-level where after join - add group by - add having # top-level where, after join two tables ``` User.findAll({ where: { '$Instruments.size$': { [Op.ne]: 'small' } }, include: [{ model: Tool, as: 'Instruments' }] }); ``` ### point as name (=Instruments in sample) should be match with association name ### ref https://sequelize.org/master/manual/eager-loading.html#complex-where-clauses-at-the-top-level ### search keyword Complex where clauses at the top-level # group by ``` const existingChat = await Chat.count({ where: { '$users.id$': { [Op.in]: [args.userId, args.targetId] }, }, include: { model: User, as: 'users', }, group: 'chat.id', having: literal('count(chat.id) = 2'), }); ``` ### point searched prop name (= 'chat.id' ) by executing query. # having ### point use literal ### ref https://github.com/sequelize/sequelize/issues/7975
1.0
sequelize group query by model - # how to setup group query in sequelize model - create query using findAll - check SQL and fix - top-level where after join - add group by - add having # top-level where, after join two tables ``` User.findAll({ where: { '$Instruments.size$': { [Op.ne]: 'small' } }, include: [{ model: Tool, as: 'Instruments' }] }); ``` ### point as name (=Instruments in sample) should be match with association name ### ref https://sequelize.org/master/manual/eager-loading.html#complex-where-clauses-at-the-top-level ### search keyword Complex where clauses at the top-level # group by ``` const existingChat = await Chat.count({ where: { '$users.id$': { [Op.in]: [args.userId, args.targetId] }, }, include: { model: User, as: 'users', }, group: 'chat.id', having: literal('count(chat.id) = 2'), }); ``` ### point searched prop name (= 'chat.id' ) by executing query. # having ### point use literal ### ref https://github.com/sequelize/sequelize/issues/7975
non_priority
sequelize group query by model how to setup group query in sequelize model create query using findall check sql and fix top level where after join add group by add having top level where after join two tables user findall where instruments size small include model tool as instruments point as name instruments in sample should be match with association name ref search keyword complex where clauses at the top level group by const existingchat await chat count where users id include model user as users group chat id having literal count chat id point searched prop name chat id by executing query having point use literal ref
0
248,854
18,858,126,785
IssuesEvent
2021-11-12 09:24:53
cookiedan42/pe
https://api.github.com/repos/cookiedan42/pe
opened
Command format split from instructions
type.DocumentationBug severity.VeryLow
On page 17, list-i command format has been orphaned to page 18 ![image.png](https://raw.githubusercontent.com/cookiedan42/pe/main/files/f1036af1-b190-4f7f-82dd-bc6d0104849f.png) <!--session: 1636703198206-186e467b-e921-4ac2-801b-2f2ffdd7e511--> <!--Version: Web v3.4.1-->
1.0
Command format split from instructions - On page 17, list-i command format has been orphaned to page 18 ![image.png](https://raw.githubusercontent.com/cookiedan42/pe/main/files/f1036af1-b190-4f7f-82dd-bc6d0104849f.png) <!--session: 1636703198206-186e467b-e921-4ac2-801b-2f2ffdd7e511--> <!--Version: Web v3.4.1-->
non_priority
command format split from instructions on page list i command format has been orphaned to page
0
617,389
19,349,298,529
IssuesEvent
2021-12-15 14:10:47
amosproj/amos2021ws05-fin-prod-port-quick-check
https://api.github.com/repos/amosproj/amos2021ws05-fin-prod-port-quick-check
opened
Add Actual Values for Progress Bars in Product Overview
type: feature priority: high backend
## User story 1. As a user 2. I want to know the current progress of the complexity and economic product rating 3. So that I know how much work is left to do ## Acceptance criteria * Correct Values are calculated and propagated to frontend * ... ## Definition of done * Approved by product owner * Tests have been written (e.g. Scratch Files, Unit test, integration test etc..) * Code has been peer reviewed and approved * No syntax or runtime errors emerged * Code has to be included in the release candidate
1.0
Add Actual Values for Progress Bars in Product Overview - ## User story 1. As a user 2. I want to know the current progress of the complexity and economic product rating 3. So that I know how much work is left to do ## Acceptance criteria * Correct Values are calculated and propagated to frontend * ... ## Definition of done * Approved by product owner * Tests have been written (e.g. Scratch Files, Unit test, integration test etc..) * Code has been peer reviewed and approved * No syntax or runtime errors emerged * Code has to be included in the release candidate
priority
add actual values for progress bars in product overview user story as a user i want to know the current progress of the complexity and economic product rating so that i know how much work is left to do acceptance criteria correct values are calculated and propagated to frontend definition of done approved by product owner tests have been written e g scratch files unit test integration test etc code has been peer reviewed and approved no syntax or runtime errors emerged code has to be included in the release candidate
1
767,387
26,922,289,844
IssuesEvent
2023-02-07 11:19:22
AFM-SPM/TopoStats
https://api.github.com/repos/AFM-SPM/TopoStats
closed
Remove extraneous plotting from grainstats.py
good first issue Low Priority GrainStats
`GrainStats()` currently has lines that are used to plot the data, but no image is saved (see lines [158-160](https://github.com/AFM-SPM/TopoStats/blob/main/topostats/grainstats.py#L158)). These are likely from development/debugging and weren't picked up during review of the PR.
1.0
Remove extraneous plotting from grainstats.py - `GrainStats()` currently has lines that are used to plot the data, but no image is saved (see lines [158-160](https://github.com/AFM-SPM/TopoStats/blob/main/topostats/grainstats.py#L158)). These are likely from development/debugging and weren't picked up during review of the PR.
priority
remove extraneous plotting from grainstats py grainstats currently has lines that are used to plot the data but no image is saved see lines these are likely from development debugging and weren t picked up during review of the pr
1
102,475
32,011,333,709
IssuesEvent
2023-09-21 18:13:24
golang/go
https://api.github.com/repos/golang/go
opened
x/build/cmd/relui: migrate off buildlets
Builders
relui depends heavily on gomotes/buildlets for various tasks. As the LUCI migration progresses we have better alternatives to most of those uses. To reduce our dependency on the old infrastructure, stop using them wherever possible. The full list of uses: - [ ] Running tests and advisory trybots - [ ] Building distpacks - [ ] Running miscellaneous codegen scripts - [ ] Building installers - [ ] Reproducing distpacks on Windows cc @golang/release
1.0
x/build/cmd/relui: migrate off buildlets - relui depends heavily on gomotes/buildlets for various tasks. As the LUCI migration progresses we have better alternatives to most of those uses. To reduce our dependency on the old infrastructure, stop using them wherever possible. The full list of uses: - [ ] Running tests and advisory trybots - [ ] Building distpacks - [ ] Running miscellaneous codegen scripts - [ ] Building installers - [ ] Reproducing distpacks on Windows cc @golang/release
non_priority
x build cmd relui migrate off buildlets relui depends heavily on gomotes buildlets for various tasks as the luci migration progresses we have better alternatives to most of those uses to reduce our dependency on the old infrastructure stop using them wherever possible the full list of uses running tests and advisory trybots building distpacks running miscellaneous codegen scripts building installers reproducing distpacks on windows cc golang release
0
171,681
6,493,157,194
IssuesEvent
2017-08-21 15:54:04
containous/traefik
https://api.github.com/repos/containous/traefik
closed
Add X-Forwarded-Port header to incoming requests
kind/enhancement priority/P2
### What version of Traefik are you using (`traefik version`)? Version: v1.2.0-rc1 Codename: morbier Go version: go1.7.5 Built: 2017-02-06_08:45:49PM OS/Arch: linux/amd64 ### What is your environment & configuration (arguments, toml...)? File-based config on AWS Ubuntu instances. `passHostHeader = true` on backend. ### What did you do? When running behind a reverse-proxy, some popular web frameworks such as Symfony depend on various `X-Forwarded-*` headers to generate correct URL's, etc. Traefik correctly sets most of these headers, except for `X-Forwarded-Port`. Symfony requires that header to be set. ### What did you expect to see? I expect Traefik to add an `X-Forwarded-Port` header when passing the request to a backend, in addition to the other `X-Forwarded-*` headers it already sets. The `X-Forwarded-Port` header contains the portnumber on which the incoming request was received, usually 80 or 443. I'm now adding this header in my backend, but it should be done by the proxy since that's the only place where the actual portnumber is known. ### What did you see instead? The following headers are already added by Traefik. `X-Forwarded-For` `X-Forwarded-Host` `X-Forwarded-Proto` `X-Forwarded-Server` `X-Traefik-Reqid`
1.0
Add X-Forwarded-Port header to incoming requests - ### What version of Traefik are you using (`traefik version`)? Version: v1.2.0-rc1 Codename: morbier Go version: go1.7.5 Built: 2017-02-06_08:45:49PM OS/Arch: linux/amd64 ### What is your environment & configuration (arguments, toml...)? File-based config on AWS Ubuntu instances. `passHostHeader = true` on backend. ### What did you do? When running behind a reverse-proxy, some popular web frameworks such as Symfony depend on various `X-Forwarded-*` headers to generate correct URL's, etc. Traefik correctly sets most of these headers, except for `X-Forwarded-Port`. Symfony requires that header to be set. ### What did you expect to see? I expect Traefik to add an `X-Forwarded-Port` header when passing the request to a backend, in addition to the other `X-Forwarded-*` headers it already sets. The `X-Forwarded-Port` header contains the portnumber on which the incoming request was received, usually 80 or 443. I'm now adding this header in my backend, but it should be done by the proxy since that's the only place where the actual portnumber is known. ### What did you see instead? The following headers are already added by Traefik. `X-Forwarded-For` `X-Forwarded-Host` `X-Forwarded-Proto` `X-Forwarded-Server` `X-Traefik-Reqid`
priority
add x forwarded port header to incoming requests what version of traefik are you using traefik version version codename morbier go version built os arch linux what is your environment configuration arguments toml file based config on aws ubuntu instances passhostheader true on backend what did you do when running behind a reverse proxy some popular web frameworks such as symfony depend on various x forwarded headers to generate correct url s etc traefik correctly sets most of these headers except for x forwarded port symfony requires that header to be set what did you expect to see i expect traefik to add an x forwarded port header when passing the request to a backend in addition to the other x forwarded headers it already sets the x forwarded port header contains the portnumber on which the incoming request was received usually or i m now adding this header in my backend but it should be done by the proxy since that s the only place where the actual portnumber is known what did you see instead the following headers are already added by traefik x forwarded for x forwarded host x forwarded proto x forwarded server x traefik reqid
1
157,381
19,957,167,170
IssuesEvent
2022-01-28 01:32:13
Watemlifts/hydrogen
https://api.github.com/repos/Watemlifts/hydrogen
opened
CVE-2022-0355 (High) detected in simple-get-2.8.1.tgz
security vulnerability
## CVE-2022-0355 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-get-2.8.1.tgz</b></p></summary> <p>Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.</p> <p>Library home page: <a href="https://registry.npmjs.org/simple-get/-/simple-get-2.8.1.tgz">https://registry.npmjs.org/simple-get/-/simple-get-2.8.1.tgz</a></p> <p>Path to dependency file: /hydrogen/package.json</p> <p>Path to vulnerable library: /node_modules/simple-get/package.json</p> <p> Dependency Hierarchy: - jmp-2.0.0.tgz (Root Library) - zeromq-5.1.0.tgz - prebuild-install-5.2.1.tgz - :x: **simple-get-2.8.1.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Exposure of Sensitive Information to an Unauthorized Actor in NPM simple-get prior to 4.0.1. <p>Publish Date: 2022-01-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0355>CVE-2022-0355</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.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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-2022-0355">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0355</a></p> <p>Release Date: 2022-01-26</p> <p>Fix Resolution: simple-get - 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-2022-0355 (High) detected in simple-get-2.8.1.tgz - ## CVE-2022-0355 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-get-2.8.1.tgz</b></p></summary> <p>Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.</p> <p>Library home page: <a href="https://registry.npmjs.org/simple-get/-/simple-get-2.8.1.tgz">https://registry.npmjs.org/simple-get/-/simple-get-2.8.1.tgz</a></p> <p>Path to dependency file: /hydrogen/package.json</p> <p>Path to vulnerable library: /node_modules/simple-get/package.json</p> <p> Dependency Hierarchy: - jmp-2.0.0.tgz (Root Library) - zeromq-5.1.0.tgz - prebuild-install-5.2.1.tgz - :x: **simple-get-2.8.1.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Exposure of Sensitive Information to an Unauthorized Actor in NPM simple-get prior to 4.0.1. <p>Publish Date: 2022-01-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0355>CVE-2022-0355</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.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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-2022-0355">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0355</a></p> <p>Release Date: 2022-01-26</p> <p>Fix Resolution: simple-get - 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 high detected in simple get tgz cve high severity vulnerability vulnerable library simple get tgz simplest way to make http get requests supports https redirects gzip deflate streams in library home page a href path to dependency file hydrogen package json path to vulnerable library node modules simple get package json dependency hierarchy jmp tgz root library zeromq tgz prebuild install tgz x simple get tgz vulnerable library vulnerability details exposure of sensitive information to an unauthorized actor in npm simple get prior to publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact 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 simple get step up your open source security game with whitesource
0
20,906
11,565,420,051
IssuesEvent
2020-02-20 10:28:25
hashicorp/consul
https://api.github.com/repos/hashicorp/consul
closed
Maintenance mode for external services
enhancement theme/service-metadata
It seems the maintenance mode features in 0.5 only support agent-local services; both the CLI commands and the HTTP API related to maint are under the 'agent' context. Are there any plans to support configuring maintenance mode via the catalog API so we can similarly control external services? Thanks, Levi
1.0
Maintenance mode for external services - It seems the maintenance mode features in 0.5 only support agent-local services; both the CLI commands and the HTTP API related to maint are under the 'agent' context. Are there any plans to support configuring maintenance mode via the catalog API so we can similarly control external services? Thanks, Levi
non_priority
maintenance mode for external services it seems the maintenance mode features in only support agent local services both the cli commands and the http api related to maint are under the agent context are there any plans to support configuring maintenance mode via the catalog api so we can similarly control external services thanks levi
0
73,683
7,349,475,281
IssuesEvent
2018-03-08 10:47:45
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
reopened
PartitionAssignmentsCorrectnessTest Timeout&Failures
Team: Core Type: Test-Failure
``` 07:02:10 Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 269.942 sec - in com.hazelcast.internal.partition.MigrationCorrectnessTest 07:02:10 Running com.hazelcast.internal.partition.PartitionAssignmentsCorrectnessTest ``` ``` 06:58:38 PartitionAssignmentsCorrectnessTest.testPartitionAssignments_whenNodesStartedTerminated:73->assertPartitionAssignmentsEventually:101->assertPartitionAssignmentsEventually:105->HazelcastTestSupport.assertTrueEventually:871->assertPartitionAssignments:125 Replica 1 is not found in Partition [0]{ 06:58:38 0:Address[127.0.0.1]:9976 06:58:38 2:Address[127.0.0.1]:9967 06:58:38 3:Address[127.0.0.1]:9963 06:58:38 4:Address[127.0.0.1]:9961 06:58:38 5:Address[127.0.0.1]:9973 06:58:38 } ``` https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/Hazelcast-3.x/4969/console https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/Hazelcast-3.x-IbmJDK1.7/895/console https://hazelcast-l337.ci.cloudbees.com/view/Hazelcast/job/Hazelcast-3.x-OracleJDK1.6/com.hazelcast$hazelcast/895/testReport/junit/com.hazelcast.internal.partition/PartitionAssignmentsCorrectnessTest/testPartitionAssignments_whenNodesStartedTerminated_backups_3_nodes_7_/
1.0
PartitionAssignmentsCorrectnessTest Timeout&Failures - ``` 07:02:10 Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 269.942 sec - in com.hazelcast.internal.partition.MigrationCorrectnessTest 07:02:10 Running com.hazelcast.internal.partition.PartitionAssignmentsCorrectnessTest ``` ``` 06:58:38 PartitionAssignmentsCorrectnessTest.testPartitionAssignments_whenNodesStartedTerminated:73->assertPartitionAssignmentsEventually:101->assertPartitionAssignmentsEventually:105->HazelcastTestSupport.assertTrueEventually:871->assertPartitionAssignments:125 Replica 1 is not found in Partition [0]{ 06:58:38 0:Address[127.0.0.1]:9976 06:58:38 2:Address[127.0.0.1]:9967 06:58:38 3:Address[127.0.0.1]:9963 06:58:38 4:Address[127.0.0.1]:9961 06:58:38 5:Address[127.0.0.1]:9973 06:58:38 } ``` https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/Hazelcast-3.x/4969/console https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/Hazelcast-3.x-IbmJDK1.7/895/console https://hazelcast-l337.ci.cloudbees.com/view/Hazelcast/job/Hazelcast-3.x-OracleJDK1.6/com.hazelcast$hazelcast/895/testReport/junit/com.hazelcast.internal.partition/PartitionAssignmentsCorrectnessTest/testPartitionAssignments_whenNodesStartedTerminated_backups_3_nodes_7_/
non_priority
partitionassignmentscorrectnesstest timeout failures tests run failures errors skipped time elapsed sec in com hazelcast internal partition migrationcorrectnesstest running com hazelcast internal partition partitionassignmentscorrectnesstest partitionassignmentscorrectnesstest testpartitionassignments whennodesstartedterminated assertpartitionassignmentseventually assertpartitionassignmentseventually hazelcasttestsupport asserttrueeventually assertpartitionassignments replica is not found in partition address address address address address
0
333,924
29,820,083,083
IssuesEvent
2023-06-17 00:51:09
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
closed
Fix non_linear_activation_functions.test_torch_rrelu
PyTorch Frontend Sub Task Failing Test
| | | |---|---| |torch|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |paddle|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a>
1.0
Fix non_linear_activation_functions.test_torch_rrelu - | | | |---|---| |torch|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |paddle|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a>
non_priority
fix non linear activation functions test torch rrelu torch img src numpy img src tensorflow img src jax img src paddle img src
0
177,225
6,575,802,913
IssuesEvent
2017-09-11 17:23:10
suluke/hfg-particles
https://api.github.com/repos/suluke/hfg-particles
closed
[Effect] Windblow
low priority
Hit all particles with a one-directional force, but with random strength (and also weakend to the edges?)
1.0
[Effect] Windblow - Hit all particles with a one-directional force, but with random strength (and also weakend to the edges?)
priority
windblow hit all particles with a one directional force but with random strength and also weakend to the edges
1
65,838
6,976,075,261
IssuesEvent
2017-12-12 09:47:37
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
closed
Manual test run on OS X for 0.19.113 + C63 (Release Channel)
OS/macOS release-notes/exclude tests
## Per release specialty tests - [ ] Promotion banners need a line break between text. ([#12145](https://github.com/brave/browser-laptop/issues/12145)) - [ ] Send week of installation and ref parameter to updater. ([#12134](https://github.com/brave/browser-laptop/issues/12134)) - [x] Records for recent contributions aren't showing up. ([#12055](https://github.com/brave/browser-laptop/issues/12055)) - [ ] Restoring a wallet backup (wallet v2) sometimes fails and then only shows "a" ([#11383](https:://github.com/brave/browser-laptop/issues/11383)) ## Installer - [x] Check that installer is close to the size of last release. - [x] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window. - [x] Check Brave, muon, and libchromiumcontent version in `about:brave` and make sure it is EXACTLY as expected. ## Data - [x] Make sure that data from the last version appears in the new version OK. - [x] With data from the last version, test that - [x] cookies are preserved - [x] pinned tabs can be opened - [x] pinned tabs can be unpinned - [x] unpinned tabs can be re-pinned - [x] opened tabs can be reloaded - [x] bookmarks on the bookmark toolbar can be opened - [x] bookmarks in the bookmark folder toolbar can be opened ## Last changeset test - [ ] Test what is covered by the last changeset (you can find this by clicking on the SHA in about:brave). ## Widevine/Netflix test - [x] Test that you can log into Netflix and start a show. ## Ledger - [x] Verify wallet is auto created after enabling payments - [x] Verify monthly budget and account balance shows correct BAT and USD value - [x] Click on `add funds` and click on each currency and verify it shows wallet address and QR Code - [x] Verify that Brave BAT wallet address can be copied - [ ] Verify adding funds via any of the currencies flows into BAT Wallet after specified amount of time - [ ] Verify adding funds to an existing wallet with amount, adjusts the BAT value appropriately - [x] Change min visit and min time in advance setting and verify if the publisher list gets updated based on new setting - [x] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table. - [x] Check that disabling payments and enabling them again does not lose state. - [x] Upgrade from older version - [x] Verify the wallet overlay is shown when wallet transition is happening upon upgrade - [x] Verify transition overlay is shown post upgrade even if the payment is disabled before upgrade - [x] Verify publishers list is not lost after upgrade when payment is disabled in the older version ### Ledger Media - [x] Visit any YouTube video in a normal/session tab and ensure the video publisher name is listed in ledger table - [x] Visit any YouTube video in a private tab and ensure the video publisher name is not listed in ledger table - [x] Visit any live YouTube video and ensure the time spent is shown under ledger table - [x] Visit any embeded YouTube video and ensure the video publisher name is listed in ledger table - [x] Ensure total time spent is correctly calculated for each publisher video - [x] Ensure total time spent is correctly calculated when switching to YouTube video from an embeded video - [x] Ensure YouTube publishers are not listed when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure existing YouTube publishers are not lost when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure YouTube publishers is listed but not included when `auto-include` is disabled - [x] Update Advanced settings to different time/visit value and ensure YouTube videos are added to ledger table once criteria is met ## Sync - [x] Verify you are able to sync two devices using the secret code - [x] Visit a site on device 1 and change shield setting, ensure that the saved site preference is synced to device 2 - [x] Enable Browsing history sync on device 1, ensure the history is shown on device 2 - [x] Import/Add bookmarks on device 1, ensure it is synced on device 2 - [x] Ensure imported bookmark folder structure is maintained on device 2 - [x] Ensure bookmark favicons are shown after sync ## About pages - [x] Test that about:adblock loads - [x] Test that about:autofill loads - [x] Test that about:bookmarks loads bookmarks - [x] Test that about:downloads loads downloads - [x] Test that about:extensions loads - [x] Test that about:history loads history - [x] Test that about:passwords loads - [x] Test that about:styles loads - [x] Test that about:welcome loads - [x] Test that about:preferences changing a preference takes effect right away - [x] Test that about:preferences language change takes effect on re-start ## Bookmarks - [x] Test that creating a bookmark on the bookmarks toolbar with the star button works - [x] Test that creating a bookmark on the bookmarks toolbar by dragging the un/lock icon works - [x] Test that creating a bookmark folder on the bookmarks toolbar works - [x] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works - [x] Test that clicking a bookmark in the toolbar loads the bookmark. - [x] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark. - [x] Test that a bookmark on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark in a bookmark folder on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark subfolder can be removed via context menu - [x] Test that a bookmark folder on the bookmark toolbar can be removed via context menu ## Context menus - [x] Make sure context menu items in the URL bar work - [x] Make sure context menu items on content work with no selected text. - [x] Make sure context menu items on content work with selected text. - [x] Make sure context menu items on content work inside an editable control on `about:styles` (input, textarea, or contenteditable). ## Find on page - [x] Ensure search box is shown with shortcut - [x] Test successful find - [x] Test forward and backward find navigation - [x] Test failed find shows 0 results - [x] Test match case find ## Keyboard Shortcuts - [x] Open a new window: `Command` + `n` (macOS) || `Ctrl` + `n` (Win/Linux) - [x] Open a new tab: `Command` + `t` (macOS) || `Ctrl` + `t` (Win/Linux) - [x] Open a new private tab: `Command` + `Shift` + `p` (macOS) || `Ctrl` + `Shift` + `p` (Win/Linux) - [x] Reopen the latest closed tab: `Command` + `Shift` + `t` (macOS) || `Ctrl` + `Shift` + `t` (Win/Linux) - [x] Jump to the next tab: `Command` + `Option` + `->` (macOS) || `Ctrl` + `PgDn` (Win/Linux) - [x] Jump to the previous tab: `Command` + `Option` + `<-` (macOS) || `Ctrl` + `PgUp` (Win/Linux) - [x] Jump to the next tab: `Ctrl` + `Tab` (macOS/Win/Linux) - [x] Jump to the previous tab: `Ctrl` + `Shift` + `Tab` (macOS/Win/Linux) - [x] Open Brave preferences: `Command` + `,` (macOS) || `Ctrl` + `,` (Win/Linux) - [x] Jump into the URL bar: `Command` + `l` (macOS) || `Ctrl` + `l` (Win/Linux) - [x] Reload page: `Command` + `r` (macOS) || `Ctrl` + `r` (Win/Linux) - [x] Select All: `Command` + `a` (macOS) || `Ctrl` + `a` (Win/Linux) - [x] Copying text: `Command` + `c` (macOS) || `Ctrl` + `c` (Win/Linux) - [x] Pasting text: `Command` + `v` (macOS) || `Ctrl` + `v` (Win/Linux) - [x] Minimize Brave: `Command` + `m` (macOS) || `Ctrl` + `m` (Win/Linux) - [x] Quit Brave: `Command` + `q` (macOS) || `Ctrl` + `q` (Win/Linux) ## Geolocation - [x] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation works ## Site hacks - [x] Test https://www.twitch.tv/adobe sub-page loads a video and you can play it ## Downloads - [x] Test downloading a file works and that all actions on the download item works. ## Fullscreen - [x] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc). - [x] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com) ## Tabs, Pinning and Tear off tabs - [x] Test that tabs are pinnable - [x] Test that tabs are unpinnable - [x] Test that tabs are draggable to same tabset - [x] Test that tabs are draggable to alternate tabset - [x] Test that tabs can be teared off into a new window - [x] Test that you are able to reattach a tab that is teared off into a new window - [x] Test that tab pages can be closed - [x] Test that tab pages can be muted - [x] Test that tabs can be cloned ## Zoom - [x] Test zoom in / out shortcut works - [x] Test hamburger menu zooms. - [x] Test zoom saved when you close the browser and restore on a single site. - [x] Test zoom saved when you navigate within a single origin site. - [x] Test that navigating to a different origin resets the zoom ## Bravery settings - [x] Check that HTTPS Everywhere works by loading https://https-everywhere.badssl.com/ - [ ] Turning HTTPS Everywhere off and shields off both disable the redirect to https://https-everywhere.badssl.com/ - [ ] Check that ad replacement works on http://slashdot.org - [x] Check that toggling to blocking and allow ads works as expected. - [x] Test that clicking through a cert error in https://badssl.com/ works. - [x] Test that Safe Browsing works (https://www.raisegame.com/) - [ ] Turning Safe Browsing off and shields off both disable safe browsing for https://www.raisegame.com/. - [x] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work. - [x] Test that about:preferences default Bravery settings take effect on pages with no site settings. - [x] Test that turning on fingerprinting protection in about:preferences shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked. - [x] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked. - [x] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on. - [x] Test that browser is not detected on https://extensions.inrialpes.fr/brave/ ## Content tests - [x] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab. - [x] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows. - [x] Go to https://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown. - [x] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the password is autofilled. - [x] Open `about:styles` and type some misspellings on a textbox, make sure they are underlined. - [x] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text. - [x] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded. - [x] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works. - [x] Test that PDF is loaded at http://www.orimi.com/pdf-test.pdf - [x] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run). ## Flash tests - [x] Test that flash placeholder appears on http://www.homestarrunner.com - [x] Test with flash enabled in preferences, auto play option is shown when visiting http://www.homestarrunner.com ## Autofill tests - [x] Test that autofill works on http://www.roboform.com/filling-test-all-fields ## Session storage Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder. - [x] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) - [x] Test that windows and tabs restore when closed, including active tab. - [x] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) ## Cookie and Cache - [x] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified. - [x] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value. ## Update tests - [x] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly. - [x] Test that using `BRAVE_ENABLE_PREVIEW_UPDATES=TRUE` env variable works and prompts for preview build updates.
1.0
Manual test run on OS X for 0.19.113 + C63 (Release Channel) - ## Per release specialty tests - [ ] Promotion banners need a line break between text. ([#12145](https://github.com/brave/browser-laptop/issues/12145)) - [ ] Send week of installation and ref parameter to updater. ([#12134](https://github.com/brave/browser-laptop/issues/12134)) - [x] Records for recent contributions aren't showing up. ([#12055](https://github.com/brave/browser-laptop/issues/12055)) - [ ] Restoring a wallet backup (wallet v2) sometimes fails and then only shows "a" ([#11383](https:://github.com/brave/browser-laptop/issues/11383)) ## Installer - [x] Check that installer is close to the size of last release. - [x] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window. - [x] Check Brave, muon, and libchromiumcontent version in `about:brave` and make sure it is EXACTLY as expected. ## Data - [x] Make sure that data from the last version appears in the new version OK. - [x] With data from the last version, test that - [x] cookies are preserved - [x] pinned tabs can be opened - [x] pinned tabs can be unpinned - [x] unpinned tabs can be re-pinned - [x] opened tabs can be reloaded - [x] bookmarks on the bookmark toolbar can be opened - [x] bookmarks in the bookmark folder toolbar can be opened ## Last changeset test - [ ] Test what is covered by the last changeset (you can find this by clicking on the SHA in about:brave). ## Widevine/Netflix test - [x] Test that you can log into Netflix and start a show. ## Ledger - [x] Verify wallet is auto created after enabling payments - [x] Verify monthly budget and account balance shows correct BAT and USD value - [x] Click on `add funds` and click on each currency and verify it shows wallet address and QR Code - [x] Verify that Brave BAT wallet address can be copied - [ ] Verify adding funds via any of the currencies flows into BAT Wallet after specified amount of time - [ ] Verify adding funds to an existing wallet with amount, adjusts the BAT value appropriately - [x] Change min visit and min time in advance setting and verify if the publisher list gets updated based on new setting - [x] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table. - [x] Check that disabling payments and enabling them again does not lose state. - [x] Upgrade from older version - [x] Verify the wallet overlay is shown when wallet transition is happening upon upgrade - [x] Verify transition overlay is shown post upgrade even if the payment is disabled before upgrade - [x] Verify publishers list is not lost after upgrade when payment is disabled in the older version ### Ledger Media - [x] Visit any YouTube video in a normal/session tab and ensure the video publisher name is listed in ledger table - [x] Visit any YouTube video in a private tab and ensure the video publisher name is not listed in ledger table - [x] Visit any live YouTube video and ensure the time spent is shown under ledger table - [x] Visit any embeded YouTube video and ensure the video publisher name is listed in ledger table - [x] Ensure total time spent is correctly calculated for each publisher video - [x] Ensure total time spent is correctly calculated when switching to YouTube video from an embeded video - [x] Ensure YouTube publishers are not listed when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure existing YouTube publishers are not lost when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure YouTube publishers is listed but not included when `auto-include` is disabled - [x] Update Advanced settings to different time/visit value and ensure YouTube videos are added to ledger table once criteria is met ## Sync - [x] Verify you are able to sync two devices using the secret code - [x] Visit a site on device 1 and change shield setting, ensure that the saved site preference is synced to device 2 - [x] Enable Browsing history sync on device 1, ensure the history is shown on device 2 - [x] Import/Add bookmarks on device 1, ensure it is synced on device 2 - [x] Ensure imported bookmark folder structure is maintained on device 2 - [x] Ensure bookmark favicons are shown after sync ## About pages - [x] Test that about:adblock loads - [x] Test that about:autofill loads - [x] Test that about:bookmarks loads bookmarks - [x] Test that about:downloads loads downloads - [x] Test that about:extensions loads - [x] Test that about:history loads history - [x] Test that about:passwords loads - [x] Test that about:styles loads - [x] Test that about:welcome loads - [x] Test that about:preferences changing a preference takes effect right away - [x] Test that about:preferences language change takes effect on re-start ## Bookmarks - [x] Test that creating a bookmark on the bookmarks toolbar with the star button works - [x] Test that creating a bookmark on the bookmarks toolbar by dragging the un/lock icon works - [x] Test that creating a bookmark folder on the bookmarks toolbar works - [x] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works - [x] Test that clicking a bookmark in the toolbar loads the bookmark. - [x] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark. - [x] Test that a bookmark on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark in a bookmark folder on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark subfolder can be removed via context menu - [x] Test that a bookmark folder on the bookmark toolbar can be removed via context menu ## Context menus - [x] Make sure context menu items in the URL bar work - [x] Make sure context menu items on content work with no selected text. - [x] Make sure context menu items on content work with selected text. - [x] Make sure context menu items on content work inside an editable control on `about:styles` (input, textarea, or contenteditable). ## Find on page - [x] Ensure search box is shown with shortcut - [x] Test successful find - [x] Test forward and backward find navigation - [x] Test failed find shows 0 results - [x] Test match case find ## Keyboard Shortcuts - [x] Open a new window: `Command` + `n` (macOS) || `Ctrl` + `n` (Win/Linux) - [x] Open a new tab: `Command` + `t` (macOS) || `Ctrl` + `t` (Win/Linux) - [x] Open a new private tab: `Command` + `Shift` + `p` (macOS) || `Ctrl` + `Shift` + `p` (Win/Linux) - [x] Reopen the latest closed tab: `Command` + `Shift` + `t` (macOS) || `Ctrl` + `Shift` + `t` (Win/Linux) - [x] Jump to the next tab: `Command` + `Option` + `->` (macOS) || `Ctrl` + `PgDn` (Win/Linux) - [x] Jump to the previous tab: `Command` + `Option` + `<-` (macOS) || `Ctrl` + `PgUp` (Win/Linux) - [x] Jump to the next tab: `Ctrl` + `Tab` (macOS/Win/Linux) - [x] Jump to the previous tab: `Ctrl` + `Shift` + `Tab` (macOS/Win/Linux) - [x] Open Brave preferences: `Command` + `,` (macOS) || `Ctrl` + `,` (Win/Linux) - [x] Jump into the URL bar: `Command` + `l` (macOS) || `Ctrl` + `l` (Win/Linux) - [x] Reload page: `Command` + `r` (macOS) || `Ctrl` + `r` (Win/Linux) - [x] Select All: `Command` + `a` (macOS) || `Ctrl` + `a` (Win/Linux) - [x] Copying text: `Command` + `c` (macOS) || `Ctrl` + `c` (Win/Linux) - [x] Pasting text: `Command` + `v` (macOS) || `Ctrl` + `v` (Win/Linux) - [x] Minimize Brave: `Command` + `m` (macOS) || `Ctrl` + `m` (Win/Linux) - [x] Quit Brave: `Command` + `q` (macOS) || `Ctrl` + `q` (Win/Linux) ## Geolocation - [x] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation works ## Site hacks - [x] Test https://www.twitch.tv/adobe sub-page loads a video and you can play it ## Downloads - [x] Test downloading a file works and that all actions on the download item works. ## Fullscreen - [x] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc). - [x] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com) ## Tabs, Pinning and Tear off tabs - [x] Test that tabs are pinnable - [x] Test that tabs are unpinnable - [x] Test that tabs are draggable to same tabset - [x] Test that tabs are draggable to alternate tabset - [x] Test that tabs can be teared off into a new window - [x] Test that you are able to reattach a tab that is teared off into a new window - [x] Test that tab pages can be closed - [x] Test that tab pages can be muted - [x] Test that tabs can be cloned ## Zoom - [x] Test zoom in / out shortcut works - [x] Test hamburger menu zooms. - [x] Test zoom saved when you close the browser and restore on a single site. - [x] Test zoom saved when you navigate within a single origin site. - [x] Test that navigating to a different origin resets the zoom ## Bravery settings - [x] Check that HTTPS Everywhere works by loading https://https-everywhere.badssl.com/ - [ ] Turning HTTPS Everywhere off and shields off both disable the redirect to https://https-everywhere.badssl.com/ - [ ] Check that ad replacement works on http://slashdot.org - [x] Check that toggling to blocking and allow ads works as expected. - [x] Test that clicking through a cert error in https://badssl.com/ works. - [x] Test that Safe Browsing works (https://www.raisegame.com/) - [ ] Turning Safe Browsing off and shields off both disable safe browsing for https://www.raisegame.com/. - [x] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work. - [x] Test that about:preferences default Bravery settings take effect on pages with no site settings. - [x] Test that turning on fingerprinting protection in about:preferences shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked. - [x] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked. - [x] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on. - [x] Test that browser is not detected on https://extensions.inrialpes.fr/brave/ ## Content tests - [x] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab. - [x] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows. - [x] Go to https://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown. - [x] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the password is autofilled. - [x] Open `about:styles` and type some misspellings on a textbox, make sure they are underlined. - [x] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text. - [x] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded. - [x] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works. - [x] Test that PDF is loaded at http://www.orimi.com/pdf-test.pdf - [x] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run). ## Flash tests - [x] Test that flash placeholder appears on http://www.homestarrunner.com - [x] Test with flash enabled in preferences, auto play option is shown when visiting http://www.homestarrunner.com ## Autofill tests - [x] Test that autofill works on http://www.roboform.com/filling-test-all-fields ## Session storage Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder. - [x] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) - [x] Test that windows and tabs restore when closed, including active tab. - [x] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) ## Cookie and Cache - [x] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified. - [x] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value. ## Update tests - [x] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly. - [x] Test that using `BRAVE_ENABLE_PREVIEW_UPDATES=TRUE` env variable works and prompts for preview build updates.
non_priority
manual test run on os x for release channel per release specialty tests promotion banners need a line break between text send week of installation and ref parameter to updater records for recent contributions aren t showing up restoring a wallet backup wallet sometimes fails and then only shows a https github com brave browser laptop issues installer check that installer is close to the size of last release check signature if os run spctl assess verbose applications brave app and make sure it returns accepted if windows right click on the installer exe and go to properties go to the digital signatures tab and double click on the signature make sure it says the digital signature is ok in the popup window check brave muon and libchromiumcontent version in about brave and make sure it is exactly as expected data make sure that data from the last version appears in the new version ok with data from the last version test that cookies are preserved pinned tabs can be opened pinned tabs can be unpinned unpinned tabs can be re pinned opened tabs can be reloaded bookmarks on the bookmark toolbar can be opened bookmarks in the bookmark folder toolbar can be opened last changeset test test what is covered by the last changeset you can find this by clicking on the sha in about brave widevine netflix test test that you can log into netflix and start a show ledger verify wallet is auto created after enabling payments verify monthly budget and account balance shows correct bat and usd value click on add funds and click on each currency and verify it shows wallet address and qr code verify that brave bat wallet address can be copied verify adding funds via any of the currencies flows into bat wallet after specified amount of time verify adding funds to an existing wallet with amount adjusts the bat value appropriately change min visit and min time in advance setting and verify if the publisher list gets updated based on new setting visit nytimes com for a few seconds and make sure it shows up in the payments table check that disabling payments and enabling them again does not lose state upgrade from older version verify the wallet overlay is shown when wallet transition is happening upon upgrade verify transition overlay is shown post upgrade even if the payment is disabled before upgrade verify publishers list is not lost after upgrade when payment is disabled in the older version ledger media visit any youtube video in a normal session tab and ensure the video publisher name is listed in ledger table visit any youtube video in a private tab and ensure the video publisher name is not listed in ledger table visit any live youtube video and ensure the time spent is shown under ledger table visit any embeded youtube video and ensure the video publisher name is listed in ledger table ensure total time spent is correctly calculated for each publisher video ensure total time spent is correctly calculated when switching to youtube video from an embeded video ensure youtube publishers are not listed when allow contributions to video is disabled in adavanced settings ensure existing youtube publishers are not lost when allow contributions to video is disabled in adavanced settings ensure youtube publishers is listed but not included when auto include is disabled update advanced settings to different time visit value and ensure youtube videos are added to ledger table once criteria is met sync verify you are able to sync two devices using the secret code visit a site on device and change shield setting ensure that the saved site preference is synced to device enable browsing history sync on device ensure the history is shown on device import add bookmarks on device ensure it is synced on device ensure imported bookmark folder structure is maintained on device ensure bookmark favicons are shown after sync about pages test that about adblock loads test that about autofill loads test that about bookmarks loads bookmarks test that about downloads loads downloads test that about extensions loads test that about history loads history test that about passwords loads test that about styles loads test that about welcome loads test that about preferences changing a preference takes effect right away test that about preferences language change takes effect on re start bookmarks test that creating a bookmark on the bookmarks toolbar with the star button works test that creating a bookmark on the bookmarks toolbar by dragging the un lock icon works test that creating a bookmark folder on the bookmarks toolbar works test that moving a bookmark into a folder by drag and drop on the bookmarks folder works test that clicking a bookmark in the toolbar loads the bookmark test that clicking a bookmark in a bookmark toolbar folder loads the bookmark test that a bookmark on the bookmark toolbar can be removed via context menu test that a bookmark in a bookmark folder on the bookmark toolbar can be removed via context menu test that a bookmark subfolder can be removed via context menu test that a bookmark folder on the bookmark toolbar can be removed via context menu context menus make sure context menu items in the url bar work make sure context menu items on content work with no selected text make sure context menu items on content work with selected text make sure context menu items on content work inside an editable control on about styles input textarea or contenteditable find on page ensure search box is shown with shortcut test successful find test forward and backward find navigation test failed find shows results test match case find keyboard shortcuts open a new window command n macos ctrl n win linux open a new tab command t macos ctrl t win linux open a new private tab command shift p macos ctrl shift p win linux reopen the latest closed tab command shift t macos ctrl shift t win linux jump to the next tab command option macos ctrl pgdn win linux jump to the previous tab command option macos ctrl pgup win linux jump to the next tab ctrl tab macos win linux jump to the previous tab ctrl shift tab macos win linux open brave preferences command macos ctrl win linux jump into the url bar command l macos ctrl l win linux reload page command r macos ctrl r win linux select all command a macos ctrl a win linux copying text command c macos ctrl c win linux pasting text command v macos ctrl v win linux minimize brave command m macos ctrl m win linux quit brave command q macos ctrl q win linux geolocation check that works site hacks test sub page loads a video and you can play it downloads test downloading a file works and that all actions on the download item works fullscreen test that entering full screen window works view toggle full screen and exit back not esc test that entering full screen works and esc to go back youtube com tabs pinning and tear off tabs test that tabs are pinnable test that tabs are unpinnable test that tabs are draggable to same tabset test that tabs are draggable to alternate tabset test that tabs can be teared off into a new window test that you are able to reattach a tab that is teared off into a new window test that tab pages can be closed test that tab pages can be muted test that tabs can be cloned zoom test zoom in out shortcut works test hamburger menu zooms test zoom saved when you close the browser and restore on a single site test zoom saved when you navigate within a single origin site test that navigating to a different origin resets the zoom bravery settings check that https everywhere works by loading turning https everywhere off and shields off both disable the redirect to check that ad replacement works on check that toggling to blocking and allow ads works as expected test that clicking through a cert error in works test that safe browsing works turning safe browsing off and shields off both disable safe browsing for visit and then turn on script blocking nothing should load allow it from the script blocking ui in the url bar and it should work test that about preferences default bravery settings take effect on pages with no site settings test that turning on fingerprinting protection in about preferences shows fingerprints blocked at test that turning it off in the bravery menu shows fingerprints blocked test that party storage results are blank at when party cookies are blocked and not blank when party cookies are unblocked test that audio fingerprint is blocked at when fingerprinting protection is on test that browser is not detected on content tests go to and click on the twitter icon on the top right test that context menus work in the new twitter tab load twitter and click on a tweet so the popup div shows click to dismiss and repeat with another div make sure it shows go to and test that clicking on show pops up a notification asking for permission make sure that clicking deny leads to no notifications being shown go to and make sure that the password can be saved make sure the saved password shows up in about passwords then reload and make sure the password is autofilled open about styles and type some misspellings on a textbox make sure they are underlined make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text make sure that command click control click on windows control click on ubuntu on a link opens a new tab but does not switch to it click on it and make sure it is already loaded open an email on or inbox google com and click on a link make sure it works test that pdf is loaded at test that shows up as grey not red no mixed content scripts are run flash tests test that flash placeholder appears on test with flash enabled in preferences auto play option is shown when visiting autofill tests test that autofill works on session storage do not forget to make a backup of your entire library application support brave folder temporarily move away your library application support brave session store and test that clean session storage works appdata brave in windows config brave in ubuntu test that windows and tabs restore when closed including active tab move away your entire library application support brave folder appdata brave in windows config brave in ubuntu cookie and cache make a backup of your profile turn on all clearing in preferences and shut down make sure when you bring the browser back up everything is gone that is specified go to and set an evercookie check that going to prefs clearing site data and cache and going back to the evercookie site does not remember the old evercookie value update tests test that updating using brave update version env variable works correctly test that using brave enable preview updates true env variable works and prompts for preview build updates
0
186,256
6,734,679,929
IssuesEvent
2017-10-18 18:54:16
pelias/api
https://api.github.com/repos/pelias/api
opened
HOST environment variable must now be enabled for any network-exposed API
high priority
Thanks to https://github.com/pelias/api/pull/1031, we now have the ability to configure the listen address for the API. However, the old default was actually to [listen on all interfaces](https://nodejs.org/api/http.html#http_server_listen_port_hostname_backlog_callback), whereas the new default is to listen only on localhost. This isn't a bad thing, in fact it's probably very good that by default anyone experimenting with Pelias on say, a shared wireless network, will not be exposing the API to the world. However, it does mean that *every instance of Pelias that wishes to serve requests over the network will need to override the HOST environment variable with a value of `0.0.0.0` or specify a specific IP address to listen on. This includes **all instances for Mapzen search, the Docker images, and anyone else using Pelias except for local development**. This is a big breaking change and we should ensure everyone is made aware of it.
1.0
HOST environment variable must now be enabled for any network-exposed API - Thanks to https://github.com/pelias/api/pull/1031, we now have the ability to configure the listen address for the API. However, the old default was actually to [listen on all interfaces](https://nodejs.org/api/http.html#http_server_listen_port_hostname_backlog_callback), whereas the new default is to listen only on localhost. This isn't a bad thing, in fact it's probably very good that by default anyone experimenting with Pelias on say, a shared wireless network, will not be exposing the API to the world. However, it does mean that *every instance of Pelias that wishes to serve requests over the network will need to override the HOST environment variable with a value of `0.0.0.0` or specify a specific IP address to listen on. This includes **all instances for Mapzen search, the Docker images, and anyone else using Pelias except for local development**. This is a big breaking change and we should ensure everyone is made aware of it.
priority
host environment variable must now be enabled for any network exposed api thanks to we now have the ability to configure the listen address for the api however the old default was actually to whereas the new default is to listen only on localhost this isn t a bad thing in fact it s probably very good that by default anyone experimenting with pelias on say a shared wireless network will not be exposing the api to the world however it does mean that every instance of pelias that wishes to serve requests over the network will need to override the host environment variable with a value of or specify a specific ip address to listen on this includes all instances for mapzen search the docker images and anyone else using pelias except for local development this is a big breaking change and we should ensure everyone is made aware of it
1
18,815
5,717,682,618
IssuesEvent
2017-04-19 17:48:24
phetsims/scenery-phet
https://api.github.com/repos/phetsims/scenery-phet
closed
ProbeNode breaks if you pass in options.children
dev:code-review status:ready-for-review
While working on circuit-construction-kit-common/js/common/view/AmmeterNode.js, I tried passing in children to the ProbeNode and it caused the ProbeNode to not display at all.
1.0
ProbeNode breaks if you pass in options.children - While working on circuit-construction-kit-common/js/common/view/AmmeterNode.js, I tried passing in children to the ProbeNode and it caused the ProbeNode to not display at all.
non_priority
probenode breaks if you pass in options children while working on circuit construction kit common js common view ammeternode js i tried passing in children to the probenode and it caused the probenode to not display at all
0
19,832
3,265,106,543
IssuesEvent
2015-10-22 14:56:55
akvo/akvo-flow-mobile
https://api.github.com/repos/akvo/akvo-flow-mobile
closed
Fix datapoints counting on sync
Defect
# Overview Since datapoints sync batches usually contain duplicated items (usually, the first item of each batch is the previous batch's last item), we need to take this into account when displaying the amount of data points synced.
1.0
Fix datapoints counting on sync - # Overview Since datapoints sync batches usually contain duplicated items (usually, the first item of each batch is the previous batch's last item), we need to take this into account when displaying the amount of data points synced.
non_priority
fix datapoints counting on sync overview since datapoints sync batches usually contain duplicated items usually the first item of each batch is the previous batch s last item we need to take this into account when displaying the amount of data points synced
0
254,998
8,102,223,839
IssuesEvent
2018-08-12 23:07:34
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
pinned quest equipment should become unpinned when earned from a quest
help wanted priority: minor section: Equipment
If you earn a piece of equipment from a quest then lose that gear due to death and then pin it to your Rewards area, if you regain the equipment by repeating the quest, it does not automatically become unpinned. The expected behaviour is that when you are given the piece again, it is removed from your `pinnedItems` list. However this is a bit of an edge case and can be fixed by the user unpinning manually, and most of the time when a quest completes there wouldn't be a pinned item to look for, so I'm not certain if we want an extra check in our code for this. I'm leaving this as suggestion-discussion for a few days for comment from the staff. If no one disagrees, I'll mark it as help wanted. _Thanks to Il Mago for reporting it in the Report a Bug guild._
1.0
pinned quest equipment should become unpinned when earned from a quest - If you earn a piece of equipment from a quest then lose that gear due to death and then pin it to your Rewards area, if you regain the equipment by repeating the quest, it does not automatically become unpinned. The expected behaviour is that when you are given the piece again, it is removed from your `pinnedItems` list. However this is a bit of an edge case and can be fixed by the user unpinning manually, and most of the time when a quest completes there wouldn't be a pinned item to look for, so I'm not certain if we want an extra check in our code for this. I'm leaving this as suggestion-discussion for a few days for comment from the staff. If no one disagrees, I'll mark it as help wanted. _Thanks to Il Mago for reporting it in the Report a Bug guild._
priority
pinned quest equipment should become unpinned when earned from a quest if you earn a piece of equipment from a quest then lose that gear due to death and then pin it to your rewards area if you regain the equipment by repeating the quest it does not automatically become unpinned the expected behaviour is that when you are given the piece again it is removed from your pinneditems list however this is a bit of an edge case and can be fixed by the user unpinning manually and most of the time when a quest completes there wouldn t be a pinned item to look for so i m not certain if we want an extra check in our code for this i m leaving this as suggestion discussion for a few days for comment from the staff if no one disagrees i ll mark it as help wanted thanks to il mago for reporting it in the report a bug guild
1
182,208
21,664,490,456
IssuesEvent
2022-05-07 01:31:42
turkdevops/babel-bot
https://api.github.com/repos/turkdevops/babel-bot
opened
CVE-2021-44906 (High) detected in minimist-1.2.0.tgz
security vulnerability
## CVE-2021-44906 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimist-1.2.0.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/minimist</p> <p> Dependency Hierarchy: - nodemon-1.11.0.tgz (Root Library) - chokidar-1.7.0.tgz - fsevents-1.0.17.tgz - node-pre-gyp-0.6.32.tgz - rc-1.1.6.tgz - :x: **minimist-1.2.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/babel-bot/commit/3892a076299e4fa06454dfb5727e7957834586de">3892a076299e4fa06454dfb5727e7957834586de</a></p> <p>Found in base branch: <b>update-dep</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> Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95). <p>Publish Date: 2022-03-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906>CVE-2021-44906</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/substack/minimist/issues/164">https://github.com/substack/minimist/issues/164</a></p> <p>Release Date: 2022-03-17</p> <p>Fix Resolution: minimist - 1.2.6</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-44906 (High) detected in minimist-1.2.0.tgz - ## CVE-2021-44906 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimist-1.2.0.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/minimist</p> <p> Dependency Hierarchy: - nodemon-1.11.0.tgz (Root Library) - chokidar-1.7.0.tgz - fsevents-1.0.17.tgz - node-pre-gyp-0.6.32.tgz - rc-1.1.6.tgz - :x: **minimist-1.2.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/babel-bot/commit/3892a076299e4fa06454dfb5727e7957834586de">3892a076299e4fa06454dfb5727e7957834586de</a></p> <p>Found in base branch: <b>update-dep</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> Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95). <p>Publish Date: 2022-03-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906>CVE-2021-44906</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/substack/minimist/issues/164">https://github.com/substack/minimist/issues/164</a></p> <p>Release Date: 2022-03-17</p> <p>Fix Resolution: minimist - 1.2.6</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 minimist tgz cve high severity vulnerability vulnerable library minimist tgz parse argument options library home page a href path to dependency file package json path to vulnerable library node modules minimist dependency hierarchy nodemon tgz root library chokidar tgz fsevents tgz node pre gyp tgz rc tgz x minimist tgz vulnerable library found in head commit a href found in base branch update dep vulnerability details minimist is vulnerable to prototype pollution via file index js function setkey lines 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 minimist step up your open source security game with whitesource
0
99,482
8,701,434,725
IssuesEvent
2018-12-05 11:33:12
rakudo/rakudo
https://api.github.com/repos/rakudo/rakudo
closed
Intersecting with a Set type object exhausts memory
testneeded
## The Problem Intersecting a set object with a set type object leads to out-of-memory error. ## Expected Behavior No overzealous memory consumption. Probably the empty set. ## Actual Behavior `MoarVM panic: Memory allocation failed; could not allocate xyz bytes` ## Steps to Reproduce `$ ulimit -v $((1024*1024)) && perl6 -e 'Set ∩ set(1)'` It doesn't matter if the other set is empty or not. Suggestion by timotimo++: https://colabti.org/irclogger/irclogger_log/perl6?date=2018-12-03#l718 ## Environment Tested on camelia `rakudo-moar 38bc682b0`.
1.0
Intersecting with a Set type object exhausts memory - ## The Problem Intersecting a set object with a set type object leads to out-of-memory error. ## Expected Behavior No overzealous memory consumption. Probably the empty set. ## Actual Behavior `MoarVM panic: Memory allocation failed; could not allocate xyz bytes` ## Steps to Reproduce `$ ulimit -v $((1024*1024)) && perl6 -e 'Set ∩ set(1)'` It doesn't matter if the other set is empty or not. Suggestion by timotimo++: https://colabti.org/irclogger/irclogger_log/perl6?date=2018-12-03#l718 ## Environment Tested on camelia `rakudo-moar 38bc682b0`.
non_priority
intersecting with a set type object exhausts memory the problem intersecting a set object with a set type object leads to out of memory error expected behavior no overzealous memory consumption probably the empty set actual behavior moarvm panic memory allocation failed could not allocate xyz bytes steps to reproduce ulimit v e set ∩ set it doesn t matter if the other set is empty or not suggestion by timotimo environment tested on camelia rakudo moar
0
57,883
24,258,244,519
IssuesEvent
2022-09-27 19:49:51
MicrosoftDocs/dynamics-365-customer-engagement
https://api.github.com/repos/MicrosoftDocs/dynamics-365-customer-engagement
closed
Booking rules / Delete
dynamics-365-field-service field-service-scheduling
This page does not explain whether or not it's possible (and if so, how) to use booking rules to give warnings or errors when trying to delete a booking. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 2430af49-5aa5-f1d5-2df7-af99e529d40e * Version Independent ID: 87058b43-3478-ebd1-a32d-d601e4858ac0 * Content: [Set up booking rules in Dynamics 365 Field Service](https://docs.microsoft.com/en-us/dynamics365/field-service/set-up-booking-rules) * Content Source: [ce/field-service/set-up-booking-rules.md](https://github.com/MicrosoftDocs/dynamics-365-customer-engagement/blob/main/ce/field-service/set-up-booking-rules.md) * Service: **dynamics-365-field-service** * GitHub Login: @FieldServiceDave * Microsoft Alias: **daclar**
2.0
Booking rules / Delete - This page does not explain whether or not it's possible (and if so, how) to use booking rules to give warnings or errors when trying to delete a booking. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 2430af49-5aa5-f1d5-2df7-af99e529d40e * Version Independent ID: 87058b43-3478-ebd1-a32d-d601e4858ac0 * Content: [Set up booking rules in Dynamics 365 Field Service](https://docs.microsoft.com/en-us/dynamics365/field-service/set-up-booking-rules) * Content Source: [ce/field-service/set-up-booking-rules.md](https://github.com/MicrosoftDocs/dynamics-365-customer-engagement/blob/main/ce/field-service/set-up-booking-rules.md) * Service: **dynamics-365-field-service** * GitHub Login: @FieldServiceDave * Microsoft Alias: **daclar**
non_priority
booking rules delete this page does not explain whether or not it s possible and if so how to use booking rules to give warnings or errors when trying to delete a booking document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service dynamics field service github login fieldservicedave microsoft alias daclar
0
58,136
11,843,072,422
IssuesEvent
2020-03-24 01:05:26
MicrosoftDocs/live-share
https://api.github.com/repos/MicrosoftDocs/live-share
closed
[VS Code extension development] Validate Live Share url
area: extensions feature-request vscode
This is a question/feature request for the `vsls` npm module. Is there a way to validate a given Live Share url? There are a couple of use-cases that I want to solve with this (for [vscode-chat](https://github.com/karigari/vscode-chat)): - On clicking on a valid url shared on chat, vscode-chat calls the join command - this gives a seamless, deep-linked experience and avoids opening a browser window. The current procedure to check whether the url belongs to Live Share is to check for the domain name, which is hard-coded right now, and I believe could change. - A typical chat channel that is used for Live Share url exchanges gets cluttered with links, and the UX could be improved if old/invalid links could be hidden/shown differently. I'm imagining an API in the `vsls` module to validate urls would solve both. Open to other ideas as well, thanks!
1.0
[VS Code extension development] Validate Live Share url - This is a question/feature request for the `vsls` npm module. Is there a way to validate a given Live Share url? There are a couple of use-cases that I want to solve with this (for [vscode-chat](https://github.com/karigari/vscode-chat)): - On clicking on a valid url shared on chat, vscode-chat calls the join command - this gives a seamless, deep-linked experience and avoids opening a browser window. The current procedure to check whether the url belongs to Live Share is to check for the domain name, which is hard-coded right now, and I believe could change. - A typical chat channel that is used for Live Share url exchanges gets cluttered with links, and the UX could be improved if old/invalid links could be hidden/shown differently. I'm imagining an API in the `vsls` module to validate urls would solve both. Open to other ideas as well, thanks!
non_priority
validate live share url this is a question feature request for the vsls npm module is there a way to validate a given live share url there are a couple of use cases that i want to solve with this for on clicking on a valid url shared on chat vscode chat calls the join command this gives a seamless deep linked experience and avoids opening a browser window the current procedure to check whether the url belongs to live share is to check for the domain name which is hard coded right now and i believe could change a typical chat channel that is used for live share url exchanges gets cluttered with links and the ux could be improved if old invalid links could be hidden shown differently i m imagining an api in the vsls module to validate urls would solve both open to other ideas as well thanks
0
7,497
3,091,223,883
IssuesEvent
2015-08-26 11:56:01
torresj/indi-android-ui
https://api.github.com/repos/torresj/indi-android-ui
closed
Implementation of Number Elements Views
documentation implementation
A View for Number elements is needed. Basic number format and limits checks should be implemented (maybe relaying on the I4J Client library).
1.0
Implementation of Number Elements Views - A View for Number elements is needed. Basic number format and limits checks should be implemented (maybe relaying on the I4J Client library).
non_priority
implementation of number elements views a view for number elements is needed basic number format and limits checks should be implemented maybe relaying on the client library
0
9,586
3,059,232,550
IssuesEvent
2015-08-14 13:56:24
learn-co-curriculum/formal-affair-rails
https://api.github.com/repos/learn-co-curriculum/formal-affair-rails
reopened
'name="commit" breaks tests
icebox paper cut test
For some reason, the 'name="commit"' parameter in the "<input type="submit" name="commit" value="Search"> field keeps breaking the expected params test. I removed the 'name="commit"' parameter, and it passed the test.
1.0
'name="commit" breaks tests - For some reason, the 'name="commit"' parameter in the "<input type="submit" name="commit" value="Search"> field keeps breaking the expected params test. I removed the 'name="commit"' parameter, and it passed the test.
non_priority
name commit breaks tests for some reason the name commit parameter in the field keeps breaking the expected params test i removed the name commit parameter and it passed the test
0
70,553
13,491,389,029
IssuesEvent
2020-09-11 16:25:52
creativecommons/creativecommons.github.io-source
https://api.github.com/repos/creativecommons/creativecommons.github.io-source
opened
Document JavaScript coding guidelines
✨ goal: improvement 💻 aspect: code 📄 aspect: text 🔒 staff only 🟩 priority: low
## Issue Description I intend to write guidelines and base configuration files for working with JavaScript in Creative Commons projects. This will include: - Best practices - Prettier configuration - Eslint configuration - JSON formatting This will most likely live on the open source site, and perhaps the wiki. We don't have _existing language guides_ so this would possibly be the first and set some precedents for other guides. In that aim I'd like to follow some certain language conventions: - Avoiding language like "simply|just|easy" see: https://jameshfisher.com/2017/02/22/dont-use-simply/ - Consider items in the Mozilla Writing Style Guide: https://developer.mozilla.org/en-US/docs/MDN/Contribute/Guidelines/Writing_style_guide - Take guidance in structure from Firefox JS Guidelines: https://firefox-source-docs.mozilla.org/code-quality/coding-style/coding_style_js.html
1.0
Document JavaScript coding guidelines - ## Issue Description I intend to write guidelines and base configuration files for working with JavaScript in Creative Commons projects. This will include: - Best practices - Prettier configuration - Eslint configuration - JSON formatting This will most likely live on the open source site, and perhaps the wiki. We don't have _existing language guides_ so this would possibly be the first and set some precedents for other guides. In that aim I'd like to follow some certain language conventions: - Avoiding language like "simply|just|easy" see: https://jameshfisher.com/2017/02/22/dont-use-simply/ - Consider items in the Mozilla Writing Style Guide: https://developer.mozilla.org/en-US/docs/MDN/Contribute/Guidelines/Writing_style_guide - Take guidance in structure from Firefox JS Guidelines: https://firefox-source-docs.mozilla.org/code-quality/coding-style/coding_style_js.html
non_priority
document javascript coding guidelines issue description i intend to write guidelines and base configuration files for working with javascript in creative commons projects this will include best practices prettier configuration eslint configuration json formatting this will most likely live on the open source site and perhaps the wiki we don t have existing language guides so this would possibly be the first and set some precedents for other guides in that aim i d like to follow some certain language conventions avoiding language like simply just easy see consider items in the mozilla writing style guide take guidance in structure from firefox js guidelines
0
59,533
3,114,044,750
IssuesEvent
2015-09-03 05:32:53
cs2103aug2015-t16-1j/main
https://api.github.com/repos/cs2103aug2015-t16-1j/main
opened
As a user, I want to add deadlines to the events
priority.high type.story
so as to keep track of which items are due at which time
1.0
As a user, I want to add deadlines to the events - so as to keep track of which items are due at which time
priority
as a user i want to add deadlines to the events so as to keep track of which items are due at which time
1
43,378
11,210,446,865
IssuesEvent
2020-01-06 13:15:49
cucumber/cucumber
https://api.github.com/repos/cucumber/cucumber
opened
cucumber-messages incompatible with Ruby 2.7.0
language: ruby library: cucumber-messages type: bug type: build
It appears that the `google-protobuf` gem doesn't have any releases that are compatible with Ruby 2.7.0. I have tried `google-protobuf` version `3.8.0` (which the gemspec currently points to) as well as `3.11.2` (the latest version). It gives the following error: ``` LoadError: cannot load such file -- google/protobuf_c # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/google-protobuf-3.11.2-universal-darwin/lib/google/protobuf.rb:51:in `rescue in <top (required)>' # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/google-protobuf-3.11.2-universal-darwin/lib/google/protobuf.rb:48:in `<top (required)>' # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' # ./lib/cucumber/messages_pb.rb:4:in `<top (required)>' ``` Both these versions work fine on Ruby 2.6.5. There have been incompatibilities before: https://github.com/protocolbuffers/protobuf/issues/5161 We have had problems with `google-protobuf` for JRuby (it's poorly supported) and now this. We need to switch to a pure-ruby version, as suggested in https://github.com/cucumber/cucumber/pull/813 That PR links to https://github.com/ruby-protobuf/protobuf/issues/408 which we should provide a fix for, or find a workaround for.
1.0
cucumber-messages incompatible with Ruby 2.7.0 - It appears that the `google-protobuf` gem doesn't have any releases that are compatible with Ruby 2.7.0. I have tried `google-protobuf` version `3.8.0` (which the gemspec currently points to) as well as `3.11.2` (the latest version). It gives the following error: ``` LoadError: cannot load such file -- google/protobuf_c # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/google-protobuf-3.11.2-universal-darwin/lib/google/protobuf.rb:51:in `rescue in <top (required)>' # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/google-protobuf-3.11.2-universal-darwin/lib/google/protobuf.rb:48:in `<top (required)>' # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' # /Users/aslakhellesoy/.rbenv/versions/2.7.0/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' # ./lib/cucumber/messages_pb.rb:4:in `<top (required)>' ``` Both these versions work fine on Ruby 2.6.5. There have been incompatibilities before: https://github.com/protocolbuffers/protobuf/issues/5161 We have had problems with `google-protobuf` for JRuby (it's poorly supported) and now this. We need to switch to a pure-ruby version, as suggested in https://github.com/cucumber/cucumber/pull/813 That PR links to https://github.com/ruby-protobuf/protobuf/issues/408 which we should provide a fix for, or find a workaround for.
non_priority
cucumber messages incompatible with ruby it appears that the google protobuf gem doesn t have any releases that are compatible with ruby i have tried google protobuf version which the gemspec currently points to as well as the latest version it gives the following error loaderror cannot load such file google protobuf c users aslakhellesoy rbenv versions lib ruby rubygems core ext kernel require rb in require users aslakhellesoy rbenv versions lib ruby rubygems core ext kernel require rb in require users aslakhellesoy rbenv versions lib ruby gems gems google protobuf universal darwin lib google protobuf rb in rescue in users aslakhellesoy rbenv versions lib ruby gems gems google protobuf universal darwin lib google protobuf rb in users aslakhellesoy rbenv versions lib ruby rubygems core ext kernel require rb in require users aslakhellesoy rbenv versions lib ruby rubygems core ext kernel require rb in require lib cucumber messages pb rb in both these versions work fine on ruby there have been incompatibilities before we have had problems with google protobuf for jruby it s poorly supported and now this we need to switch to a pure ruby version as suggested in that pr links to which we should provide a fix for or find a workaround for
0
270,514
23,515,301,952
IssuesEvent
2022-08-18 20:40:37
E3SM-Project/E3SM
https://api.github.com/repos/E3SM-Project/E3SM
opened
MVK test failing
PotentialBug Testing
The MVK non-bfb test has been failing for a while on Chrysalis. https://my.cdash.org/test/60574720 Seems to be timing out?
1.0
MVK test failing - The MVK non-bfb test has been failing for a while on Chrysalis. https://my.cdash.org/test/60574720 Seems to be timing out?
non_priority
mvk test failing the mvk non bfb test has been failing for a while on chrysalis seems to be timing out
0
535,708
15,696,938,317
IssuesEvent
2021-03-26 03:16:32
MattJeanes/TARDIS
https://api.github.com/repos/MattJeanes/TARDIS
closed
Interiors can't have more than 2 additional lights
extension dev request priority: (3) - important type: (0) - bug verdict: (4) - won't fix
This has been discussed before. I know that lighting override doesn't allow that, but it also happens even **without** lighting override. We need to either find a way to fix this, or find the reason.
1.0
Interiors can't have more than 2 additional lights - This has been discussed before. I know that lighting override doesn't allow that, but it also happens even **without** lighting override. We need to either find a way to fix this, or find the reason.
priority
interiors can t have more than additional lights this has been discussed before i know that lighting override doesn t allow that but it also happens even without lighting override we need to either find a way to fix this or find the reason
1
449,163
31,831,306,398
IssuesEvent
2023-09-14 10:45:21
Dockbox-OSS/Hartshorn
https://api.github.com/repos/Dockbox-OSS/Hartshorn
closed
Documentation tracker - Cache
in: cache type: documentation
This document tracks the documentation progress of Hartshorn Cache (`hartshorn-cache`). - [x] `org.dockbox.hartshorn.cache.Cache` - [x] `org.dockbox.hartshorn.cache.CacheFactory` - [x] `org.dockbox.hartshorn.cache.CacheManager` - [ ] `org.dockbox.hartshorn.cache.CacheManagerImpl` - [x] `org.dockbox.hartshorn.cache.CacheProviders` - [x] `org.dockbox.hartshorn.cache.Expiration` - [x] `org.dockbox.hartshorn.cache.HashCodeKeyGenerator` - [x] `org.dockbox.hartshorn.cache.KeyGenerator` - [x] `org.dockbox.hartshorn.cache.annotations.CacheDecorator` - [x] `org.dockbox.hartshorn.cache.annotations.CacheService` - [ ] `org.dockbox.hartshorn.cache.annotations.Cached` - [ ] `org.dockbox.hartshorn.cache.annotations.EvictCache` - [ ] `org.dockbox.hartshorn.cache.annotations.Expire` - [ ] `org.dockbox.hartshorn.cache.annotations.UpdateCache` - [ ] `org.dockbox.hartshorn.cache.annotations.UseCaching` - [x] `org.dockbox.hartshorn.cache.caffeine.CaffeineCache` - [x] `org.dockbox.hartshorn.cache.caffeine.CaffeineProviders` - [x] `org.dockbox.hartshorn.cache.context.CacheContext` - [x] `org.dockbox.hartshorn.cache.context.CacheContextImpl` - [x] `org.dockbox.hartshorn.cache.context.CacheMethodContext` - [x] `org.dockbox.hartshorn.cache.context.CacheMethodContextImpl` - [x] `org.dockbox.hartshorn.cache.modifiers.CacheEvictionMethodPostProcessor` - [ ] `org.dockbox.hartshorn.cache.modifiers.CacheServicePostProcessor` - [x] `org.dockbox.hartshorn.cache.modifiers.CacheUpdateMethodPostProcessor` - [x] `org.dockbox.hartshorn.cache.modifiers.CachedMethodPostProcessor` - [ ] `org.dockbox.hartshorn.cache.modifiers.UnavailableCacheException`
1.0
Documentation tracker - Cache - This document tracks the documentation progress of Hartshorn Cache (`hartshorn-cache`). - [x] `org.dockbox.hartshorn.cache.Cache` - [x] `org.dockbox.hartshorn.cache.CacheFactory` - [x] `org.dockbox.hartshorn.cache.CacheManager` - [ ] `org.dockbox.hartshorn.cache.CacheManagerImpl` - [x] `org.dockbox.hartshorn.cache.CacheProviders` - [x] `org.dockbox.hartshorn.cache.Expiration` - [x] `org.dockbox.hartshorn.cache.HashCodeKeyGenerator` - [x] `org.dockbox.hartshorn.cache.KeyGenerator` - [x] `org.dockbox.hartshorn.cache.annotations.CacheDecorator` - [x] `org.dockbox.hartshorn.cache.annotations.CacheService` - [ ] `org.dockbox.hartshorn.cache.annotations.Cached` - [ ] `org.dockbox.hartshorn.cache.annotations.EvictCache` - [ ] `org.dockbox.hartshorn.cache.annotations.Expire` - [ ] `org.dockbox.hartshorn.cache.annotations.UpdateCache` - [ ] `org.dockbox.hartshorn.cache.annotations.UseCaching` - [x] `org.dockbox.hartshorn.cache.caffeine.CaffeineCache` - [x] `org.dockbox.hartshorn.cache.caffeine.CaffeineProviders` - [x] `org.dockbox.hartshorn.cache.context.CacheContext` - [x] `org.dockbox.hartshorn.cache.context.CacheContextImpl` - [x] `org.dockbox.hartshorn.cache.context.CacheMethodContext` - [x] `org.dockbox.hartshorn.cache.context.CacheMethodContextImpl` - [x] `org.dockbox.hartshorn.cache.modifiers.CacheEvictionMethodPostProcessor` - [ ] `org.dockbox.hartshorn.cache.modifiers.CacheServicePostProcessor` - [x] `org.dockbox.hartshorn.cache.modifiers.CacheUpdateMethodPostProcessor` - [x] `org.dockbox.hartshorn.cache.modifiers.CachedMethodPostProcessor` - [ ] `org.dockbox.hartshorn.cache.modifiers.UnavailableCacheException`
non_priority
documentation tracker cache this document tracks the documentation progress of hartshorn cache hartshorn cache org dockbox hartshorn cache cache org dockbox hartshorn cache cachefactory org dockbox hartshorn cache cachemanager org dockbox hartshorn cache cachemanagerimpl org dockbox hartshorn cache cacheproviders org dockbox hartshorn cache expiration org dockbox hartshorn cache hashcodekeygenerator org dockbox hartshorn cache keygenerator org dockbox hartshorn cache annotations cachedecorator org dockbox hartshorn cache annotations cacheservice org dockbox hartshorn cache annotations cached org dockbox hartshorn cache annotations evictcache org dockbox hartshorn cache annotations expire org dockbox hartshorn cache annotations updatecache org dockbox hartshorn cache annotations usecaching org dockbox hartshorn cache caffeine caffeinecache org dockbox hartshorn cache caffeine caffeineproviders org dockbox hartshorn cache context cachecontext org dockbox hartshorn cache context cachecontextimpl org dockbox hartshorn cache context cachemethodcontext org dockbox hartshorn cache context cachemethodcontextimpl org dockbox hartshorn cache modifiers cacheevictionmethodpostprocessor org dockbox hartshorn cache modifiers cacheservicepostprocessor org dockbox hartshorn cache modifiers cacheupdatemethodpostprocessor org dockbox hartshorn cache modifiers cachedmethodpostprocessor org dockbox hartshorn cache modifiers unavailablecacheexception
0
115,899
4,684,406,690
IssuesEvent
2016-10-10 04:48:51
AtomicGameEngine/AtomicGameEngine
https://api.github.com/repos/AtomicGameEngine/AtomicGameEngine
closed
Editor crashes when laptop wakes
priority: high
On my laptop, the editor crashes when it wakes from a sleep. It seems to be related to trying CEF and graphics objects. I don't have much information, but it's pretty easy to reproduce.
1.0
Editor crashes when laptop wakes - On my laptop, the editor crashes when it wakes from a sleep. It seems to be related to trying CEF and graphics objects. I don't have much information, but it's pretty easy to reproduce.
priority
editor crashes when laptop wakes on my laptop the editor crashes when it wakes from a sleep it seems to be related to trying cef and graphics objects i don t have much information but it s pretty easy to reproduce
1
567,956
16,938,044,204
IssuesEvent
2021-06-27 00:20:23
architectury/architectury-api
https://api.github.com/repos/architectury/architectury-api
closed
[Request] Particle Factory Registration API
api enhancement priority: medium
An API to register particle factories on the client. Necessary for any mod that wants to even approach custom particles. **Forge:** [`ParticleFactoryRegisterEvent`](https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/client/event/ParticleFactoryRegisterEvent.java) (Forge makes `ParticleManager.registerFactory` accessible) **Fabric:** [`ParticleFactoryRegistry`](https://github.com/FabricMC/fabric/blob/1.16/fabric-particles-v1/src/main/java/net/fabricmc/fabric/api/client/particle/v1/ParticleFactoryRegistry.java) ~~Additionally, a utility class similar to [`FabricParticleTypes`](https://github.com/FabricMC/fabric/blob/1.16/fabric-particles-v1/src/main/java/net/fabricmc/fabric/api/particle/v1/FabricParticleTypes.java) would be appreciated, just so we don't need to extend `DefaultParticleType`.~~ nvm, seems like it's pretty much useless
1.0
[Request] Particle Factory Registration API - An API to register particle factories on the client. Necessary for any mod that wants to even approach custom particles. **Forge:** [`ParticleFactoryRegisterEvent`](https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/client/event/ParticleFactoryRegisterEvent.java) (Forge makes `ParticleManager.registerFactory` accessible) **Fabric:** [`ParticleFactoryRegistry`](https://github.com/FabricMC/fabric/blob/1.16/fabric-particles-v1/src/main/java/net/fabricmc/fabric/api/client/particle/v1/ParticleFactoryRegistry.java) ~~Additionally, a utility class similar to [`FabricParticleTypes`](https://github.com/FabricMC/fabric/blob/1.16/fabric-particles-v1/src/main/java/net/fabricmc/fabric/api/particle/v1/FabricParticleTypes.java) would be appreciated, just so we don't need to extend `DefaultParticleType`.~~ nvm, seems like it's pretty much useless
priority
particle factory registration api an api to register particle factories on the client necessary for any mod that wants to even approach custom particles forge forge makes particlemanager registerfactory accessible fabric additionally a utility class similar to would be appreciated just so we don t need to extend defaultparticletype nvm seems like it s pretty much useless
1
538,478
15,769,760,879
IssuesEvent
2021-03-31 18:41:39
red-hat-storage/ocs-ci
https://api.github.com/repos/red-hat-storage/ocs-ci
closed
fio benchmark try to use more capacity then it have
High Priority bug performance
for some reason (under investigatio) the test_fio_benchmark is trying to use more capacity then the storage have.
1.0
fio benchmark try to use more capacity then it have - for some reason (under investigatio) the test_fio_benchmark is trying to use more capacity then the storage have.
priority
fio benchmark try to use more capacity then it have for some reason under investigatio the test fio benchmark is trying to use more capacity then the storage have
1
503,595
14,595,055,213
IssuesEvent
2020-12-20 09:30:12
enigmampc/EthereumBridgeFrontend
https://api.github.com/repos/enigmampc/EthereumBridgeFrontend
closed
Keplr viewing key issues - this now works FYI
high-priority
Report Keplr issues here. There's this issue with viewing keys. I have viewing keys working for my browser extension but not for the UI. Check out this screenshot ![image](https://user-images.githubusercontent.com/15679491/102141152-604cdd80-3e2e-11eb-954d-8d4f962bdd9a.png) **The real problem is when I'm trying to go back to Ethereum, b/c the UI can't verify my viewing key, it thinks I have 0 secretETH and cannot do back to Ethereum** ![image](https://user-images.githubusercontent.com/15679491/102143078-67291f80-3e31-11eb-92a9-5f220ff497dd.png) When I try to recreate the viewing key, I can't hit submit after the key is generated ![image](https://user-images.githubusercontent.com/15679491/102143788-7f4d6e80-3e32-11eb-8b3c-f7fe21945bd8.png)
1.0
Keplr viewing key issues - this now works FYI - Report Keplr issues here. There's this issue with viewing keys. I have viewing keys working for my browser extension but not for the UI. Check out this screenshot ![image](https://user-images.githubusercontent.com/15679491/102141152-604cdd80-3e2e-11eb-954d-8d4f962bdd9a.png) **The real problem is when I'm trying to go back to Ethereum, b/c the UI can't verify my viewing key, it thinks I have 0 secretETH and cannot do back to Ethereum** ![image](https://user-images.githubusercontent.com/15679491/102143078-67291f80-3e31-11eb-92a9-5f220ff497dd.png) When I try to recreate the viewing key, I can't hit submit after the key is generated ![image](https://user-images.githubusercontent.com/15679491/102143788-7f4d6e80-3e32-11eb-8b3c-f7fe21945bd8.png)
priority
keplr viewing key issues this now works fyi report keplr issues here there s this issue with viewing keys i have viewing keys working for my browser extension but not for the ui check out this screenshot the real problem is when i m trying to go back to ethereum b c the ui can t verify my viewing key it thinks i have secreteth and cannot do back to ethereum when i try to recreate the viewing key i can t hit submit after the key is generated
1
181,887
14,891,899,869
IssuesEvent
2021-01-21 01:35:22
jymcheong/OpenEDR
https://api.github.com/repos/jymcheong/OpenEDR
opened
Why Can't I Install OpenEDR backend DIRECTLY on my favorite Ubuntu Desktop?
documentation
First & foremost, thank you taking time to explore OpenEDR. I understand your desire to run directly on desktop.
1.0
Why Can't I Install OpenEDR backend DIRECTLY on my favorite Ubuntu Desktop? - First & foremost, thank you taking time to explore OpenEDR. I understand your desire to run directly on desktop.
non_priority
why can t i install openedr backend directly on my favorite ubuntu desktop first foremost thank you taking time to explore openedr i understand your desire to run directly on desktop
0
180,241
6,647,629,106
IssuesEvent
2017-09-28 05:33:50
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
diy.com - site is not usable
browser-firefox-mobile priority-normal status-needstriage
<!-- @browser: Firefox Mobile 58.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:58.0) Gecko/58.0 Firefox/58.0 --> <!-- @reported_with: mobile-reporter --> **URL**: http://diy.com/ **Browser / Version**: Firefox Mobile 58.0 **Operating System**: Android 8.0.0 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: onscreen keyboard does not appear for search box **Steps to Reproduce**: [![Screenshot Description](https://webcompat.com/uploads/2017/9/f21eef8c-cdb4-4031-9c25-6885d25ff5e6-thumb.jpg)](https://webcompat.com/uploads/2017/9/f21eef8c-cdb4-4031-9c25-6885d25ff5e6.jpg) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
diy.com - site is not usable - <!-- @browser: Firefox Mobile 58.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:58.0) Gecko/58.0 Firefox/58.0 --> <!-- @reported_with: mobile-reporter --> **URL**: http://diy.com/ **Browser / Version**: Firefox Mobile 58.0 **Operating System**: Android 8.0.0 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: onscreen keyboard does not appear for search box **Steps to Reproduce**: [![Screenshot Description](https://webcompat.com/uploads/2017/9/f21eef8c-cdb4-4031-9c25-6885d25ff5e6-thumb.jpg)](https://webcompat.com/uploads/2017/9/f21eef8c-cdb4-4031-9c25-6885d25ff5e6.jpg) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
diy com site is not usable url browser version firefox mobile operating system android tested another browser yes problem type site is not usable description onscreen keyboard does not appear for search box steps to reproduce from with ❤️
1
64,118
15,799,023,165
IssuesEvent
2021-04-02 19:57:26
golang/go
https://api.github.com/repos/golang/go
closed
x/build: add linux-arm-aws to the set of trybots
Builders NeedsInvestigation arch-arm
As per our goals of including a trybot for any platform that can cause a release blocking issue (#29239), we will add linux-arm-aws to the set of trybots. It should be able to complete the trybot run limit of 10 minutes. These new trybots will help solve various open issues linked to host resources (#35628, #40872). This change will require renaming the linux-arm builders to linux-arm-scaleway because there is a need to map the AWS instances to some [slowbot aliases](https://go.googlesource.com/build/+/aeb22a9cfe01a71f7dc06ae9beeeb5ba6c605fb0/dashboard/builders.go#39). @golang/release @cherrymui
1.0
x/build: add linux-arm-aws to the set of trybots - As per our goals of including a trybot for any platform that can cause a release blocking issue (#29239), we will add linux-arm-aws to the set of trybots. It should be able to complete the trybot run limit of 10 minutes. These new trybots will help solve various open issues linked to host resources (#35628, #40872). This change will require renaming the linux-arm builders to linux-arm-scaleway because there is a need to map the AWS instances to some [slowbot aliases](https://go.googlesource.com/build/+/aeb22a9cfe01a71f7dc06ae9beeeb5ba6c605fb0/dashboard/builders.go#39). @golang/release @cherrymui
non_priority
x build add linux arm aws to the set of trybots as per our goals of including a trybot for any platform that can cause a release blocking issue we will add linux arm aws to the set of trybots it should be able to complete the trybot run limit of minutes these new trybots will help solve various open issues linked to host resources this change will require renaming the linux arm builders to linux arm scaleway because there is a need to map the aws instances to some golang release cherrymui
0
218,397
7,331,287,322
IssuesEvent
2018-03-05 13:00:49
NCEAS/metacat
https://api.github.com/repos/NCEAS/metacat
closed
docid of online element not written to the xml_access table
Category: metacat Component: Bugzilla-Id Priority: Immediate Status: Resolved Tracker: Bug
--- Author Name: **Michael Daigle** (Michael Daigle) Original Redmine Issue: 3697, https://projects.ecoinformatics.org/ecoinfo/issues/3697 Original Date: 2008-12-11 Original Assignee: Michael Daigle --- In 2.1.0 when online element access gets written to the xml_access table, the docid is not written. Metacat can't index and start when there is a null docid in the db because this causes an NPE
1.0
docid of online element not written to the xml_access table - --- Author Name: **Michael Daigle** (Michael Daigle) Original Redmine Issue: 3697, https://projects.ecoinformatics.org/ecoinfo/issues/3697 Original Date: 2008-12-11 Original Assignee: Michael Daigle --- In 2.1.0 when online element access gets written to the xml_access table, the docid is not written. Metacat can't index and start when there is a null docid in the db because this causes an NPE
priority
docid of online element not written to the xml access table author name michael daigle michael daigle original redmine issue original date original assignee michael daigle in when online element access gets written to the xml access table the docid is not written metacat can t index and start when there is a null docid in the db because this causes an npe
1
501,651
14,530,635,416
IssuesEvent
2020-12-14 19:33:17
ChainSafe/forest
https://api.github.com/repos/ChainSafe/forest
closed
Updates outside of actors for v2.0.0
Priority: 2 - High VM
This issue covers any changes required to upgrade to specs-actors v2.0.0 that are not in one of the actors. Please check off the specific changes that are implemented on task #728 as you complete them.
1.0
Updates outside of actors for v2.0.0 - This issue covers any changes required to upgrade to specs-actors v2.0.0 that are not in one of the actors. Please check off the specific changes that are implemented on task #728 as you complete them.
priority
updates outside of actors for this issue covers any changes required to upgrade to specs actors that are not in one of the actors please check off the specific changes that are implemented on task as you complete them
1
334,559
24,424,153,525
IssuesEvent
2022-10-06 00:06:14
aws/amazon-vpc-cni-k8s
https://api.github.com/repos/aws/amazon-vpc-cni-k8s
closed
Document how to determine IAM role permissions issues
documentation testing priority/P2 stale
`aws-node` daemonset enters `CrashLoopBackoff` state when the EC2 instance lacks the necessary IAM role without giving any indication of what the problem is in the logs.
1.0
Document how to determine IAM role permissions issues - `aws-node` daemonset enters `CrashLoopBackoff` state when the EC2 instance lacks the necessary IAM role without giving any indication of what the problem is in the logs.
non_priority
document how to determine iam role permissions issues aws node daemonset enters crashloopbackoff state when the instance lacks the necessary iam role without giving any indication of what the problem is in the logs
0
60,620
14,563,852,920
IssuesEvent
2020-12-17 03:33:07
ErezDasa/RB2
https://api.github.com/repos/ErezDasa/RB2
opened
CVE-2020-8908 (Low) detected in guava-20.0.jar
security vulnerability
## CVE-2020-8908 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>guava-20.0.jar</b></p></summary> <p>Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.</p> <p>Library home page: <a href="https://github.com/google/guava">https://github.com/google/guava</a></p> <p>Path to dependency file: RB2/infra_github/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/google/guava/guava/20.0/guava-20.0.jar,/home/wss-scanner/.m2/repository/com/google/guava/guava/20.0/guava-20.0.jar</p> <p> Dependency Hierarchy: - springfox-swagger2-2.9.2.jar (Root Library) - :x: **guava-20.0.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ErezDasa/RB2/commit/a72533c416ff955209168cc7bdf980506a61e8fa">a72533c416ff955209168cc7bdf980506a61e8fa</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A temp directory creation vulnerability exist in Guava versions prior to 30.0 allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava com.google.common.io.Files.createTempDir(). The permissions granted to the directory created default to the standard unix-like /tmp ones, leaving the files open. We recommend updating Guava to version 30.0 or later, or update to Java 7 or later, or to explicitly change the permissions after the creation of the directory if neither are possible. <p>Publish Date: 2020-12-10 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8908>CVE-2020-8908</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>3.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908</a></p> <p>Release Date: 2020-12-10</p> <p>Fix Resolution: v30.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-8908 (Low) detected in guava-20.0.jar - ## CVE-2020-8908 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>guava-20.0.jar</b></p></summary> <p>Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.</p> <p>Library home page: <a href="https://github.com/google/guava">https://github.com/google/guava</a></p> <p>Path to dependency file: RB2/infra_github/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/google/guava/guava/20.0/guava-20.0.jar,/home/wss-scanner/.m2/repository/com/google/guava/guava/20.0/guava-20.0.jar</p> <p> Dependency Hierarchy: - springfox-swagger2-2.9.2.jar (Root Library) - :x: **guava-20.0.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ErezDasa/RB2/commit/a72533c416ff955209168cc7bdf980506a61e8fa">a72533c416ff955209168cc7bdf980506a61e8fa</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A temp directory creation vulnerability exist in Guava versions prior to 30.0 allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava com.google.common.io.Files.createTempDir(). The permissions granted to the directory created default to the standard unix-like /tmp ones, leaving the files open. We recommend updating Guava to version 30.0 or later, or update to Java 7 or later, or to explicitly change the permissions after the creation of the directory if neither are possible. <p>Publish Date: 2020-12-10 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8908>CVE-2020-8908</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>3.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908</a></p> <p>Release Date: 2020-12-10</p> <p>Fix Resolution: v30.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve low detected in guava jar cve low severity vulnerability vulnerable library guava jar guava is a suite of core and expanded libraries that include utility classes google s collections io classes and much much more guava has only one code dependency javax annotation per the jsr spec library home page a href path to dependency file infra github pom xml path to vulnerable library home wss scanner repository com google guava guava guava jar home wss scanner repository com google guava guava guava jar dependency hierarchy springfox jar root library x guava jar vulnerable library found in head commit a href vulnerability details a temp directory creation vulnerability exist in guava versions prior to allowing an attacker with access to the machine to potentially access data in a temporary directory created by the guava com google common io files createtempdir the permissions granted to the directory created default to the standard unix like tmp ones leaving the files open we recommend updating guava to version or later or update to java or later or to explicitly change the permissions after the creation of the directory if neither are possible publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
441,463
12,718,460,860
IssuesEvent
2020-06-24 07:34:32
frontity/frontity
https://api.github.com/repos/frontity/frontity
closed
Filter the `when` prop from the Switch component children
bug good first issue priority: low
<!-- Not following the template might result in your issue being closed --> **_Bug report_** - I've updated both my project and my packages to the latest Frontity versions: https://docs.frontity.org/guides/keep-frontity-updated - I've searched for existing issues. - I've checked the documentation: https://docs.frontity.org - I've checked the community forum: https://community.frontity.org **Expected behavior** The Switch component uses a `when` prop to determine which component it should render: ```js <Switch> <Loading when={data.isFetching} /> <Home when={data.isHome} /> <Archive when={data.isArchive} /> <Post when={data.isPostType} /> <ErrorPage /> {/* rendered by default */} </Switch> ``` More info on: https://docs.frontity.org/api-reference-1/frontity-components#switch The `when` prop is only needed for `Switch`, but it shouldn't be passed down to the rendered component. **Observed behavior** The `when` prop is sent to the rendered component. **Possible solution** `Switch` can remove the `when` prop from the props of the child that is going to render. I guess it would need to get access to the props object and do something like: ```js const { when, ...otherProps } = component.props; // ... return <component {...otherProps} />; ``` The code is here: https://github.com/frontity/frontity/blob/dev/packages/components/switch.tsx#L28-L32 A test for this can be a modification of this test, where the prop `when` is missing: https://github.com/frontity/frontity/blob/add-test-for-switch-props/packages/components/__tests__/switch.tests.tsx#L55-L66
1.0
Filter the `when` prop from the Switch component children - <!-- Not following the template might result in your issue being closed --> **_Bug report_** - I've updated both my project and my packages to the latest Frontity versions: https://docs.frontity.org/guides/keep-frontity-updated - I've searched for existing issues. - I've checked the documentation: https://docs.frontity.org - I've checked the community forum: https://community.frontity.org **Expected behavior** The Switch component uses a `when` prop to determine which component it should render: ```js <Switch> <Loading when={data.isFetching} /> <Home when={data.isHome} /> <Archive when={data.isArchive} /> <Post when={data.isPostType} /> <ErrorPage /> {/* rendered by default */} </Switch> ``` More info on: https://docs.frontity.org/api-reference-1/frontity-components#switch The `when` prop is only needed for `Switch`, but it shouldn't be passed down to the rendered component. **Observed behavior** The `when` prop is sent to the rendered component. **Possible solution** `Switch` can remove the `when` prop from the props of the child that is going to render. I guess it would need to get access to the props object and do something like: ```js const { when, ...otherProps } = component.props; // ... return <component {...otherProps} />; ``` The code is here: https://github.com/frontity/frontity/blob/dev/packages/components/switch.tsx#L28-L32 A test for this can be a modification of this test, where the prop `when` is missing: https://github.com/frontity/frontity/blob/add-test-for-switch-props/packages/components/__tests__/switch.tests.tsx#L55-L66
priority
filter the when prop from the switch component children bug report i ve updated both my project and my packages to the latest frontity versions i ve searched for existing issues i ve checked the documentation i ve checked the community forum expected behavior the switch component uses a when prop to determine which component it should render js rendered by default more info on the when prop is only needed for switch but it shouldn t be passed down to the rendered component observed behavior the when prop is sent to the rendered component possible solution switch can remove the when prop from the props of the child that is going to render i guess it would need to get access to the props object and do something like js const when otherprops component props return the code is here a test for this can be a modification of this test where the prop when is missing
1
91,502
15,856,475,703
IssuesEvent
2021-04-08 02:25:42
benchabot/blink
https://api.github.com/repos/benchabot/blink
opened
CVE-2020-28498 (Medium) detected in elliptic-6.5.2.tgz
security vulnerability
## CVE-2020-28498 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.2.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz">https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz</a></p> <p>Path to dependency file: blink/KB/JS/package.json</p> <p>Path to vulnerable library: blink/KB/JS/node_modules/elliptic/package.json</p> <p> Dependency Hierarchy: - webpack-4.41.5.tgz (Root Library) - node-libs-browser-2.2.1.tgz - crypto-browserify-3.12.0.tgz - browserify-sign-4.1.0.tgz - :x: **elliptic-6.5.2.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package elliptic before 6.5.4 are vulnerable to Cryptographic Issues via the secp256k1 implementation in elliptic/ec/key.js. There is no check to confirm that the public key point passed into the derive function actually exists on the secp256k1 curve. This results in the potential for the private key used in this implementation to be revealed after a number of ECDH operations are performed. <p>Publish Date: 2021-02-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28498>CVE-2020-28498</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28498">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28498</a></p> <p>Release Date: 2021-02-02</p> <p>Fix Resolution: v6.5.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-28498 (Medium) detected in elliptic-6.5.2.tgz - ## CVE-2020-28498 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.2.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz">https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz</a></p> <p>Path to dependency file: blink/KB/JS/package.json</p> <p>Path to vulnerable library: blink/KB/JS/node_modules/elliptic/package.json</p> <p> Dependency Hierarchy: - webpack-4.41.5.tgz (Root Library) - node-libs-browser-2.2.1.tgz - crypto-browserify-3.12.0.tgz - browserify-sign-4.1.0.tgz - :x: **elliptic-6.5.2.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package elliptic before 6.5.4 are vulnerable to Cryptographic Issues via the secp256k1 implementation in elliptic/ec/key.js. There is no check to confirm that the public key point passed into the derive function actually exists on the secp256k1 curve. This results in the potential for the private key used in this implementation to be revealed after a number of ECDH operations are performed. <p>Publish Date: 2021-02-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28498>CVE-2020-28498</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28498">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28498</a></p> <p>Release Date: 2021-02-02</p> <p>Fix Resolution: v6.5.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in elliptic tgz cve medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file blink kb js package json path to vulnerable library blink kb js node modules elliptic package json dependency hierarchy webpack tgz root library node libs browser tgz crypto browserify tgz browserify sign tgz x elliptic tgz vulnerable library vulnerability details the package elliptic before are vulnerable to cryptographic issues via the implementation in elliptic ec key js there is no check to confirm that the public key point passed into the derive function actually exists on the curve this results in the potential for the private key used in this implementation to be revealed after a number of ecdh operations are performed 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 changed impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
69,261
22,303,349,578
IssuesEvent
2022-06-13 10:45:00
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
Android-Web markdown inconsistency
T-Defect
### Steps to reproduce Markdown enabled in both Web and Android clients. Lets send "21. st" from them... | |Element Web|Element Android| |---|---|---| |sent|21. st|21. st| |shown|21. st|1. st| |source|<pre>{<br> "type": "m.room.message",<br> "content": {<br> "org.matrix.msc1767.message": [<br> {<br> "body": "21. st",<br> "mimetype": "text/plain"<br> },<br> {<br> "body": "<ol start=\"21\">\n&lt;li>st</li>\n</ol>\n",<br> "mimetype": "text/html"<br> }<br> ],<br> "body": "21. st",<br> "msgtype": "m.text",<br> "format": "org.matrix.custom.html",<br> "formatted_body": "<ol start=\"21\">\n&lt;li>st</li>\n</ol>\n"<br> }<br>}</pre>|<pre>{<br> "content": {<br> "body": "21. st",<br> "format": "org.matrix.custom.html",<br> "formatted_body": "<ol start=\"21\">\n&lt;li>st</li>\n</ol>",<br> "msgtype": "m.text"<br> },<br> "room_id": "!XHJBYOUHLuCnrjsaUv:bolesiny.net",<br> "type": "m.room.message"<br>}</pre>| ### Outcome #### What did you expect? Same text displayed. #### What happened instead? Different text displayed. ### Your phone model Samsung Galaxy S20 FE ### Operating system version Android 12 ### Application version and app store Element: 1.4.19 ### Homeserver own ### Will you send logs? No ### Are you willing to provide a PR? No
1.0
Android-Web markdown inconsistency - ### Steps to reproduce Markdown enabled in both Web and Android clients. Lets send "21. st" from them... | |Element Web|Element Android| |---|---|---| |sent|21. st|21. st| |shown|21. st|1. st| |source|<pre>{<br> "type": "m.room.message",<br> "content": {<br> "org.matrix.msc1767.message": [<br> {<br> "body": "21. st",<br> "mimetype": "text/plain"<br> },<br> {<br> "body": "<ol start=\"21\">\n&lt;li>st</li>\n</ol>\n",<br> "mimetype": "text/html"<br> }<br> ],<br> "body": "21. st",<br> "msgtype": "m.text",<br> "format": "org.matrix.custom.html",<br> "formatted_body": "<ol start=\"21\">\n&lt;li>st</li>\n</ol>\n"<br> }<br>}</pre>|<pre>{<br> "content": {<br> "body": "21. st",<br> "format": "org.matrix.custom.html",<br> "formatted_body": "<ol start=\"21\">\n&lt;li>st</li>\n</ol>",<br> "msgtype": "m.text"<br> },<br> "room_id": "!XHJBYOUHLuCnrjsaUv:bolesiny.net",<br> "type": "m.room.message"<br>}</pre>| ### Outcome #### What did you expect? Same text displayed. #### What happened instead? Different text displayed. ### Your phone model Samsung Galaxy S20 FE ### Operating system version Android 12 ### Application version and app store Element: 1.4.19 ### Homeserver own ### Will you send logs? No ### Are you willing to provide a PR? No
non_priority
android web markdown inconsistency steps to reproduce markdown enabled in both web and android clients lets send st from them element web element android sent st st shown st st source type m room message content org matrix message body st msgtype m text format org matrix custom html formatted body n lt li st n n content body st format org matrix custom html formatted body n lt li st n msgtype m text room id xhjbyouhlucnrjsauv bolesiny net type m room message outcome what did you expect same text displayed what happened instead different text displayed your phone model samsung galaxy fe operating system version android application version and app store element homeserver own will you send logs no are you willing to provide a pr no
0
598,644
18,249,466,298
IssuesEvent
2021-10-02 01:10:11
OpenBCI/OpenBCI_GUI
https://api.github.com/repos/OpenBCI/OpenBCI_GUI
closed
OpenBCI GUI v5.07 won't start in windows 10
difficulty-easy priority-high
## Problem The release v5.07 from the 29 of September closes immediatly. OpenBCI_GUI.exe will open for half a second, showing a blank window, and then close immediately. ## Expected I xpected the GUI interface to load up for connection of my device ## Operating System and Version Window 10 pro 64-bi version 20H2 ## GUI Version v5.07 ## Running standalone app Stand alone app ## Type of OpenBCI Board Cyton ## Are you using a WiFi Shield? No ## Console Log Paste any relevant text from the console window here
1.0
OpenBCI GUI v5.07 won't start in windows 10 - ## Problem The release v5.07 from the 29 of September closes immediatly. OpenBCI_GUI.exe will open for half a second, showing a blank window, and then close immediately. ## Expected I xpected the GUI interface to load up for connection of my device ## Operating System and Version Window 10 pro 64-bi version 20H2 ## GUI Version v5.07 ## Running standalone app Stand alone app ## Type of OpenBCI Board Cyton ## Are you using a WiFi Shield? No ## Console Log Paste any relevant text from the console window here
priority
openbci gui won t start in windows problem the release from the of september closes immediatly openbci gui exe will open for half a second showing a blank window and then close immediately expected i xpected the gui interface to load up for connection of my device operating system and version window pro bi version gui version running standalone app stand alone app type of openbci board cyton are you using a wifi shield no console log paste any relevant text from the console window here
1
15,379
9,545,237,430
IssuesEvent
2019-05-01 16:27:14
envoyproxy/envoy
https://api.github.com/repos/envoyproxy/envoy
closed
Clarify security release window timing
security
As discovered during the recent CVEs, we should formalize in https://github.com/envoyproxy/envoy/blob/master/SECURITY_RELEASE_PROCESS.md#membership-criteria the minimum and maximum time from candidate patch availability until public security release. For example, we might say that we normally aim for 2 weeks, but will make this 4 weeks if sufficient cause is provided by distributors or expedite if there is a likelihood of independent or public disclosure. Action item for CVE-2019-9900 Action item for CVE-2019-9901
True
Clarify security release window timing - As discovered during the recent CVEs, we should formalize in https://github.com/envoyproxy/envoy/blob/master/SECURITY_RELEASE_PROCESS.md#membership-criteria the minimum and maximum time from candidate patch availability until public security release. For example, we might say that we normally aim for 2 weeks, but will make this 4 weeks if sufficient cause is provided by distributors or expedite if there is a likelihood of independent or public disclosure. Action item for CVE-2019-9900 Action item for CVE-2019-9901
non_priority
clarify security release window timing as discovered during the recent cves we should formalize in the minimum and maximum time from candidate patch availability until public security release for example we might say that we normally aim for weeks but will make this weeks if sufficient cause is provided by distributors or expedite if there is a likelihood of independent or public disclosure action item for cve action item for cve
0
452,825
32,070,687,701
IssuesEvent
2023-09-25 07:48:38
RubenTheCoder/Shunji-Railways-GitHub
https://api.github.com/repos/RubenTheCoder/Shunji-Railways-GitHub
closed
[🪛 Update] Add links to wiki page
📖 Documentation 💡 New feature 🪛 Update 🐈‍⬛ GitHub
# Update request - Add links to wiki page ## Description Review the other GitHub pages to include links to the wiki ## Things to update - [ ] Review and add links to the wiki in the other files
1.0
[🪛 Update] Add links to wiki page - # Update request - Add links to wiki page ## Description Review the other GitHub pages to include links to the wiki ## Things to update - [ ] Review and add links to the wiki in the other files
non_priority
add links to wiki page update request add links to wiki page description review the other github pages to include links to the wiki things to update review and add links to the wiki in the other files
0
223,876
17,143,502,004
IssuesEvent
2021-07-13 12:19:44
htw-pv3/pvlib-python-pv3
https://api.github.com/repos/htw-pv3/pvlib-python-pv3
closed
Adding Documentation for pvlib Readme.md
documentation fun good first issue
- [x] Update Readme.md - [x] Setup Informations for pvlib/modelchain
1.0
Adding Documentation for pvlib Readme.md - - [x] Update Readme.md - [x] Setup Informations for pvlib/modelchain
non_priority
adding documentation for pvlib readme md update readme md setup informations for pvlib modelchain
0
305,279
9,367,426,304
IssuesEvent
2019-04-03 05:32:31
CS2103-AY1819S2-W17-4/main
https://api.github.com/repos/CS2103-AY1819S2-W17-4/main
opened
More details in report
priority.Medium status.Ongoing type.Enhancement
Currently, the report command only shows the charts. There is no description at all. Try to give more details on the report. For the report of the day: - [ ] Shows min, max and total spend on day report. For the report of the month: - [ ] Shows min, max and the total amount of spending on month report. - [ ] Shows the day of spending min, max amount. - [ ] Show total allowance of the month. For the report of the year: - [ ] Shows the month of expense with min, max amount. - [ ] Shows the total amount of expense. - [ ] Shows the total amount of budget. - [ ] Show the total amount of allowance. For the completed report: - [ ] Shows max expense year. - [ ] Shows the total amount of expenses - [ ] Shows the total amount of budget. - [ ] Shows the total amount of allowance. - [ ] Shows the total amount of saving.
1.0
More details in report - Currently, the report command only shows the charts. There is no description at all. Try to give more details on the report. For the report of the day: - [ ] Shows min, max and total spend on day report. For the report of the month: - [ ] Shows min, max and the total amount of spending on month report. - [ ] Shows the day of spending min, max amount. - [ ] Show total allowance of the month. For the report of the year: - [ ] Shows the month of expense with min, max amount. - [ ] Shows the total amount of expense. - [ ] Shows the total amount of budget. - [ ] Show the total amount of allowance. For the completed report: - [ ] Shows max expense year. - [ ] Shows the total amount of expenses - [ ] Shows the total amount of budget. - [ ] Shows the total amount of allowance. - [ ] Shows the total amount of saving.
priority
more details in report currently the report command only shows the charts there is no description at all try to give more details on the report for the report of the day shows min max and total spend on day report for the report of the month shows min max and the total amount of spending on month report shows the day of spending min max amount show total allowance of the month for the report of the year shows the month of expense with min max amount shows the total amount of expense shows the total amount of budget show the total amount of allowance for the completed report shows max expense year shows the total amount of expenses shows the total amount of budget shows the total amount of allowance shows the total amount of saving
1
755,461
26,429,806,030
IssuesEvent
2023-01-14 17:17:04
OffprintStudios/Sailfish
https://api.github.com/repos/OffprintStudios/Sailfish
closed
Setting cover art for work displays "Updating avatar" text
bug low priority
When setting the cover art for a work, the popup that appears says "updating avatar" rather than more appropriate text.
1.0
Setting cover art for work displays "Updating avatar" text - When setting the cover art for a work, the popup that appears says "updating avatar" rather than more appropriate text.
priority
setting cover art for work displays updating avatar text when setting the cover art for a work the popup that appears says updating avatar rather than more appropriate text
1
96,725
10,961,331,819
IssuesEvent
2019-11-27 15:12:36
sparkdesignsystem/spark-design-system
https://api.github.com/repos/sparkdesignsystem/spark-design-system
closed
[Write] Icon Docs for NDS
Component: Icons status: PO approved type: documentation
**User Story:** As a Spark we want to write Icon Docs in Sharepoint Word so that we can get reviews completed and then once reviews have been completed, we can create PRs for Gatsby and Storybook and users will see helpful documentation on the New Doc Site. **Notes:** See Sharepoint for Content Creation and Review **AC:** - Review Current Documentation - Write detailed Component Documentation in Sharepoint Word - Framework Specific - Prerequisite - Restrictions - Implementation - Links - Component Name - Component Description - What the Component is used for - Usage - What the Component is not used for - Guidelines (Info + Restrictions)
1.0
[Write] Icon Docs for NDS - **User Story:** As a Spark we want to write Icon Docs in Sharepoint Word so that we can get reviews completed and then once reviews have been completed, we can create PRs for Gatsby and Storybook and users will see helpful documentation on the New Doc Site. **Notes:** See Sharepoint for Content Creation and Review **AC:** - Review Current Documentation - Write detailed Component Documentation in Sharepoint Word - Framework Specific - Prerequisite - Restrictions - Implementation - Links - Component Name - Component Description - What the Component is used for - Usage - What the Component is not used for - Guidelines (Info + Restrictions)
non_priority
icon docs for nds user story as a spark we want to write icon docs in sharepoint word so that we can get reviews completed and then once reviews have been completed we can create prs for gatsby and storybook and users will see helpful documentation on the new doc site notes see sharepoint for content creation and review ac review current documentation write detailed component documentation in sharepoint word framework specific prerequisite restrictions implementation links component name component description what the component is used for usage what the component is not used for guidelines info restrictions
0
39,153
5,220,182,190
IssuesEvent
2017-01-26 21:09:09
ualbertalib/HydraNorth
https://api.github.com/repos/ualbertalib/HydraNorth
closed
Single author displayed in author / creator field
hydranorth2 priority:low size:small user testing
As a user, I want to see all authors / creators for a work displayed in the search results page so that I can easily find articles that have been co-authored when I conduct an author search. When they conduct a search using an author's name as keyword, users have to click into the detailed view to see if an article has been co-authored. Suggest displaying all authors in results.
1.0
Single author displayed in author / creator field - As a user, I want to see all authors / creators for a work displayed in the search results page so that I can easily find articles that have been co-authored when I conduct an author search. When they conduct a search using an author's name as keyword, users have to click into the detailed view to see if an article has been co-authored. Suggest displaying all authors in results.
non_priority
single author displayed in author creator field as a user i want to see all authors creators for a work displayed in the search results page so that i can easily find articles that have been co authored when i conduct an author search when they conduct a search using an author s name as keyword users have to click into the detailed view to see if an article has been co authored suggest displaying all authors in results
0
19,665
26,026,810,528
IssuesEvent
2022-12-21 17:02:43
MicrosoftDocs/azure-devops-docs
https://api.github.com/repos/MicrosoftDocs/azure-devops-docs
closed
Guidance for setting variables in pipelines omits useful detail
devops/prod doc-bug Pri1 devops-cicd-process/tech
The linked page could be improved by mentioning that variables are not immediately available within their current step - they can only be accessed in the following step. I still haven't got this working based on the documentation so it's obviously worth checking I've understood this correctly before making any changes! Thanks. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 92ad0d9b-2e51-de2e-a529-6cbe55692023 * Version Independent ID: 609b6196-cc6b-677a-c76f-f82bb7cce10a * Content: [Set variables in scripts - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/set-variables-scripts?view=azure-devops&tabs=bash) * Content Source: [docs/pipelines/process/set-variables-scripts.md](https://github.com/MicrosoftDocs/azure-devops-docs/blob/main/docs/pipelines/process/set-variables-scripts.md) * Product: **devops** * Technology: **devops-cicd-process** * GitHub Login: @juliakm * Microsoft Alias: **jukullam**
1.0
Guidance for setting variables in pipelines omits useful detail - The linked page could be improved by mentioning that variables are not immediately available within their current step - they can only be accessed in the following step. I still haven't got this working based on the documentation so it's obviously worth checking I've understood this correctly before making any changes! Thanks. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 92ad0d9b-2e51-de2e-a529-6cbe55692023 * Version Independent ID: 609b6196-cc6b-677a-c76f-f82bb7cce10a * Content: [Set variables in scripts - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/set-variables-scripts?view=azure-devops&tabs=bash) * Content Source: [docs/pipelines/process/set-variables-scripts.md](https://github.com/MicrosoftDocs/azure-devops-docs/blob/main/docs/pipelines/process/set-variables-scripts.md) * Product: **devops** * Technology: **devops-cicd-process** * GitHub Login: @juliakm * Microsoft Alias: **jukullam**
non_priority
guidance for setting variables in pipelines omits useful detail the linked page could be improved by mentioning that variables are not immediately available within their current step they can only be accessed in the following step i still haven t got this working based on the documentation so it s obviously worth checking i ve understood this correctly before making any changes thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product devops technology devops cicd process github login juliakm microsoft alias jukullam
0
138,943
11,222,592,992
IssuesEvent
2020-01-07 20:33:16
Sp2000/colplus-repo
https://api.github.com/repos/Sp2000/colplus-repo
closed
Conversion report 2019-12-10
report testing
Test of 3 datasets (ICTV, Brachiopoda Database and FishBase-Elasmobranchii) at http://dev3.species.id:9191/col_plus/browse/tree?de7e51d53e54690914e3b49a4f1755dd
1.0
Conversion report 2019-12-10 - Test of 3 datasets (ICTV, Brachiopoda Database and FishBase-Elasmobranchii) at http://dev3.species.id:9191/col_plus/browse/tree?de7e51d53e54690914e3b49a4f1755dd
non_priority
conversion report test of datasets ictv brachiopoda database and fishbase elasmobranchii at
0
63,383
17,617,745,442
IssuesEvent
2021-08-18 11:56:51
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Wrong (+) to LEFT JOIN transformation when there are two tables with the same alias
T: Defect C: DB: Oracle P: High E: Professional Edition E: Enterprise Edition C: Translator
This is possible in Oracle: ```sql with t (a) as (select 1 from dual) select t.a, t.b from t, (select 1 as b from dual) t; ``` It isn't in other RDBMS: > SQL Error [42712]: ERROR: table name "t" specified more than once But in Oracle, it seems that if there is no conflict between column names, the two tables become one. It seems this gets in the way of some `(+)` to `LEFT JOIN` transformations. I can't find a minimal reproducer yet from a customer's large query, but will document it here, once I can find it.
1.0
Wrong (+) to LEFT JOIN transformation when there are two tables with the same alias - This is possible in Oracle: ```sql with t (a) as (select 1 from dual) select t.a, t.b from t, (select 1 as b from dual) t; ``` It isn't in other RDBMS: > SQL Error [42712]: ERROR: table name "t" specified more than once But in Oracle, it seems that if there is no conflict between column names, the two tables become one. It seems this gets in the way of some `(+)` to `LEFT JOIN` transformations. I can't find a minimal reproducer yet from a customer's large query, but will document it here, once I can find it.
non_priority
wrong to left join transformation when there are two tables with the same alias this is possible in oracle sql with t a as select from dual select t a t b from t select as b from dual t it isn t in other rdbms sql error error table name t specified more than once but in oracle it seems that if there is no conflict between column names the two tables become one it seems this gets in the way of some to left join transformations i can t find a minimal reproducer yet from a customer s large query but will document it here once i can find it
0
44,362
13,055,266,732
IssuesEvent
2020-07-30 01:08:47
LevyForchh/t-vault
https://api.github.com/repos/LevyForchh/t-vault
opened
CVE-2018-20676 (Medium) detected in multiple libraries
security vulnerability
## CVE-2018-20676 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>bootstrap-affix-2.3.1.js</b>, <b>bootstrap-collapse-2.3.1.js</b>, <b>bootstrap-alert-2.3.1.js</b>, <b>bootstrap-scrollspy-2.3.1.js</b>, <b>bootstrap-popover-2.3.1.js</b>, <b>bootstrap-transition-2.3.1.js</b>, <b>bootstrap-modal-2.3.1.js</b>, <b>bootstrap-tab-2.3.1.js</b>, <b>bootstrap-carousel-2.3.1.js</b>, <b>bootstrap-button-2.3.1.js</b>, <b>bootstrap-tooltip-2.3.1.js</b>, <b>bootstrap-3.3.4.min.js</b></p></summary> <p> <details><summary><b>bootstrap-affix-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-affix.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-affix.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-affix.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-affix-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-collapse-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-collapse.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-collapse.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-collapse.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-collapse.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-collapse-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-alert-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-alert.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-alert.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/examples/carousel.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-alert.js,/t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-alert.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-alert-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-scrollspy-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-scrollspy.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-scrollspy.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-scrollspy.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-scrollspy.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-scrollspy-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-popover-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-popover.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-popover.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-popover.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-popover.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-popover-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-transition-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-transition.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-transition.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-transition.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-transition.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-transition-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-modal-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-modal.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-modal.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/examples/carousel.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-modal.js,/t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-modal.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-modal-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-tab-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-tab.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-tab.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-tab.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-tab.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-tab-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-carousel-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-carousel.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-carousel.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/examples/carousel.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-carousel.js,/t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-carousel.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-carousel-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-button-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-button.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-button.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-button.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-button.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-button-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-tooltip-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-tooltip.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-tooltip.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/examples/carousel.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-tooltip.js,/t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-tooltip.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-tooltip-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-3.3.4.min.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/ng-table/docs/template/index.template.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/ng-table/docs/template/index.template.html</p> <p> Dependency Hierarchy: - :x: **bootstrap-3.3.4.min.js** (Vulnerable Library) </details> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute. <p>Publish Date: 2019-01-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20676>CVE-2018-20676</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20676">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20676</a></p> <p>Release Date: 2019-01-09</p> <p>Fix Resolution: bootstrap - 3.4.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"3.3.4","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:3.3.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"}],"vulnerabilityIdentifier":"CVE-2018-20676","vulnerabilityDetails":"In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20676","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2018-20676 (Medium) detected in multiple libraries - ## CVE-2018-20676 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>bootstrap-affix-2.3.1.js</b>, <b>bootstrap-collapse-2.3.1.js</b>, <b>bootstrap-alert-2.3.1.js</b>, <b>bootstrap-scrollspy-2.3.1.js</b>, <b>bootstrap-popover-2.3.1.js</b>, <b>bootstrap-transition-2.3.1.js</b>, <b>bootstrap-modal-2.3.1.js</b>, <b>bootstrap-tab-2.3.1.js</b>, <b>bootstrap-carousel-2.3.1.js</b>, <b>bootstrap-button-2.3.1.js</b>, <b>bootstrap-tooltip-2.3.1.js</b>, <b>bootstrap-3.3.4.min.js</b></p></summary> <p> <details><summary><b>bootstrap-affix-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-affix.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-affix.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-affix.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-affix-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-collapse-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-collapse.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-collapse.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-collapse.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-collapse.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-collapse-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-alert-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-alert.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-alert.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/examples/carousel.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-alert.js,/t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-alert.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-alert-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-scrollspy-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-scrollspy.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-scrollspy.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-scrollspy.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-scrollspy.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-scrollspy-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-popover-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-popover.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-popover.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-popover.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-popover.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-popover-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-transition-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-transition.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-transition.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-transition.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-transition.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-transition-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-modal-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-modal.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-modal.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/examples/carousel.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-modal.js,/t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-modal.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-modal-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-tab-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-tab.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-tab.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-tab.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-tab.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-tab-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-carousel-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-carousel.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-carousel.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/examples/carousel.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-carousel.js,/t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-carousel.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-carousel-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-button-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-button.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-button.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/customize.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-button.js,/t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-button.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-button-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-tooltip-2.3.1.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-tooltip.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-tooltip.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/bootstrap/docs/examples/carousel.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/bootstrap/docs/examples/../assets/js/bootstrap-tooltip.js,/t-vault/tvaultui/bower_components/bootstrap/docs/assets/js/bootstrap-tooltip.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-tooltip-2.3.1.js** (Vulnerable Library) </details> <details><summary><b>bootstrap-3.3.4.min.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/t-vault/tvaultui/bower_components/ng-table/docs/template/index.template.html</p> <p>Path to vulnerable library: /t-vault/tvaultui/bower_components/ng-table/docs/template/index.template.html</p> <p> Dependency Hierarchy: - :x: **bootstrap-3.3.4.min.js** (Vulnerable Library) </details> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute. <p>Publish Date: 2019-01-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20676>CVE-2018-20676</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20676">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20676</a></p> <p>Release Date: 2019-01-09</p> <p>Fix Resolution: bootstrap - 3.4.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"2.3.1","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:2.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"},{"packageType":"JavaScript","packageName":"twitter-bootstrap","packageVersion":"3.3.4","isTransitiveDependency":false,"dependencyTree":"twitter-bootstrap:3.3.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"bootstrap - 3.4.0"}],"vulnerabilityIdentifier":"CVE-2018-20676","vulnerabilityDetails":"In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20676","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_priority
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries bootstrap affix js bootstrap collapse js bootstrap alert js bootstrap scrollspy js bootstrap popover js bootstrap transition js bootstrap modal js bootstrap tab js bootstrap carousel js bootstrap button js bootstrap tooltip js bootstrap min js bootstrap affix js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components bootstrap docs customize html path to vulnerable library t vault tvaultui bower components bootstrap docs assets js bootstrap affix js dependency hierarchy x bootstrap affix js vulnerable library bootstrap collapse js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components bootstrap docs customize html path to vulnerable library t vault tvaultui bower components bootstrap docs assets js bootstrap collapse js t vault tvaultui bower components bootstrap docs examples assets js bootstrap collapse js dependency hierarchy x bootstrap collapse js vulnerable library bootstrap alert js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components bootstrap docs examples carousel html path to vulnerable library t vault tvaultui bower components bootstrap docs examples assets js bootstrap alert js t vault tvaultui bower components bootstrap docs assets js bootstrap alert js dependency hierarchy x bootstrap alert js vulnerable library bootstrap scrollspy js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components bootstrap docs customize html path to vulnerable library t vault tvaultui bower components bootstrap docs assets js bootstrap scrollspy js t vault tvaultui bower components bootstrap docs examples assets js bootstrap scrollspy js dependency hierarchy x bootstrap scrollspy js vulnerable library bootstrap popover js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components bootstrap docs customize html path to vulnerable library t vault tvaultui bower components bootstrap docs assets js bootstrap popover js t vault tvaultui bower components bootstrap docs examples assets js bootstrap popover js dependency hierarchy x bootstrap popover js vulnerable library bootstrap transition js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components bootstrap docs customize html path to vulnerable library t vault tvaultui bower components bootstrap docs assets js bootstrap transition js t vault tvaultui bower components bootstrap docs examples assets js bootstrap transition js dependency hierarchy x bootstrap transition js vulnerable library bootstrap modal js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components bootstrap docs examples carousel html path to vulnerable library t vault tvaultui bower components bootstrap docs examples assets js bootstrap modal js t vault tvaultui bower components bootstrap docs assets js bootstrap modal js dependency hierarchy x bootstrap modal js vulnerable library bootstrap tab js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components bootstrap docs customize html path to vulnerable library t vault tvaultui bower components bootstrap docs assets js bootstrap tab js t vault tvaultui bower components bootstrap docs examples assets js bootstrap tab js dependency hierarchy x bootstrap tab js vulnerable library bootstrap carousel js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components bootstrap docs examples carousel html path to vulnerable library t vault tvaultui bower components bootstrap docs examples assets js bootstrap carousel js t vault tvaultui bower components bootstrap docs assets js bootstrap carousel js dependency hierarchy x bootstrap carousel js vulnerable library bootstrap button js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components bootstrap docs customize html path to vulnerable library t vault tvaultui bower components bootstrap docs assets js bootstrap button js t vault tvaultui bower components bootstrap docs examples assets js bootstrap button js dependency hierarchy x bootstrap button js vulnerable library bootstrap tooltip js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components bootstrap docs examples carousel html path to vulnerable library t vault tvaultui bower components bootstrap docs examples assets js bootstrap tooltip js t vault tvaultui bower components bootstrap docs assets js bootstrap tooltip js dependency hierarchy x bootstrap tooltip js vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm t vault tvaultui bower components ng table docs template index template html path to vulnerable library t vault tvaultui bower components ng table docs template index template html dependency hierarchy x bootstrap min js vulnerable library vulnerability details in bootstrap before xss is possible in the tooltip data viewport attribute publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution bootstrap isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails in bootstrap before xss is possible in the tooltip data viewport attribute vulnerabilityurl
0
462,123
13,241,190,751
IssuesEvent
2020-08-19 07:47:59
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
kunden.commerzbank.de - see bug description
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-important
<!-- @browser: Firefox 80.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:80.0) Gecko/20100101 Firefox/80.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/56846 --> **URL**: https://kunden.commerzbank.de/lp/approval/start?originalUrl=BmG1UgwitC0Bd48sjbnP0zqy3ZPIK2nR **Browser / Version**: Firefox 80.0 **Operating System**: Mac OS X 10.12 **Tested Another Browser**: No **Problem type**: Something else **Description**: site won't load. **Steps to Reproduce**: I logged into my account and the secure page wouldn't load. <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: 20200813191622</li><li>channel: aurora</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/8/8ba19823-24db-4a77-b489-5050b5c2bc30) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
kunden.commerzbank.de - see bug description - <!-- @browser: Firefox 80.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:80.0) Gecko/20100101 Firefox/80.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/56846 --> **URL**: https://kunden.commerzbank.de/lp/approval/start?originalUrl=BmG1UgwitC0Bd48sjbnP0zqy3ZPIK2nR **Browser / Version**: Firefox 80.0 **Operating System**: Mac OS X 10.12 **Tested Another Browser**: No **Problem type**: Something else **Description**: site won't load. **Steps to Reproduce**: I logged into my account and the secure page wouldn't load. <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: 20200813191622</li><li>channel: aurora</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/8/8ba19823-24db-4a77-b489-5050b5c2bc30) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
kunden commerzbank de see bug description url browser version firefox operating system mac os x tested another browser no problem type something else description site won t load steps to reproduce i logged into my account and the secure page wouldn t load browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel aurora hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
1
491,959
14,174,450,192
IssuesEvent
2020-11-12 19:55:28
sushiibot/sushii-2
https://api.github.com/repos/sushiibot/sushii-2
opened
Lookup command to show user info
Priority: P2 enhancement
Provide list of ids to check the following: * If is in guild, banned, muted, etc * If member is banned in other guilds
1.0
Lookup command to show user info - Provide list of ids to check the following: * If is in guild, banned, muted, etc * If member is banned in other guilds
priority
lookup command to show user info provide list of ids to check the following if is in guild banned muted etc if member is banned in other guilds
1
64,128
14,657,450,736
IssuesEvent
2020-12-28 15:37:31
fu1771695yongxie/yarn
https://api.github.com/repos/fu1771695yongxie/yarn
opened
CVE-2020-28168 (Medium) detected in axios-0.15.3.tgz
security vulnerability
## CVE-2020-28168 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>axios-0.15.3.tgz</b></p></summary> <p>Promise based HTTP client for the browser and node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/axios/-/axios-0.15.3.tgz">https://registry.npmjs.org/axios/-/axios-0.15.3.tgz</a></p> <p>Path to dependency file: yarn/__tests__/fixtures/install/install-update-auth-no-offline-integrity/offline-mirror/abab-2.0.0/package/package.json</p> <p>Path to vulnerable library: yarn/__tests__/fixtures/install/install-update-auth-no-offline-integrity/offline-mirror/abab-2.0.0/package/node_modules/axios/package.json</p> <p> Dependency Hierarchy: - karma-2.0.5.tgz (Root Library) - log4js-2.11.0.tgz - :x: **axios-0.15.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/yarn/commit/b0308a6bc0041ba9a7c0fefc30be7721760dfd37">b0308a6bc0041ba9a7c0fefc30be7721760dfd37</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Axios NPM package 0.21.0 contains a Server-Side Request Forgery (SSRF) vulnerability where an attacker is able to bypass a proxy by providing a URL that responds with a redirect to a restricted host or IP address. <p>Publish Date: 2020-11-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28168>CVE-2020-28168</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-28168 (Medium) detected in axios-0.15.3.tgz - ## CVE-2020-28168 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>axios-0.15.3.tgz</b></p></summary> <p>Promise based HTTP client for the browser and node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/axios/-/axios-0.15.3.tgz">https://registry.npmjs.org/axios/-/axios-0.15.3.tgz</a></p> <p>Path to dependency file: yarn/__tests__/fixtures/install/install-update-auth-no-offline-integrity/offline-mirror/abab-2.0.0/package/package.json</p> <p>Path to vulnerable library: yarn/__tests__/fixtures/install/install-update-auth-no-offline-integrity/offline-mirror/abab-2.0.0/package/node_modules/axios/package.json</p> <p> Dependency Hierarchy: - karma-2.0.5.tgz (Root Library) - log4js-2.11.0.tgz - :x: **axios-0.15.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/yarn/commit/b0308a6bc0041ba9a7c0fefc30be7721760dfd37">b0308a6bc0041ba9a7c0fefc30be7721760dfd37</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Axios NPM package 0.21.0 contains a Server-Side Request Forgery (SSRF) vulnerability where an attacker is able to bypass a proxy by providing a URL that responds with a redirect to a restricted host or IP address. <p>Publish Date: 2020-11-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28168>CVE-2020-28168</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in axios tgz cve medium severity vulnerability vulnerable library axios tgz promise based http client for the browser and node js library home page a href path to dependency file yarn tests fixtures install install update auth no offline integrity offline mirror abab package package json path to vulnerable library yarn tests fixtures install install update auth no offline integrity offline mirror abab package node modules axios package json dependency hierarchy karma tgz root library tgz x axios tgz vulnerable library found in head commit a href found in base branch master vulnerability details axios npm package contains a server side request forgery ssrf vulnerability where an attacker is able to bypass a proxy by providing a url that responds with a redirect to a restricted host or ip address publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href step up your open source security game with whitesource
0
45,111
13,104,146,675
IssuesEvent
2020-08-04 09:45:46
AOSC-Dev/aosc-os-abbs
https://api.github.com/repos/AOSC-Dev/aosc-os-abbs
opened
vlc: security update to 3.0.11
security to-stable upgrade
<!-- Please remove items do not apply. --> **CVE IDs:** CVE-2020-6071, CVE-2020-6072, CVE-2020-6073, CVE-2020-6077, CVE-2020-6078, CVE-2020-6079, CVE-2020-6080, CVE-2020-13428 **Other security advisory IDs:** DSA-4671-1, DSA-4704-1 **Description:** Multiple security issues were discovered in the microdns plugin of the VLC media player, which could result in denial of service or potentially the execution of arbitrary code via malicious mDNS packets. A vulnerability was discovered in the VLC media player, which could result in the execution of arbitrary code or denial of service if a malformed video file is opened. **Patches:** N/A **PoC(s):** <!-- Please list links to available PoCs (Proofs of Concept). --> **Architectural progress (Mainline):** <!-- Please remove any architecture to which the security vulnerabilities do not apply. --> - [ ] AMD64 `amd64` - [ ] 32-bit Optional Environment `optenv32` - [ ] AArch64 `arm64` **Architectural progress (Retro):** <!-- Please remove any architecture to which the security vulnerabilities do not apply. --> - [ ] ARMv5t+ `armel` - [ ] ARMv7 `armhf` - [ ] i486 `i486` <!-- If the specified package is `noarch`, please use the stub below. --> <!-- - [ ] Architecture-independent `noarch` -->
True
vlc: security update to 3.0.11 - <!-- Please remove items do not apply. --> **CVE IDs:** CVE-2020-6071, CVE-2020-6072, CVE-2020-6073, CVE-2020-6077, CVE-2020-6078, CVE-2020-6079, CVE-2020-6080, CVE-2020-13428 **Other security advisory IDs:** DSA-4671-1, DSA-4704-1 **Description:** Multiple security issues were discovered in the microdns plugin of the VLC media player, which could result in denial of service or potentially the execution of arbitrary code via malicious mDNS packets. A vulnerability was discovered in the VLC media player, which could result in the execution of arbitrary code or denial of service if a malformed video file is opened. **Patches:** N/A **PoC(s):** <!-- Please list links to available PoCs (Proofs of Concept). --> **Architectural progress (Mainline):** <!-- Please remove any architecture to which the security vulnerabilities do not apply. --> - [ ] AMD64 `amd64` - [ ] 32-bit Optional Environment `optenv32` - [ ] AArch64 `arm64` **Architectural progress (Retro):** <!-- Please remove any architecture to which the security vulnerabilities do not apply. --> - [ ] ARMv5t+ `armel` - [ ] ARMv7 `armhf` - [ ] i486 `i486` <!-- If the specified package is `noarch`, please use the stub below. --> <!-- - [ ] Architecture-independent `noarch` -->
non_priority
vlc security update to cve ids cve cve cve cve cve cve cve cve other security advisory ids dsa dsa description multiple security issues were discovered in the microdns plugin of the vlc media player which could result in denial of service or potentially the execution of arbitrary code via malicious mdns packets a vulnerability was discovered in the vlc media player which could result in the execution of arbitrary code or denial of service if a malformed video file is opened patches n a poc s architectural progress mainline bit optional environment architectural progress retro armel armhf
0
161,764
6,135,984,626
IssuesEvent
2017-06-26 08:06:11
muoncore/newton
https://api.github.com/repos/muoncore/newton
closed
Debugging using breakpoints causes any further event processing from happening
bug Priority
Muon Version: 0.0.5 Language: Java Services in Use: photon, newton As soon as a consumer of newton gets into a state which causes exception to be thrown while processing events coming from eventstore (such as event subscription), the eventstore gets into a state where any further submissions cannot be proccessed with the following type of exception: _ “Failed to persist domain event **Event(...):A timeout occurred, the remote service did not send a response”,_ To reproduce: - Run photon-sample app in debug mode. Place a breakpoint in say CreateTaskCommand.execute() l.41 - Run TaskSpecification - Upon hitting breakpoint give it about 10 seconds before resuming - Remove breakpoint - Re-run TaskSpecification
1.0
Debugging using breakpoints causes any further event processing from happening - Muon Version: 0.0.5 Language: Java Services in Use: photon, newton As soon as a consumer of newton gets into a state which causes exception to be thrown while processing events coming from eventstore (such as event subscription), the eventstore gets into a state where any further submissions cannot be proccessed with the following type of exception: _ “Failed to persist domain event **Event(...):A timeout occurred, the remote service did not send a response”,_ To reproduce: - Run photon-sample app in debug mode. Place a breakpoint in say CreateTaskCommand.execute() l.41 - Run TaskSpecification - Upon hitting breakpoint give it about 10 seconds before resuming - Remove breakpoint - Re-run TaskSpecification
priority
debugging using breakpoints causes any further event processing from happening muon version language java services in use photon newton as soon as a consumer of newton gets into a state which causes exception to be thrown while processing events coming from eventstore such as event subscription the eventstore gets into a state where any further submissions cannot be proccessed with the following type of exception “failed to persist domain event event a timeout occurred the remote service did not send a response” to reproduce run photon sample app in debug mode place a breakpoint in say createtaskcommand execute l run taskspecification upon hitting breakpoint give it about seconds before resuming remove breakpoint re run taskspecification
1
345,630
24,867,903,805
IssuesEvent
2022-10-27 13:19:37
VDVde/OJP
https://api.github.com/repos/VDVde/OJP
closed
Add refinement service to OJP from TRIAS
enhancement documentation
[Low priority](https://github.com/VDVde/TRIAS/tree/Version1.4) From Trias the TripRefineRequest should be copied. The other refinements I would skip for the time being. The goal of the refinement request could be: * more information about certain legs (e.g. real-time, fares, more details, situations). In a distributed environment a trip planner may calculate based on timetables and then use refinement to update the trips from different services. Some documentation could be copied from Trias for the doc.
1.0
Add refinement service to OJP from TRIAS - [Low priority](https://github.com/VDVde/TRIAS/tree/Version1.4) From Trias the TripRefineRequest should be copied. The other refinements I would skip for the time being. The goal of the refinement request could be: * more information about certain legs (e.g. real-time, fares, more details, situations). In a distributed environment a trip planner may calculate based on timetables and then use refinement to update the trips from different services. Some documentation could be copied from Trias for the doc.
non_priority
add refinement service to ojp from trias from trias the triprefinerequest should be copied the other refinements i would skip for the time being the goal of the refinement request could be more information about certain legs e g real time fares more details situations in a distributed environment a trip planner may calculate based on timetables and then use refinement to update the trips from different services some documentation could be copied from trias for the doc
0
214,032
7,262,746,067
IssuesEvent
2018-02-19 08:01:38
pmem/issues
https://api.github.com/repos/pmem/issues
closed
test: obj_tx_locks_abort/TEST0: SETUP (all/pmem/debug/memcheck)
Exposure: Low OS: Linux Priority: 4 low State: To be verified Type: Bug
Found on dd622819dd4ee97d3920f913c70be371b5ee215f ``` ==25613== Memcheck, a memory error detector ==25613== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==25613== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info ==25613== Command: ./obj_tx_locks_abort.static-nondebug /dev/shm/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_obj_tx_locks_abort0😘⠝⠧⠍⠇ɗPMDKӜ⥺🙋/testfile1 ==25613== Parent PID: 25591 ==25613== **25613** Snapshotting uninitialized data in range <0x6DC05D0,0x6DC0628> (<offset:0x3c05d0,size:0x58>) **25613** Uninitialized data starts at: 0x6DC05D4 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404412: do_nested_tx (obj_tx_locks_abort.c:61) ==25613== by 0x404E38: main (obj_tx_locks_abort.c:158) ==25613== Address 0x6dc05d4 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404B4D: main (obj_tx_locks_abort.c:140) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC0650,0x6DC06A8> (<offset:0x3c0650,size:0x58>) **25613** Uninitialized data starts at: 0x6DC0654 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404499: do_nested_tx (obj_tx_locks_abort.c:68) ==25613== by 0x404E38: main (obj_tx_locks_abort.c:158) ==25613== Address 0x6dc0654 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404C38: main (obj_tx_locks_abort.c:146) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC06D0,0x6DC0728> (<offset:0x3c06d0,size:0x58>) **25613** Uninitialized data starts at: 0x6DC06D4 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404499: do_nested_tx (obj_tx_locks_abort.c:68) ==25613== by 0x4044CF: do_nested_tx (obj_tx_locks_abort.c:69) ==25613== by 0x404E38: main (obj_tx_locks_abort.c:158) ==25613== Address 0x6dc06d4 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404C38: main (obj_tx_locks_abort.c:146) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC0750,0x6DC07A8> (<offset:0x3c0750,size:0x58>) **25613** Uninitialized data starts at: 0x6DC0754 **25613** Snapshotting uninitialized data in range <0x6DC05D0,0x6DC0628> (<offset:0x3c05d0,size:0x58>) **25613** Uninitialized data starts at: 0x6DC05D4 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404674: do_aborted_nested_tx (obj_tx_locks_abort.c:83) ==25613== by 0x404EC2: main (obj_tx_locks_abort.c:162) ==25613== Address 0x6dc05d4 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404B4D: main (obj_tx_locks_abort.c:140) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC0650,0x6DC06A8> (<offset:0x3c0650,size:0x58>) **25613** Uninitialized data starts at: 0x6DC0654 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x4046FB: do_aborted_nested_tx (obj_tx_locks_abort.c:90) ==25613== by 0x404EC2: main (obj_tx_locks_abort.c:162) ==25613== Address 0x6dc0654 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404C38: main (obj_tx_locks_abort.c:146) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC06D0,0x6DC0728> (<offset:0x3c06d0,size:0x58>) **25613** Uninitialized data starts at: 0x6DC06D4 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404499: do_nested_tx (obj_tx_locks_abort.c:68) ==25613== by 0x404731: do_aborted_nested_tx (obj_tx_locks_abort.c:91) ==25613== by 0x404EC2: main (obj_tx_locks_abort.c:162) ==25613== Address 0x6dc06d4 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404C38: main (obj_tx_locks_abort.c:146) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC0750,0x6DC07A8> (<offset:0x3c0750,size:0x58>) **25613** Uninitialized data starts at: 0x6DC0754 ==25613== ==25613== HEAP SUMMARY: ==25613== in use at exit: 3,372 bytes in 42 blocks ==25613== total heap usage: 12,305 allocs, 12,257 frees, 8,161,681 bytes allocated ==25613== ==25613== LEAK SUMMARY: ==25613== definitely lost: 0 bytes in 0 blocks ==25613== indirectly lost: 0 bytes in 0 blocks ==25613== possibly lost: 0 bytes in 0 blocks ==25613== still reachable: 0 bytes in 0 blocks ==25613== suppressed: 3,372 bytes in 42 blocks ==25613== ==25613== For counts of detected and suppressed errors, rerun with: -v ==25613== Use --track-origins=yes to see where uninitialised values come from ==25613== ERROR SUMMARY: 8 errors from 6 contexts (suppressed: 3 from 3) ```
1.0
test: obj_tx_locks_abort/TEST0: SETUP (all/pmem/debug/memcheck) - Found on dd622819dd4ee97d3920f913c70be371b5ee215f ``` ==25613== Memcheck, a memory error detector ==25613== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==25613== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info ==25613== Command: ./obj_tx_locks_abort.static-nondebug /dev/shm/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_obj_tx_locks_abort0😘⠝⠧⠍⠇ɗPMDKӜ⥺🙋/testfile1 ==25613== Parent PID: 25591 ==25613== **25613** Snapshotting uninitialized data in range <0x6DC05D0,0x6DC0628> (<offset:0x3c05d0,size:0x58>) **25613** Uninitialized data starts at: 0x6DC05D4 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404412: do_nested_tx (obj_tx_locks_abort.c:61) ==25613== by 0x404E38: main (obj_tx_locks_abort.c:158) ==25613== Address 0x6dc05d4 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404B4D: main (obj_tx_locks_abort.c:140) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC0650,0x6DC06A8> (<offset:0x3c0650,size:0x58>) **25613** Uninitialized data starts at: 0x6DC0654 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404499: do_nested_tx (obj_tx_locks_abort.c:68) ==25613== by 0x404E38: main (obj_tx_locks_abort.c:158) ==25613== Address 0x6dc0654 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404C38: main (obj_tx_locks_abort.c:146) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC06D0,0x6DC0728> (<offset:0x3c06d0,size:0x58>) **25613** Uninitialized data starts at: 0x6DC06D4 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404499: do_nested_tx (obj_tx_locks_abort.c:68) ==25613== by 0x4044CF: do_nested_tx (obj_tx_locks_abort.c:69) ==25613== by 0x404E38: main (obj_tx_locks_abort.c:158) ==25613== Address 0x6dc06d4 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404C38: main (obj_tx_locks_abort.c:146) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC0750,0x6DC07A8> (<offset:0x3c0750,size:0x58>) **25613** Uninitialized data starts at: 0x6DC0754 **25613** Snapshotting uninitialized data in range <0x6DC05D0,0x6DC0628> (<offset:0x3c05d0,size:0x58>) **25613** Uninitialized data starts at: 0x6DC05D4 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404674: do_aborted_nested_tx (obj_tx_locks_abort.c:83) ==25613== by 0x404EC2: main (obj_tx_locks_abort.c:162) ==25613== Address 0x6dc05d4 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404B4D: main (obj_tx_locks_abort.c:140) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC0650,0x6DC06A8> (<offset:0x3c0650,size:0x58>) **25613** Uninitialized data starts at: 0x6DC0654 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x4046FB: do_aborted_nested_tx (obj_tx_locks_abort.c:90) ==25613== by 0x404EC2: main (obj_tx_locks_abort.c:162) ==25613== Address 0x6dc0654 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404C38: main (obj_tx_locks_abort.c:146) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC06D0,0x6DC0728> (<offset:0x3c06d0,size:0x58>) **25613** Uninitialized data starts at: 0x6DC06D4 ==25613== Uninitialised byte(s) found during client check request ==25613== at 0x425A98: pmemobj_tx_add_common.part.25.constprop.29 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426CCC: pmemobj_tx_add_range (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404499: do_nested_tx (obj_tx_locks_abort.c:68) ==25613== by 0x404731: do_aborted_nested_tx (obj_tx_locks_abort.c:91) ==25613== by 0x404EC2: main (obj_tx_locks_abort.c:162) ==25613== Address 0x6dc06d4 is 4 bytes inside a block of size 112 client-defined ==25613== at 0x41E55E: palloc_reservation_create (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x425DC7: tx_alloc_common.isra.26.constprop.33 (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x426E35: pmemobj_tx_alloc (in /home/jenkins/workspace/pmdk/src/test/obj_tx_locks_abort/obj_tx_locks_abort.static-nondebug) ==25613== by 0x404C38: main (obj_tx_locks_abort.c:146) ==25613== **25613** Snapshotting uninitialized data in range <0x6DC0750,0x6DC07A8> (<offset:0x3c0750,size:0x58>) **25613** Uninitialized data starts at: 0x6DC0754 ==25613== ==25613== HEAP SUMMARY: ==25613== in use at exit: 3,372 bytes in 42 blocks ==25613== total heap usage: 12,305 allocs, 12,257 frees, 8,161,681 bytes allocated ==25613== ==25613== LEAK SUMMARY: ==25613== definitely lost: 0 bytes in 0 blocks ==25613== indirectly lost: 0 bytes in 0 blocks ==25613== possibly lost: 0 bytes in 0 blocks ==25613== still reachable: 0 bytes in 0 blocks ==25613== suppressed: 3,372 bytes in 42 blocks ==25613== ==25613== For counts of detected and suppressed errors, rerun with: -v ==25613== Use --track-origins=yes to see where uninitialised values come from ==25613== ERROR SUMMARY: 8 errors from 6 contexts (suppressed: 3 from 3) ```
priority
test obj tx locks abort setup all pmem debug memcheck found on memcheck a memory error detector copyright c and gnu gpl d by julian seward et al using valgrind and libvex rerun with h for copyright info command obj tx locks abort static nondebug dev shm loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test obj tx locks 😘⠝⠧⠍⠇ɗpmdkӝ⥺🙋 parent pid snapshotting uninitialized data in range uninitialized data starts at uninitialised byte s found during client check request at pmemobj tx add common part constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx add range in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by do nested tx obj tx locks abort c by main obj tx locks abort c address is bytes inside a block of size client defined at palloc reservation create in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by tx alloc common isra constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx alloc in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by main obj tx locks abort c snapshotting uninitialized data in range uninitialized data starts at uninitialised byte s found during client check request at pmemobj tx add common part constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx add range in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by do nested tx obj tx locks abort c by main obj tx locks abort c address is bytes inside a block of size client defined at palloc reservation create in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by tx alloc common isra constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx alloc in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by main obj tx locks abort c snapshotting uninitialized data in range uninitialized data starts at uninitialised byte s found during client check request at pmemobj tx add common part constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx add range in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by do nested tx obj tx locks abort c by do nested tx obj tx locks abort c by main obj tx locks abort c address is bytes inside a block of size client defined at palloc reservation create in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by tx alloc common isra constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx alloc in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by main obj tx locks abort c snapshotting uninitialized data in range uninitialized data starts at snapshotting uninitialized data in range uninitialized data starts at uninitialised byte s found during client check request at pmemobj tx add common part constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx add range in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by do aborted nested tx obj tx locks abort c by main obj tx locks abort c address is bytes inside a block of size client defined at palloc reservation create in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by tx alloc common isra constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx alloc in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by main obj tx locks abort c snapshotting uninitialized data in range uninitialized data starts at uninitialised byte s found during client check request at pmemobj tx add common part constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx add range in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by do aborted nested tx obj tx locks abort c by main obj tx locks abort c address is bytes inside a block of size client defined at palloc reservation create in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by tx alloc common isra constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx alloc in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by main obj tx locks abort c snapshotting uninitialized data in range uninitialized data starts at uninitialised byte s found during client check request at pmemobj tx add common part constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx add range in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by do nested tx obj tx locks abort c by do aborted nested tx obj tx locks abort c by main obj tx locks abort c address is bytes inside a block of size client defined at palloc reservation create in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by tx alloc common isra constprop in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by pmemobj tx alloc in home jenkins workspace pmdk src test obj tx locks abort obj tx locks abort static nondebug by main obj tx locks abort c snapshotting uninitialized data in range uninitialized data starts at heap summary in use at exit bytes in blocks total heap usage allocs frees bytes allocated leak summary definitely lost bytes in blocks indirectly lost bytes in blocks possibly lost bytes in blocks still reachable bytes in blocks suppressed bytes in blocks for counts of detected and suppressed errors rerun with v use track origins yes to see where uninitialised values come from error summary errors from contexts suppressed from
1
37,247
12,475,030,536
IssuesEvent
2020-05-29 10:45:50
hisptz/hris-web-apps
https://api.github.com/repos/hisptz/hris-web-apps
opened
WS-2020-0091 (High) detected in http-proxy-1.18.0.tgz
security vulnerability
## WS-2020-0091 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>http-proxy-1.18.0.tgz</b></p></summary> <p>HTTP proxying for the masses</p> <p>Library home page: <a href="https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz">https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/hris-web-apps/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/hris-web-apps/node_modules/http-proxy/package.json</p> <p> Dependency Hierarchy: - karma-5.0.0.tgz (Root Library) - :x: **http-proxy-1.18.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/hisptz/hris-web-apps/commit/900cad35efac5434ce6ce4ddeca9e2cf56a9970d">900cad35efac5434ce6ce4ddeca9e2cf56a9970d</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> Versions of http-proxy prior to 1.18.1 are vulnerable to Denial of Service. An HTTP request with a long body triggers an ERR_HTTP_HEADERS_SENT unhandled exception that crashes the proxy server. This is only possible when the proxy server sets headers in the proxy request using the proxyReq.setHeader function. <p>Publish Date: 2020-05-14 <p>URL: <a href=https://github.com/http-party/node-http-proxy/pull/1447>WS-2020-0091</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://www.npmjs.com/advisories/1486">https://www.npmjs.com/advisories/1486</a></p> <p>Release Date: 2020-05-26</p> <p>Fix Resolution: http-proxy - 1.18.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
WS-2020-0091 (High) detected in http-proxy-1.18.0.tgz - ## WS-2020-0091 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>http-proxy-1.18.0.tgz</b></p></summary> <p>HTTP proxying for the masses</p> <p>Library home page: <a href="https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz">https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/hris-web-apps/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/hris-web-apps/node_modules/http-proxy/package.json</p> <p> Dependency Hierarchy: - karma-5.0.0.tgz (Root Library) - :x: **http-proxy-1.18.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/hisptz/hris-web-apps/commit/900cad35efac5434ce6ce4ddeca9e2cf56a9970d">900cad35efac5434ce6ce4ddeca9e2cf56a9970d</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> Versions of http-proxy prior to 1.18.1 are vulnerable to Denial of Service. An HTTP request with a long body triggers an ERR_HTTP_HEADERS_SENT unhandled exception that crashes the proxy server. This is only possible when the proxy server sets headers in the proxy request using the proxyReq.setHeader function. <p>Publish Date: 2020-05-14 <p>URL: <a href=https://github.com/http-party/node-http-proxy/pull/1447>WS-2020-0091</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://www.npmjs.com/advisories/1486">https://www.npmjs.com/advisories/1486</a></p> <p>Release Date: 2020-05-26</p> <p>Fix Resolution: http-proxy - 1.18.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
ws high detected in http proxy tgz ws high severity vulnerability vulnerable library http proxy tgz http proxying for the masses library home page a href path to dependency file tmp ws scm hris web apps package json path to vulnerable library tmp ws scm hris web apps node modules http proxy package json dependency hierarchy karma tgz root library x http proxy tgz vulnerable library found in head commit a href vulnerability details versions of http proxy prior to are vulnerable to denial of service an http request with a long body triggers an err http headers sent unhandled exception that crashes the proxy server this is only possible when the proxy server sets headers in the proxy request using the proxyreq setheader function 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 http proxy step up your open source security game with whitesource
0
292,717
25,232,136,176
IssuesEvent
2022-11-14 20:47:56
void-linux/void-packages
https://api.github.com/repos/void-linux/void-packages
opened
cups-filters, libzbar fail to build
bug needs-testing
### Is this a new report? Yes ### System Info Void 6.0.7_1 x86_64-musl GenuineIntel notuptodate FFFF ### Package(s) Affected cups-filters-1.28.15_2, libzbar-0.23.1_6 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? None. ### Expected behaviour ./xbps-src pkg should build packages ### Actual behaviour # cups-filters ```shell $ ./xbps-src -NE -j1 pkg hplip ... CCLD libcupsfilters.la /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps.o): warning: relocation against `stderr' in read-only section `.text' /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps-unix.o): relocation R_X86_64_PC32 against symbol `stdout' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[2]: *** [Makefile:2535: libcupsfilters.la] Error 1 make[2]: Leaving directory '/builddir/cups-filters-1.28.15' make[1]: *** [Makefile:4853: all-recursive] Error 1 make[1]: Leaving directory '/builddir/cups-filters-1.28.15' make: *** [Makefile:2086: all] Error 2 ``` # libzbar ``` CCLD libzbar.la /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps.o): warning: relocation against `stderr' in read-only section `.text' /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps-unix.o): relocation R_X86_64_PC32 against symbol `stdout' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[2]: *** [Makefile:818: libzbar.la] Error 1 make[2]: Leaving directory '/builddir/zbar-0.23.1/zbar' make[1]: *** [Makefile:1905: all-recursive] Error 1 make[1]: Leaving directory '/builddir/zbar-0.23.1' make: *** [Makefile:985: all] Error 2 ``` ### Steps to reproduce 1. `./xbps-src -NE pkg cups-filters` 2. `./xbps-src -NE pkg libzbar`
1.0
cups-filters, libzbar fail to build - ### Is this a new report? Yes ### System Info Void 6.0.7_1 x86_64-musl GenuineIntel notuptodate FFFF ### Package(s) Affected cups-filters-1.28.15_2, libzbar-0.23.1_6 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? None. ### Expected behaviour ./xbps-src pkg should build packages ### Actual behaviour # cups-filters ```shell $ ./xbps-src -NE -j1 pkg hplip ... CCLD libcupsfilters.la /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps.o): warning: relocation against `stderr' in read-only section `.text' /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps-unix.o): relocation R_X86_64_PC32 against symbol `stdout' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[2]: *** [Makefile:2535: libcupsfilters.la] Error 1 make[2]: Leaving directory '/builddir/cups-filters-1.28.15' make[1]: *** [Makefile:4853: all-recursive] Error 1 make[1]: Leaving directory '/builddir/cups-filters-1.28.15' make: *** [Makefile:2086: all] Error 2 ``` # libzbar ``` CCLD libzbar.la /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps.o): warning: relocation against `stderr' in read-only section `.text' /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps-unix.o): relocation R_X86_64_PC32 against symbol `stdout' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[2]: *** [Makefile:818: libzbar.la] Error 1 make[2]: Leaving directory '/builddir/zbar-0.23.1/zbar' make[1]: *** [Makefile:1905: all-recursive] Error 1 make[1]: Leaving directory '/builddir/zbar-0.23.1' make: *** [Makefile:985: all] Error 2 ``` ### Steps to reproduce 1. `./xbps-src -NE pkg cups-filters` 2. `./xbps-src -NE pkg libzbar`
non_priority
cups filters libzbar fail to build is this a new report yes system info void musl genuineintel notuptodate ffff package s affected cups filters libzbar does a report exist for this bug with the project s home upstream and or another distro none expected behaviour xbps src pkg should build packages actual behaviour cups filters shell xbps src ne pkg hplip ccld libcupsfilters la usr bin ld usr gcc linux musl libdbus a libdbus la dbus sysdeps o warning relocation against stderr in read only section text usr bin ld usr gcc linux musl libdbus a libdbus la dbus sysdeps unix o relocation r against symbol stdout can not be used when making a shared object recompile with fpic usr bin ld final link failed bad value error ld returned exit status make error make leaving directory builddir cups filters make error make leaving directory builddir cups filters make error libzbar ccld libzbar la usr bin ld usr gcc linux musl libdbus a libdbus la dbus sysdeps o warning relocation against stderr in read only section text usr bin ld usr gcc linux musl libdbus a libdbus la dbus sysdeps unix o relocation r against symbol stdout can not be used when making a shared object recompile with fpic usr bin ld final link failed bad value error ld returned exit status make error make leaving directory builddir zbar zbar make error make leaving directory builddir zbar make error steps to reproduce xbps src ne pkg cups filters xbps src ne pkg libzbar
0
33
2,494,928,134
IssuesEvent
2015-01-06 03:40:42
numenta/nupic.core
https://api.github.com/repos/numenta/nupic.core
closed
Deployment condition is invalid bash condition
bug build P3
Specifically, [this change](https://github.com/numenta/nupic.core/pull/298/files#diff-354f30a63fb0907d4ad57269548329e3R45) seems to have broken builds. CC @breznak
1.0
Deployment condition is invalid bash condition - Specifically, [this change](https://github.com/numenta/nupic.core/pull/298/files#diff-354f30a63fb0907d4ad57269548329e3R45) seems to have broken builds. CC @breznak
non_priority
deployment condition is invalid bash condition specifically seems to have broken builds cc breznak
0
625,038
19,716,815,131
IssuesEvent
2022-01-13 11:50:07
amosproj/amos2021ws05-fin-prod-port-quick-check
https://api.github.com/repos/amosproj/amos2021ws05-fin-prod-port-quick-check
closed
Setup Basic Charts/Diagrams
est. size: 3 type: feature real size: 5 priority: medium frontend
## User story 1. As a project owner 2. I want to see diagrams 3. So that I can derive recommendation for action out of it ## Acceptance criteria * piecharts are visible on result page ## Definition of done * Approved by product owner * Tests have been written (e.g. Unit test, integration test etc..) * Code has been peer reviewed and approved * No syntax or runtime errors emerged * Code has to be included in the release candidate
1.0
Setup Basic Charts/Diagrams - ## User story 1. As a project owner 2. I want to see diagrams 3. So that I can derive recommendation for action out of it ## Acceptance criteria * piecharts are visible on result page ## Definition of done * Approved by product owner * Tests have been written (e.g. Unit test, integration test etc..) * Code has been peer reviewed and approved * No syntax or runtime errors emerged * Code has to be included in the release candidate
priority
setup basic charts diagrams user story as a project owner i want to see diagrams so that i can derive recommendation for action out of it acceptance criteria piecharts are visible on result page definition of done approved by product owner tests have been written e g unit test integration test etc code has been peer reviewed and approved no syntax or runtime errors emerged code has to be included in the release candidate
1
143,491
11,567,104,472
IssuesEvent
2020-02-20 13:45:29
GetTerminus/terminus-ui
https://api.github.com/repos/GetTerminus/terminus-ui
closed
Paginator: Refine text is too far below paginator buttons
Focus: component Target: latest Type: bug
There is currently too much whitespace between the paginator buttons and the `recordCountTooHighMessage` caused by the select: ![Screen Shot 2019-06-11 at 7.07.16 AM.png](https://images.zenhubusercontent.com/59fa074d8a75884b9085aa07/d6c5d05a-8421-4d15-8f55-84f2ff99f8e2) - [ ] Set negative `top` position to `spacing(large)`
1.0
Paginator: Refine text is too far below paginator buttons - There is currently too much whitespace between the paginator buttons and the `recordCountTooHighMessage` caused by the select: ![Screen Shot 2019-06-11 at 7.07.16 AM.png](https://images.zenhubusercontent.com/59fa074d8a75884b9085aa07/d6c5d05a-8421-4d15-8f55-84f2ff99f8e2) - [ ] Set negative `top` position to `spacing(large)`
non_priority
paginator refine text is too far below paginator buttons there is currently too much whitespace between the paginator buttons and the recordcounttoohighmessage caused by the select set negative top position to spacing large
0
49,838
6,265,542,242
IssuesEvent
2017-07-16 18:21:00
mozilla/OpenDesign
https://api.github.com/repos/mozilla/OpenDesign
closed
Firefox Security (FoxSec) logo
Graphic Design needed
## Goal: I'd like a logo for the Firefox Security teams (nicknamed FoxSec) that includes the Security Engineering (crypto, privacy, ...) and Cloud Security (Fxa, Sync, AMO, ...) teams. ## Info: The logo will be used on the web (wiki, etc...), stickers, and maybe tshirts. ## Style Information: I really like the [Firefox Robin Hood](https://ulfr.io/f/IMG_20160925_155054.jpg) logo. Something along these lines that carries the idea of security, privacy, cryptography and overall safety would be very nice. Maybe a Fox Gatekeeper, master of the keys, etc... Matrix-like colors (green front with black background) are often associated with hacking and security. That might be an idea, but I'm not 100% sold on it (it's very cliche). I think keeping the usual Firefox orange and blue colors may be nicer. ## Deadline: End of october, to print stickers for Hawaii. ## Tag: Design Needed
1.0
Firefox Security (FoxSec) logo - ## Goal: I'd like a logo for the Firefox Security teams (nicknamed FoxSec) that includes the Security Engineering (crypto, privacy, ...) and Cloud Security (Fxa, Sync, AMO, ...) teams. ## Info: The logo will be used on the web (wiki, etc...), stickers, and maybe tshirts. ## Style Information: I really like the [Firefox Robin Hood](https://ulfr.io/f/IMG_20160925_155054.jpg) logo. Something along these lines that carries the idea of security, privacy, cryptography and overall safety would be very nice. Maybe a Fox Gatekeeper, master of the keys, etc... Matrix-like colors (green front with black background) are often associated with hacking and security. That might be an idea, but I'm not 100% sold on it (it's very cliche). I think keeping the usual Firefox orange and blue colors may be nicer. ## Deadline: End of october, to print stickers for Hawaii. ## Tag: Design Needed
non_priority
firefox security foxsec logo goal i d like a logo for the firefox security teams nicknamed foxsec that includes the security engineering crypto privacy and cloud security fxa sync amo teams info the logo will be used on the web wiki etc stickers and maybe tshirts style information i really like the logo something along these lines that carries the idea of security privacy cryptography and overall safety would be very nice maybe a fox gatekeeper master of the keys etc matrix like colors green front with black background are often associated with hacking and security that might be an idea but i m not sold on it it s very cliche i think keeping the usual firefox orange and blue colors may be nicer deadline end of october to print stickers for hawaii tag design needed
0
59,825
3,117,566,234
IssuesEvent
2015-09-04 02:41:40
framingeinstein/issues-test
https://api.github.com/repos/framingeinstein/issues-test
opened
SPK-18: ERP: CSV with sample data
priority:critical resolution:fixed resolution:fixed
Create a CSV export of data from Magento with sample order data and upload it to the test AS400 folder. from: https://www.evernote.com/l/ABA5pnmYE1dHyYfaaFdMcnCuTw0GM9FW5yw It should include: Header Data * Date * PO / Order # * Consumer Name * Consumer phone * Consumer email * Consumer ID * Shipping Address * Billing Address * Order Fraud Rating Line items * Item # / Sku * Qty * Price * etc. (any other available magento line item data) Shipping, Tax, Totals * Shipment service level * Shipment fees * Sales tax * Promo code * Payment method * Etc (any other available magento data) * Gift message * Gift Wrapping
1.0
SPK-18: ERP: CSV with sample data - Create a CSV export of data from Magento with sample order data and upload it to the test AS400 folder. from: https://www.evernote.com/l/ABA5pnmYE1dHyYfaaFdMcnCuTw0GM9FW5yw It should include: Header Data * Date * PO / Order # * Consumer Name * Consumer phone * Consumer email * Consumer ID * Shipping Address * Billing Address * Order Fraud Rating Line items * Item # / Sku * Qty * Price * etc. (any other available magento line item data) Shipping, Tax, Totals * Shipment service level * Shipment fees * Sales tax * Promo code * Payment method * Etc (any other available magento data) * Gift message * Gift Wrapping
priority
spk erp csv with sample data create a csv export of data from magento with sample order data and upload it to the test folder from it should include header data date po order consumer name consumer phone consumer email consumer id shipping address billing address order fraud rating line items item sku qty price etc any other available magento line item data shipping tax totals shipment service level shipment fees sales tax promo code payment method etc any other available magento data gift message gift wrapping
1
22,059
3,771,189,529
IssuesEvent
2016-03-16 16:49:51
thinkshout/thinkshout
https://api.github.com/repos/thinkshout/thinkshout
closed
Global link styles
Design and Interactivity Global Elements must
It appears we are missing global link styles and they are targeted at _too_ specific sections. E..g, why would inline links on a blog be different than elsewhere? See issue on contact page: ![image](https://cloud.githubusercontent.com/assets/104897/13798355/d4d29064-ead2-11e5-93f4-71077dd9a356.png)
1.0
Global link styles - It appears we are missing global link styles and they are targeted at _too_ specific sections. E..g, why would inline links on a blog be different than elsewhere? See issue on contact page: ![image](https://cloud.githubusercontent.com/assets/104897/13798355/d4d29064-ead2-11e5-93f4-71077dd9a356.png)
non_priority
global link styles it appears we are missing global link styles and they are targeted at too specific sections e g why would inline links on a blog be different than elsewhere see issue on contact page
0
498,536
14,409,346,035
IssuesEvent
2020-12-04 02:01:23
Pocket-PC-Planet/PPCP-AppManager
https://api.github.com/repos/Pocket-PC-Planet/PPCP-AppManager
closed
mainform initialization loop error
Core High Priority bug
Gets stuck in the initialization loop and ends up creating a stack overflow error.... You'd never guess where I found the solution.... JK
1.0
mainform initialization loop error - Gets stuck in the initialization loop and ends up creating a stack overflow error.... You'd never guess where I found the solution.... JK
priority
mainform initialization loop error gets stuck in the initialization loop and ends up creating a stack overflow error you d never guess where i found the solution jk
1
455,211
13,113,354,844
IssuesEvent
2020-08-05 05:09:47
kubesphere/kubesphere
https://api.github.com/repos/kubesphere/kubesphere
opened
DevOps kubeconfig is not correct
area/devops area/iam kind/bug priority/high
**Describe the Bug** Using self provisioner to create a kubeconfig credential (the local cluster for the current user), but when run pipeline to deploy to the cluster, it failed. If I copy and paste admin kubeconfig, everything is OK. It seems the auto generated kubeconfig for the current user is not correct. ![Screen Shot 2020-08-05 at 1 05 45 PM](https://user-images.githubusercontent.com/28859385/89374017-c86f1280-d71c-11ea-9a99-92e4ff49390c.png) ![Screen Shot 2020-08-05 at 1 09 15 PM](https://user-images.githubusercontent.com/28859385/89374054-dd4ba600-d71c-11ea-8688-21ab9b5d2f1b.png) **Versions Used** KubeSphere: Kubernetes: (If KubeSphere installer used, you can skip this) **Environment** How many nodes and their hardware configuration: For example: CentOS 7.5 / 3 masters: 8cpu/8g; 3 nodes: 8cpu/16g (and other info are welcomed to help us debugging) **How To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen.
1.0
DevOps kubeconfig is not correct - **Describe the Bug** Using self provisioner to create a kubeconfig credential (the local cluster for the current user), but when run pipeline to deploy to the cluster, it failed. If I copy and paste admin kubeconfig, everything is OK. It seems the auto generated kubeconfig for the current user is not correct. ![Screen Shot 2020-08-05 at 1 05 45 PM](https://user-images.githubusercontent.com/28859385/89374017-c86f1280-d71c-11ea-9a99-92e4ff49390c.png) ![Screen Shot 2020-08-05 at 1 09 15 PM](https://user-images.githubusercontent.com/28859385/89374054-dd4ba600-d71c-11ea-8688-21ab9b5d2f1b.png) **Versions Used** KubeSphere: Kubernetes: (If KubeSphere installer used, you can skip this) **Environment** How many nodes and their hardware configuration: For example: CentOS 7.5 / 3 masters: 8cpu/8g; 3 nodes: 8cpu/16g (and other info are welcomed to help us debugging) **How To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen.
priority
devops kubeconfig is not correct describe the bug using self provisioner to create a kubeconfig credential the local cluster for the current user but when run pipeline to deploy to the cluster it failed if i copy and paste admin kubeconfig everything is ok it seems the auto generated kubeconfig for the current user is not correct versions used kubesphere kubernetes if kubesphere installer used you can skip this environment how many nodes and their hardware configuration for example centos masters nodes and other info are welcomed to help us debugging how to reproduce steps to reproduce the behavior go to click on scroll down to see error expected behavior a clear and concise description of what you expected to happen
1
144,286
19,286,130,876
IssuesEvent
2021-12-11 01:44:07
billmcchesney1/davinci
https://api.github.com/repos/billmcchesney1/davinci
closed
WS-2021-0154 (Medium) detected in glob-parent-5.1.0.tgz, glob-parent-3.1.0.tgz - autoclosed
security vulnerability
## WS-2021-0154 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-5.1.0.tgz</b>, <b>glob-parent-3.1.0.tgz</b></p></summary> <p> <details><summary><b>glob-parent-5.1.0.tgz</b></p></summary> <p>Extract the non-magic parent path from a glob string.</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz</a></p> <p>Path to dependency file: davinci/package.json</p> <p>Path to vulnerable library: davinci/node_modules/eslint/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - eslint-6.6.0.tgz (Root Library) - :x: **glob-parent-5.1.0.tgz** (Vulnerable Library) </details> <details><summary><b>glob-parent-3.1.0.tgz</b></p></summary> <p>Strips glob magic from a string to provide the parent directory path</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz</a></p> <p>Path to dependency file: davinci/package.json</p> <p>Path to vulnerable library: davinci/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - vuepress-1.2.0.tgz (Root Library) - core-1.3.0.tgz - chokidar-2.1.8.tgz - :x: **glob-parent-3.1.0.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Regular Expression Denial of Service (ReDoS) vulnerability was found in glob-parent before 5.1.2. <p>Publish Date: 2021-01-27 <p>URL: <a href=https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366>WS-2021-0154</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2">https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2</a></p> <p>Release Date: 2021-01-27</p> <p>Fix Resolution: glob-parent - 5.1.2</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"glob-parent","packageVersion":"5.1.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"eslint:6.6.0;glob-parent:5.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"glob-parent - 5.1.2"},{"packageType":"javascript/Node.js","packageName":"glob-parent","packageVersion":"3.1.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"vuepress:1.2.0;@vuepress/core:1.3.0;chokidar:2.1.8;glob-parent:3.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"glob-parent - 5.1.2"}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2021-0154","vulnerabilityDetails":"Regular Expression Denial of Service (ReDoS) vulnerability was found in glob-parent before 5.1.2.","vulnerabilityUrl":"https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
WS-2021-0154 (Medium) detected in glob-parent-5.1.0.tgz, glob-parent-3.1.0.tgz - autoclosed - ## WS-2021-0154 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-5.1.0.tgz</b>, <b>glob-parent-3.1.0.tgz</b></p></summary> <p> <details><summary><b>glob-parent-5.1.0.tgz</b></p></summary> <p>Extract the non-magic parent path from a glob string.</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz</a></p> <p>Path to dependency file: davinci/package.json</p> <p>Path to vulnerable library: davinci/node_modules/eslint/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - eslint-6.6.0.tgz (Root Library) - :x: **glob-parent-5.1.0.tgz** (Vulnerable Library) </details> <details><summary><b>glob-parent-3.1.0.tgz</b></p></summary> <p>Strips glob magic from a string to provide the parent directory path</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz</a></p> <p>Path to dependency file: davinci/package.json</p> <p>Path to vulnerable library: davinci/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - vuepress-1.2.0.tgz (Root Library) - core-1.3.0.tgz - chokidar-2.1.8.tgz - :x: **glob-parent-3.1.0.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Regular Expression Denial of Service (ReDoS) vulnerability was found in glob-parent before 5.1.2. <p>Publish Date: 2021-01-27 <p>URL: <a href=https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366>WS-2021-0154</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2">https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2</a></p> <p>Release Date: 2021-01-27</p> <p>Fix Resolution: glob-parent - 5.1.2</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"glob-parent","packageVersion":"5.1.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"eslint:6.6.0;glob-parent:5.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"glob-parent - 5.1.2"},{"packageType":"javascript/Node.js","packageName":"glob-parent","packageVersion":"3.1.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"vuepress:1.2.0;@vuepress/core:1.3.0;chokidar:2.1.8;glob-parent:3.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"glob-parent - 5.1.2"}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2021-0154","vulnerabilityDetails":"Regular Expression Denial of Service (ReDoS) vulnerability was found in glob-parent before 5.1.2.","vulnerabilityUrl":"https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_priority
ws medium detected in glob parent tgz glob parent tgz autoclosed ws medium severity vulnerability vulnerable libraries glob parent tgz glob parent tgz glob parent tgz extract the non magic parent path from a glob string library home page a href path to dependency file davinci package json path to vulnerable library davinci node modules eslint node modules glob parent package json dependency hierarchy eslint tgz root library x glob parent tgz vulnerable library glob parent tgz strips glob magic from a string to provide the parent directory path library home page a href path to dependency file davinci package json path to vulnerable library davinci node modules glob parent package json dependency hierarchy vuepress tgz root library core tgz chokidar tgz x glob parent tgz vulnerable library found in base branch master vulnerability details regular expression denial of service redos vulnerability was found in glob parent before publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution glob parent isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree eslint glob parent isminimumfixversionavailable true minimumfixversion glob parent packagetype javascript node js packagename glob parent packageversion packagefilepaths istransitivedependency true dependencytree vuepress vuepress core chokidar glob parent isminimumfixversionavailable true minimumfixversion glob parent basebranches vulnerabilityidentifier ws vulnerabilitydetails regular expression denial of service redos vulnerability was found in glob parent before vulnerabilityurl
0
469,258
13,504,368,040
IssuesEvent
2020-09-13 17:42:02
shahednasser/sbuttons
https://api.github.com/repos/shahednasser/sbuttons
closed
Disable selection of logo text
Priority: Low first-timers-only good first issue help wanted up-for-grabs
Add a rule to `.logo h1` to disable user selection. Make sure to add the changes to `assets/css/index.css`. Check out the screenshot for an example ![sButtons-Simple-and-Creative-Buttons](https://user-images.githubusercontent.com/27354907/92785571-3360d880-f3b0-11ea-8710-2162675fa06d.png)
1.0
Disable selection of logo text - Add a rule to `.logo h1` to disable user selection. Make sure to add the changes to `assets/css/index.css`. Check out the screenshot for an example ![sButtons-Simple-and-Creative-Buttons](https://user-images.githubusercontent.com/27354907/92785571-3360d880-f3b0-11ea-8710-2162675fa06d.png)
priority
disable selection of logo text add a rule to logo to disable user selection make sure to add the changes to assets css index css check out the screenshot for an example
1