issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
262k
issue_title
stringlengths
1
1.02k
issue_comments_url
stringlengths
53
116
issue_comments_count
int64
0
2.49k
issue_created_at
stringdate
1999-03-17 02:06:42
2025-06-23 11:41:49
issue_updated_at
stringdate
2000-02-10 06:43:57
2025-06-23 11:43:00
issue_html_url
stringlengths
34
97
issue_github_id
int64
132
3.17B
issue_number
int64
1
215k
[ "matomo-org", "matomo" ]
The token md5 generation doesn't check that the generated md5 hash is unique, but it should (the field is set as UNIQUE in the database).
md5 generator should check the hash is unique
https://api.github.com/repos/matomo-org/matomo/issues/5430/comments
0
2008-01-03T16:30:21Z
2010-01-29T15:52:01Z
https://github.com/matomo-org/matomo/issues/5430
37,356,080
5,430
[ "matomo-org", "matomo" ]
They should instead be counted as "Direct entry". Note: part of this ticket is also to clarify the UI of what the URLs are used for, and why they are useful. UI should clarify that alias URLs are optional and used only to improve referer detection. If the Piwik JS code is put on a subdomain that is not in the list, th...
referer URLs with host registered as main_url or alias_url should NOT be counted as referer
https://api.github.com/repos/matomo-org/matomo/issues/5429/comments
6
2008-01-03T16:29:41Z
2014-07-08T10:16:38Z
https://github.com/matomo-org/matomo/issues/5429
37,356,079
5,429
[ "matomo-org", "matomo" ]
Currently the Weekly/Monthly/Yearly visitor count is wrong: it adds every unique visitor of each day of the Week/Month/Year. The algorithm needs to be updated with a query selecting, for the given month, the number of unique visitors.
Weekly/Monthly/Yearly unique visitor count is wrong
https://api.github.com/repos/matomo-org/matomo/issues/5428/comments
1
2008-01-03T16:27:43Z
2014-08-03T11:21:09Z
https://github.com/matomo-org/matomo/issues/5428
37,356,078
5,428
[ "matomo-org", "matomo" ]
Otherwise it would be possible to generate fake visits in any piwik install. For example a solution would be to add a simple exit; at the beginning of the scripts. Or not package the scripts with the releases.
protect the Visits Generator script and the phpDocumentor Generator from being triggerable by the browser
https://api.github.com/repos/matomo-org/matomo/issues/5427/comments
1
2008-01-03T16:26:45Z
2014-07-08T10:16:37Z
https://github.com/matomo-org/matomo/issues/5427
37,356,076
5,427
[ "matomo-org", "matomo" ]
Some lines are created for future dates in the tables archive_numeric_\* and it doesn't seem right. Some tests are necessary here.
Lines created in archive_numeric tables for dates in the futures
https://api.github.com/repos/matomo-org/matomo/issues/5426/comments
0
2008-01-03T16:24:56Z
2010-01-29T15:55:40Z
https://github.com/matomo-org/matomo/issues/5426
37,356,075
5,426
[ "matomo-org", "matomo" ]
The information contained in the tables _log_\* should be purged automatically and regularly. Keeping all time logs in a single table significantly slows down the stats logging process (mysql having to rebuild indices, selecting from this million rows table is time consuming, maintenance is hard, etc.). The goal of th...
Tables log_ are not purged after archiving is done
https://api.github.com/repos/matomo-org/matomo/issues/5425/comments
16
2008-01-03T16:24:10Z
2014-07-08T10:16:37Z
https://github.com/matomo-org/matomo/issues/5425
37,356,074
5,425
[ "matomo-org", "matomo" ]
Even if the config file is not directly readable in the web browser, it is much safer to do some encryption here. For example a simple md5 hash.
Super user password must be encrypted in configuration file
https://api.github.com/repos/matomo-org/matomo/issues/5424/comments
0
2008-01-03T16:22:10Z
2012-01-03T21:52:04Z
https://github.com/matomo-org/matomo/issues/5424
37,356,073
5,424
[ "matomo-org", "matomo" ]
The memory usage seems too high during the archiving process. There is need to 1. profile the memory using Xdebug 2. find potential memory leaks during archiving 3. write documentation on how to optimize memory usage so people don't hit php memory limit too often (archive in multiple steps?)
Memory usage too high during archiving process
https://api.github.com/repos/matomo-org/matomo/issues/5423/comments
3
2008-01-03T16:12:26Z
2014-07-08T10:16:36Z
https://github.com/matomo-org/matomo/issues/5423
37,356,072
5,423
[ "PoppingSnack", "VulReport" ]
## Description An StackOverflowError occurs when I execute the ResultConverter.convert2Xml method in hyavijava v6.0.07.1. ## Error Log ``` java.lang.StackOverflowError at java.base/java.lang.StringUTF16.checkBoundsOffCount(StringUTF16.java:1482) at java.base/java.lang.StringUTF16.inflate(StringUTF16.java:13...
An StackOverflowError occurs when I execute the ResultConverter.convert2Xml method in hyavijava v6.0.07.1
https://api.github.com/repos/PoppingSnack/VulReport/issues/12/comments
0
2023-12-14T09:31:44Z
2023-12-14T09:31:44Z
https://github.com/PoppingSnack/VulReport/issues/12
2,041,298,213
12
[ "PoppingSnack", "VulReport" ]
# TimeOut occurred when calling ConnectionUtils.hardAssert function ## Description An TimeOut error exists in the ConnectionUtils.hardAssert method in firebase-admin 9.2.0. ## PoC ```xml <dependency> <groupId>com.google.firebase</groupId> <artifactId>firebase-admin</artifa...
TimeOut occurred when calling ConnectionUtils.hardAssert function
https://api.github.com/repos/PoppingSnack/VulReport/issues/11/comments
0
2023-12-06T03:28:33Z
2023-12-06T03:28:33Z
https://github.com/PoppingSnack/VulReport/issues/11
2,027,577,667
11
[ "PoppingSnack", "VulReport" ]
# Stack overflow error caused by json-lib parsing of untrusted JSON String ## Description Using **json-lib** to parse untrusted JSON String may be vulnerable to denial of service (DOS) attacks. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack...
Stack overflow error caused by json-lib parsing of untrusted JSON String
https://api.github.com/repos/PoppingSnack/VulReport/issues/10/comments
0
2023-06-25T08:02:44Z
2023-06-25T08:02:44Z
https://github.com/PoppingSnack/VulReport/issues/10
1,773,127,332
10
[ "PoppingSnack", "VulReport" ]
# Stack overflow error caused by tidalwave parsing of untrusted XML String ## Description Using **tidalwave** to parse untrusted XML String may be vulnerable to denial of service (DOS) attacks. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack...
Stack overflow error caused by tidalwave parsing of untrusted XML String
https://api.github.com/repos/PoppingSnack/VulReport/issues/9/comments
0
2023-06-25T07:35:48Z
2023-06-25T07:35:48Z
https://github.com/PoppingSnack/VulReport/issues/9
1,773,118,488
9
[ "PoppingSnack", "VulReport" ]
# Stack overflow error caused by tidalwave parsing of untrusted JSON String ## Description Using **tidalwave** to parse untrusted JSON String may be vulnerable to denial of service (DOS) attacks. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by sta...
Stack overflow error caused by tidalwave parsing of untrusted JSON String
https://api.github.com/repos/PoppingSnack/VulReport/issues/8/comments
0
2023-06-25T07:35:16Z
2023-06-25T07:35:16Z
https://github.com/PoppingSnack/VulReport/issues/8
1,773,118,215
8
[ "PoppingSnack", "VulReport" ]
# Stack overflow error caused by keedio parsing of untrusted XML String ## Description Using **keedio** to parse untrusted XML String may be vulnerable to denial of service (DOS) attacks. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverfl...
Stack overflow error caused by keedio parsing of untrusted XML String
https://api.github.com/repos/PoppingSnack/VulReport/issues/7/comments
0
2023-06-25T07:34:52Z
2023-06-25T07:34:52Z
https://github.com/PoppingSnack/VulReport/issues/7
1,773,118,089
7
[ "PoppingSnack", "VulReport" ]
# Stack overflow error caused by keedio parsing of untrusted JSON String ## Description Using **keedio** to parse untrusted JSON String may be vulnerable to denial of service (DOS) attacks. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackover...
Stack overflow error caused by keedio parsing of untrusted JSON String
https://api.github.com/repos/PoppingSnack/VulReport/issues/6/comments
0
2023-06-25T07:34:38Z
2023-06-25T07:34:38Z
https://github.com/PoppingSnack/VulReport/issues/6
1,773,118,032
6
[ "PoppingSnack", "VulReport" ]
# Stack overflow error caused by tapestry-json parsing of untrusted JSON String ## Description Using **tapestry-json** to parse untrusted JSON String may be vulnerable to denial of service (DOS) attacks. If the parser is running on user supplied input, an attacker may supply content that causes the parser to cras...
Stack overflow error caused by tapestry-json parsing of untrusted JSON String
https://api.github.com/repos/PoppingSnack/VulReport/issues/5/comments
0
2023-06-25T07:33:06Z
2023-06-25T07:33:06Z
https://github.com/PoppingSnack/VulReport/issues/5
1,773,117,604
5
[ "PoppingSnack", "VulReport" ]
# Stack overflow error caused by javax.json parsing of untrusted JSON String ## Description Using **javax.json** to parse untrusted JSON String may be vulnerable to denial of service (DOS) attacks. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by s...
Stack overflow error caused by javax.json parsing of untrusted JSON String
https://api.github.com/repos/PoppingSnack/VulReport/issues/4/comments
0
2023-06-25T07:31:22Z
2023-06-25T07:31:22Z
https://github.com/PoppingSnack/VulReport/issues/4
1,773,116,974
4
[ "PoppingSnack", "VulReport" ]
# Stack overflow error caused by json-lib parsing of untrusted JSON String ## Description Using json-lib to parse untrusted JSON String may be vulnerable to denial of service (DOS) attacks. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackover...
Stack overflow error caused by json-lib parsing of untrusted JSON String (2)
https://api.github.com/repos/PoppingSnack/VulReport/issues/3/comments
0
2023-05-29T03:19:21Z
2023-05-29T03:19:21Z
https://github.com/PoppingSnack/VulReport/issues/3
1,729,941,740
3
[ "PoppingSnack", "VulReport" ]
# Stack overflow error caused by json-lib parsing of untrusted JSON String ## Description Using json-lib to parse untrusted JSON String may be vulnerable to denial of service (DOS) attacks. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackover...
Stack overflow error caused by json-lib parsing of untrusted JSON String
https://api.github.com/repos/PoppingSnack/VulReport/issues/2/comments
0
2023-05-25T06:48:28Z
2023-05-25T06:48:28Z
https://github.com/PoppingSnack/VulReport/issues/2
1,725,194,775
2
[ "PoppingSnack", "VulReport" ]
I have a question for you: How do I configure a custom hook using cifuzz? I noticed that cifuzz can pass parameters to jazzer, so I tried the following: ``` import com.code_intelligence.jazzer.api.FuzzerSecurityIssueCritical; import com.code_intelligence.jazzer.api.HookType; import com.code_intelligence.jazzer.ap...
Question
https://api.github.com/repos/PoppingSnack/VulReport/issues/1/comments
0
2023-05-16T11:03:57Z
2023-05-16T11:03:57Z
https://github.com/PoppingSnack/VulReport/issues/1
1,711,786,595
1
[ "oivoodoo", "devise_masquerade" ]
Firefox fetches link_to URLs when hovering over them. This doesn't seem like a good idea for masquerade_path URLs, since the user will be masqueraded unintentionally just by hovering over the link. Essentially, GET methods are supposed to be safe and idempotent - https://stackoverflow.com/a/45019073/48659 Is there a ...
Firefox fetches link_to URLs on hover - not good for masquerade_path
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/153/comments
2
2025-04-01T21:18:22Z
2025-04-02T06:51:04Z
https://github.com/oivoodoo/devise_masquerade/issues/153
2,964,595,672
153
[ "oivoodoo", "devise_masquerade" ]
I click the masquerade button on the `admin_user_path(:id)` (e.g. https://example.com/admin/users/10122496). When I stop masquerading, I'd like to return to that same page. - I thought `Devise.masquerade_routes_back = true` would do it but that seems to try to take you to that page when you start masquerading, not w...
After masquerading, return to page I started masquerading from
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/148/comments
2
2025-01-10T03:05:23Z
2025-05-29T12:04:39Z
https://github.com/oivoodoo/devise_masquerade/issues/148
2,779,172,036
148
[ "oivoodoo", "devise_masquerade" ]
Hi everyone, I’m encountering an issue with ActiveAdmin in my project. When an admin logs in through http://xyz.localhost:3000/admin/login and then uses the "Login As" feature to switch to a user account on http://test.localhost:3000, it seems to cause unauthorized request errors. Has anyone experienced a similar...
Unauthorized Requests When Using "Login As" Feature with different subdomain
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/144/comments
1
2024-08-26T13:08:15Z
2024-08-27T13:00:21Z
https://github.com/oivoodoo/devise_masquerade/issues/144
2,486,831,788
144
[ "oivoodoo", "devise_masquerade" ]
Hello, in a project we were using devise_masquerade 0.6 and now we upgrade to the latest 2.1.2. The context is this - As an admin, I masquerade a Employee and it is open in a new window. - Without clicking in masquerade back button, as an Admin, I masquerade a Boss - But in the new window this time, I see the fir...
Masquerading two users behavior
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/143/comments
1
2024-08-09T18:41:31Z
2024-09-24T17:30:41Z
https://github.com/oivoodoo/devise_masquerade/issues/143
2,458,478,416
143
[ "oivoodoo", "devise_masquerade" ]
Hi guys, thanks for mantaining this gem! I'm getting this error: ``` NoMethodError: undefined method `id' for nil:NilClass "devise_masquerade_#{masqueraded_resource_name}_#{masqueradable_resource.id}_#{guid}".to_sym ``` sometimes when trying to log in. I'm using the `masquerade_path` method. It happens some...
NoMethodError: undefined method `id' for nil:NilClass "devise_masquerade_#{masqueraded_resource_name}_#{masqueradable_resource.id}_#{guid}".to_sym
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/140/comments
13
2024-02-19T14:44:47Z
2024-10-15T13:15:43Z
https://github.com/oivoodoo/devise_masquerade/issues/140
2,142,533,944
140
[ "oivoodoo", "devise_masquerade" ]
What would be the best way to bypass Rails 7 warnings with `after_back_masquerade_path_for`? The error I get when I try to end the masquerade session, redirecting cross-domain: `ActionController::Redirecting::UnsafeRedirectError: Unsafe redirect to "https://admin.example.com", pass allow_other_host: true to redir...
Rails 7 Unsafe redirects
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/137/comments
0
2023-12-22T05:09:51Z
2023-12-22T05:09:51Z
https://github.com/oivoodoo/devise_masquerade/issues/137
2,053,391,674
137
[ "oivoodoo", "devise_masquerade" ]
We ran into an interesting issue where our application would error out after 12 or so masquerade attempts. Looking at the session, it seems each masquerade would add a key value pair like the following... `devise_masquerade_user_dcf2648d-188a-4e96-9822-47c2c6d4ab28_b438499f-05d4-42a8-bc40-e0e55cffbb48"=>"e923134...
Masquerade not cleaning up session data
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/135/comments
3
2023-10-24T15:43:41Z
2023-11-02T13:40:26Z
https://github.com/oivoodoo/devise_masquerade/issues/135
1,959,556,907
135
[ "oivoodoo", "devise_masquerade" ]
## Describe the Bug According to the [customize page view guide](https://administrate-demo.herokuapp.com/customizing_page_views), if we want to customize the template used for a page, we can provide our own as `/app/views/administrate/....html.erb`, and it will replace Administrate's own. I'd like to override `/app/...
View generators generates files with incorrect path
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/134/comments
2
2023-08-23T14:06:41Z
2023-08-23T14:07:27Z
https://github.com/oivoodoo/devise_masquerade/issues/134
1,863,413,435
134
[ "oivoodoo", "devise_masquerade" ]
I want to allow admins to masquerade other users, because of this, I override the `masquerade_authorized?` method with something like: ```rb def masquerade_authorized? admin? end ``` The "back_masquerade_path" also uses `masquerade_authorized?`; since I'm masquerading as a non-admin user, I cannot return to...
Why `back` method needs authorization?
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/133/comments
1
2023-07-10T02:28:35Z
2023-08-27T19:57:08Z
https://github.com/oivoodoo/devise_masquerade/issues/133
1,795,796,105
133
[ "oivoodoo", "devise_masquerade" ]
- I am masquerading the User model with an Admin model - I skip_before_action the authenticate_admin! method for the user app side - I am using different layouts for admin side and user app side - My buttons with the masquerade_path are located on the admin side - It seems that having different layouts have the eff...
Different Layouts
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/132/comments
1
2023-05-29T10:23:10Z
2023-05-29T10:26:18Z
https://github.com/oivoodoo/devise_masquerade/issues/132
1,730,501,218
132
[ "oivoodoo", "devise_masquerade" ]
Are there additional steps after adding the controller (following the steps in readme.md)? I have done exactly that and they are not even called. I am using 2.1.0. ``` class Admin::MasqueradesController < Devise::MasqueradesController protected def after_masquerade_path_for(resource) "/companies/#{c...
additional steps for custom routes after and after_back
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/128/comments
2
2023-03-06T03:08:36Z
2023-03-08T02:38:54Z
https://github.com/oivoodoo/devise_masquerade/issues/128
1,610,573,465
128
[ "oivoodoo", "devise_masquerade" ]
Hello. I'm trying to log when an Admin is logging in and out as a User. My approach was to use rails callbacks in `show` and `back` actions in the masquerades controller, but when admin masquerades for few seconds, there are no logs, what you guys think is the best approach for it?
Proper way to log masquerade "login" and "logout"
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/127/comments
1
2023-02-14T19:38:08Z
2023-02-16T11:21:40Z
https://github.com/oivoodoo/devise_masquerade/issues/127
1,584,721,297
127
[ "oivoodoo", "devise_masquerade" ]
This line is causing issues with my app: https://github.com/oivoodoo/devise_masquerade/blob/master/lib/devise_masquerade/controllers/helpers.rb#L59. The problem is when an admin is already masquerading as a user and this method gets called. Specifically, when an admin masquerades as one user and then while still masqin...
#{name}_masquerade_owner issue when already masquerading
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/126/comments
8
2023-01-30T22:34:15Z
2024-08-09T18:51:21Z
https://github.com/oivoodoo/devise_masquerade/issues/126
1,563,317,208
126
[ "oivoodoo", "devise_masquerade" ]
This gem uses `to_param` as an identifier for the resource. https://github.com/oivoodoo/devise_masquerade/blob/f0fe505ff73de7afdcef5f5a2de063e9550668b8/app/controllers/devise/masquerades_controller.rb#L151 But then uses the `id` to retrieve the resource: https://github.com/oivoodoo/devise_masquerade/blob/f0fe5...
Incompatibility with custom to_param (FriendlyID, etc)
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/120/comments
7
2022-12-05T08:48:33Z
2022-12-18T07:51:46Z
https://github.com/oivoodoo/devise_masquerade/issues/120
1,476,035,340
120
[ "oivoodoo", "devise_masquerade" ]
Stumbled across this behaviour when passing an applicaiton from development to production. Given the server woudl not start because of it, the server was reverted to serving in ddevelopment mode and the error is not blocking service. Still ``` bin/rails zeitwerk:check [...] home/deploy/.rbenv/versions/2.6.1/lib/...
zeitwerk expects a different constant.
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/119/comments
1
2022-11-13T19:02:23Z
2022-11-15T07:44:31Z
https://github.com/oivoodoo/devise_masquerade/issues/119
1,447,043,035
119
[ "oivoodoo", "devise_masquerade" ]
In versions < 2, this works perfectly: back_masquerade_path(current_user) In version 2 or greater, I get: Couldn't find User with 'id'=admin-user <img width="870" alt="Screenshot 2022-10-30 at 8 17 21 PM" src="https://user-images.githubusercontent.com/8509501/198912699-4e215aba-5840-4905-bbef-05759a180762.png">
back_masquerade_path(current_user) broken in newer versions
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/117/comments
7
2022-10-31T01:18:38Z
2022-11-18T16:22:36Z
https://github.com/oivoodoo/devise_masquerade/issues/117
1,429,108,809
117
[ "oivoodoo", "devise_masquerade" ]
Looks like `#{name}_masquerade_owner` is broken. It always tries to find a resource by GlobalID: https://github.com/oivoodoo/devise_masquerade/blob/master/lib/devise_masquerade/controllers/helpers.rb#L53-L63 However, when the owner resource ID is being written, it is GlobalID only when using cache, when using sessio...
#{name}_masquerade_owner is broken
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/116/comments
5
2022-10-24T13:44:05Z
2022-10-25T15:10:08Z
https://github.com/oivoodoo/devise_masquerade/issues/116
1,420,857,434
116
[ "oivoodoo", "devise_masquerade" ]
Hi, is there any way to get the details from the originating user? I want to display "Switch back to <username>" in the navigation. Thx and greetings Holger
Print originating user name
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/112/comments
1
2022-09-11T18:25:53Z
2023-01-05T19:29:58Z
https://github.com/oivoodoo/devise_masquerade/issues/112
1,369,026,187
112
[ "oivoodoo", "devise_masquerade" ]
Hi there, looks like tags for v1.3.10, 1.3.11 and 1.3.12 haven't been added? Also `version.rb` says `1.3.11` even though the latest version on rubygems is v1.3.12. Makes it a bit confusing trying to track down bugs in my code!! Thanks.
Missing version tags
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/111/comments
2
2022-08-26T04:17:57Z
2022-11-07T00:07:24Z
https://github.com/oivoodoo/devise_masquerade/issues/111
1,351,723,591
111
[ "oivoodoo", "devise_masquerade" ]
Basic app, I have checked older versions and it doesn't happen (1.13.11 vs 0.40 and 1.2)
Current version of user_masquerade? returns always false
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/105/comments
16
2022-05-14T23:21:11Z
2022-11-05T13:07:37Z
https://github.com/oivoodoo/devise_masquerade/issues/105
1,236,141,166
105
[ "oivoodoo", "devise_masquerade" ]
Hi, I've encountered several issues with the new updates done to this gem. Could someone explain to me how the new routes are generated? I.e. `masquerade_path` & the back route. Also, why are these routes now not showing within the `rails routes` command? I'm working on an app which uses InertiaJs and now, I have...
Upgrade Problems
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/103/comments
4
2022-03-31T10:25:23Z
2022-04-21T00:47:13Z
https://github.com/oivoodoo/devise_masquerade/issues/103
1,187,864,361
103
[ "oivoodoo", "devise_masquerade" ]
So when I masquerade one user. and it has time duration for being masquerade. when time duration ends, it didnt go back to the original owner like the behaviour of reverse masquerade when you click it manually. is auto reverse masquerade after time duration ends feature already included on the gem? or need to do so...
When expiration ends, it does not return to the original owner.
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/102/comments
2
2022-03-07T06:43:30Z
2022-03-16T19:58:14Z
https://github.com/oivoodoo/devise_masquerade/issues/102
1,160,974,453
102
[ "oivoodoo", "devise_masquerade" ]
Hey, Thanks for maintaining this gem! I've encountered a small bug in the controller line 25 ``` redirect_to(new_user_session_path) and return ``` Assumes the new_user_session_path exists but if using custom models e.g. an Admin logging in then this redirect breaks as the devise default route is in fact ...
Redirect When No Resource
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/100/comments
1
2022-02-15T16:04:28Z
2022-03-22T09:41:35Z
https://github.com/oivoodoo/devise_masquerade/issues/100
1,138,894,323
100
[ "oivoodoo", "devise_masquerade" ]
Currently the [README](https://github.com/oivoodoo/devise_masquerade/blob/v1.3.9/README.md) suggests adding the following configuration, presumably to the bottom of the Devise initializer: ```ruby Devise.masquerade_param = 'masquerade' Devise.masquerade_expires_in = 10.seconds Devise.masquerade_key_size = 16 # si...
Handling the "Initialization autoloaded the constants" deprecation warning
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/99/comments
6
2021-12-31T19:16:56Z
2022-03-31T17:47:04Z
https://github.com/oivoodoo/devise_masquerade/issues/99
1,091,652,781
99
[ "oivoodoo", "devise_masquerade" ]
@oivoodoo I'm using version of this gem is 1.3.9. I've two devise installed on my project; Admin and User. So I mentioned `:masqueradable` in `User.rb` (and if I mentioned on both models Admin.rb and User.rb but same issue). And also mentioned these lines in `devise.rb`: `config.masquerade_param = 'masquerade...
Always showing a message that "already signed".
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/98/comments
4
2021-11-04T17:34:34Z
2021-12-17T20:03:12Z
https://github.com/oivoodoo/devise_masquerade/issues/98
1,045,022,735
98
[ "oivoodoo", "devise_masquerade" ]
I've an issue when I used this gem. I used in gem file gem `'devise_masquerade', '~> 0.2.0'` and same issued with `gem 'devise_masquerade'`. So what should I do? I didn't create any method like this but I don't know where is this and my trace error is: `devise_masquerade (0.2.0) app/controllers/devise/masquerades_con...
Undefined method 'prepend_before_filter' for Devise::MasqueradesController:Class Did you mean? prepend_before_action
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/97/comments
4
2021-11-01T12:52:48Z
2021-12-17T20:03:26Z
https://github.com/oivoodoo/devise_masquerade/issues/97
1,041,138,960
97
[ "oivoodoo", "devise_masquerade" ]
Let's say Admin A and Admin B are both masquerading as User C from their own machines. A does it first (and https://github.com/oivoodoo/devise_masquerade/blob/931a5194fa15d7553ee5f94f6162c0589e3ce530/app/controllers/devise/masquerades_controller.rb#L75 stores A in the cache) then B does it (and it overwrites the cac...
Security issue: Two users masquerading to the same user can be logged in as the other person
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/94/comments
5
2021-08-26T08:59:30Z
2022-05-12T16:20:17Z
https://github.com/oivoodoo/devise_masquerade/issues/94
980,004,731
94
[ "oivoodoo", "devise_masquerade" ]
As a follow-up to https://github.com/oivoodoo/devise_masquerade/issues/92 there are several recent PATCH releases that may have changed the 'public' interface and therefore do not adhere to the correct SEMVER - https://semver.org/. An example is extending the controller and adding to the resource session https://git...
Breaking changes in newer version/s
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/93/comments
2
2021-08-17T03:23:48Z
2022-11-06T21:58:44Z
https://github.com/oivoodoo/devise_masquerade/issues/93
972,264,876
93
[ "oivoodoo", "devise_masquerade" ]
👋 - first of all, thank you for dedicating your time to maintaining this library - it's appreciated! We're upgrading from an older version of this library and realised that recent releases are missing corresponding tags? Would you mind explaining why that is? https://rubygems.org/gems/devise_masquerade/versions ...
Missing tags for recent releases
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/92/comments
2
2021-08-17T03:14:24Z
2021-09-12T02:30:03Z
https://github.com/oivoodoo/devise_masquerade/issues/92
972,261,314
92
[ "oivoodoo", "devise_masquerade" ]
We have created `users/masquerades_controller.rb` file ```ruby class Users::MasqueradesController < Devise::MasqueradesController protected def after_masquerade_path_for(resource) "/account" end def after_back_masquerade_path_for(resource) "/account" end end ``` But it goes to `/` ...
Custom url redirect not working.
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/91/comments
6
2021-08-05T00:24:09Z
2021-12-17T20:03:38Z
https://github.com/oivoodoo/devise_masquerade/issues/91
961,261,419
91
[ "oivoodoo", "devise_masquerade" ]
This is a security vulnerability that has been subject to a 90-day disclosure deadline and has been fixed in the v1.3.1 release of `devise_masquerade`. I'm creating this issue for traceability inside the GitHub project and to be able to refer to it from the CVE. Ideally a security advisory should be created. If the ...
CVE-2021-28680: One layer of security is lost when using devise_masquerade under certain circumstances in versions before 1.3
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/83/comments
2
2021-03-23T20:08:25Z
2021-03-23T20:55:08Z
https://github.com/oivoodoo/devise_masquerade/issues/83
839,079,617
83
[ "oivoodoo", "devise_masquerade" ]
I had a case in production where a user was logged as an other (admin) account. After investigation in version 1.3.2, the helper `user_masquerade?` returns true for ALL logged users when masquerade is used That means : ``` if user_masquerade? = link_to "Reverse masquerade", back_masquerade_path(current_us...
user_masquerade? not working as expected (and it goes terribly wrong)
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/82/comments
33
2021-02-23T11:25:27Z
2022-05-18T06:33:21Z
https://github.com/oivoodoo/devise_masquerade/issues/82
814,373,271
82
[ "oivoodoo", "devise_masquerade" ]
In version 1.3.0 this works fine: masqueraded_resource_class.friendly.find(params[:id]) Starting in 1.3.1 though, I get: ActiveRecord::RecordNotFound - Couldn't find User without an ID: app/controllers/masquerades_controller.rb:6:in `find_resource'
Friendly ID
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/80/comments
2
2021-02-11T15:22:10Z
2021-02-15T09:53:30Z
https://github.com/oivoodoo/devise_masquerade/issues/80
806,491,313
80
[ "oivoodoo", "devise_masquerade" ]
Review LICENSE
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/77/comments
0
2021-02-03T12:49:05Z
2021-02-03T12:49:18Z
https://github.com/oivoodoo/devise_masquerade/issues/77
800,298,320
77
[ "oivoodoo", "devise_masquerade" ]
On localhost, using the administrate gem, searching for a user, then calling up the show view and invoking the masquerading function, the application returns and routes to the root_path: ``` Started GET "/users/masquerade/16203?masquerade=syxdpH2UZaHvrzsmpJxBZA&masqueraded_resource_class=User" for ::1 at 2021-01-29 0...
masquerade works on localhost but not on VPS (development mode)
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/74/comments
2
2021-01-29T09:02:25Z
2021-01-30T17:00:45Z
https://github.com/oivoodoo/devise_masquerade/issues/74
796,705,537
74
[ "oivoodoo", "devise_masquerade" ]
If we pass any additional argument to masquerade_path it will create bad URL ``` masquerade_path(user, test: 1) ``` ``` /users/masquerade/1.masquerade=CAhfsUnYawRLvUb3QxXYGQ&masqueraded_resource_class=User&test=1?masquerade=CAhfsUnYawRLvUb3QxXYGQ&masqueraded_resource_class=User&test=1 ``` This is because i...
Passing any additional arguments to masquerade_path create bad urls
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/73/comments
1
2021-01-16T22:53:57Z
2021-02-05T21:00:51Z
https://github.com/oivoodoo/devise_masquerade/issues/73
787,569,459
73
[ "oivoodoo", "devise_masquerade" ]
I have seen similar issues to what I am experiencing but the suggested solutions don't seem to be working. I have a Rails app with 2 devise models. Admin and User I also use CanCan for authorization. The app is set up to use authenticated routes and also authenticate users before accessing routes (instead of usi...
Masquerade with Admin and User models and authenticated routes
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/72/comments
9
2021-01-04T21:03:33Z
2022-07-09T15:25:06Z
https://github.com/oivoodoo/devise_masquerade/issues/72
778,364,197
72
[ "oivoodoo", "devise_masquerade" ]
Hello 😄 Having an odd experience here - I've created a link to login as another user from ActiveAdmin, and it works, but only if someone has logged in as a `User` prior. I've set the following config in `config/initializers/devise.rb`: ``` config.masquerade_bypass_warden_callback = true config.masquerading...
Masquerade requires login prior
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/71/comments
4
2020-07-23T09:29:47Z
2020-07-23T10:23:55Z
https://github.com/oivoodoo/devise_masquerade/issues/71
664,328,104
71
[ "oivoodoo", "devise_masquerade" ]
The example in the README for using CanCan suggests the following: ```ruby def masquerade_authorize! authorize!(:masquerade, User) end ``` However, the `masquerade_authorize!` method is also called before the `back` action. In that case, however, the current user is the unprivileged user, ...
CanCan example in README causes back action to not be authorized
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/69/comments
1
2020-05-20T09:08:25Z
2020-05-20T09:16:47Z
https://github.com/oivoodoo/devise_masquerade/issues/69
621,594,386
69
[ "oivoodoo", "devise_masquerade" ]
Not sure why I am getting this error? No route matches [POST] "/masquerade/back" ``` class Users::MasqueradesController < Devise::MasqueradesController protected def find_resource masqueraded_resource_class.friendly.find(params[:id]) end def after_masquerade_path_for(resource) dashboard...
No route matches [POST] "/masquerade/back"
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/68/comments
1
2020-04-12T03:25:23Z
2020-04-12T04:38:26Z
https://github.com/oivoodoo/devise_masquerade/issues/68
598,400,945
68
[ "oivoodoo", "devise_masquerade" ]
I'm unable to use the masquerade_path inside of trestle admin panel. I may need to access it directly through the Devise Masquerade Module...The example below is a traditional way of using the normal rails routes....Now I need the approach for DeviseMasquerade. `concat link_to("Preview", Rails.application.routes.url...
Accessing masquerade routes in Trestle Admin
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/67/comments
0
2020-02-27T19:58:06Z
2020-10-28T15:01:23Z
https://github.com/oivoodoo/devise_masquerade/issues/67
572,322,215
67
[ "oivoodoo", "devise_masquerade" ]
Try to make masquerade worked, but I keep having the "You are already connected" with my user not changing. I am on dev, but I activated caches both with : * ```rails dev:cach``` * ```touch /tmp/caching-dev.txt``` I also put in my ```environment.rb``` : ```Devise.masquerade_bypass_warden_callback=true``` H...
You are already connected
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/66/comments
18
2020-02-19T16:12:38Z
2021-12-17T20:04:06Z
https://github.com/oivoodoo/devise_masquerade/issues/66
567,666,898
66
[ "oivoodoo", "devise_masquerade" ]
Hi, I am using devise_masquerade v0.6.5 and devise v4.7.1 and pundit v1.1.0. I acknowledge that v0.6.5 is old but I'm wondering whether v1.2.0 will fix it, or even how I would track this bug down. I am not doing anything different or abnormal and the default configuration. Sometimes (I haven't been able to find a...
Masquerading sometimes lost
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/65/comments
13
2020-02-10T22:05:29Z
2022-11-08T22:42:21Z
https://github.com/oivoodoo/devise_masquerade/issues/65
562,856,871
65
[ "oivoodoo", "devise_masquerade" ]
I've run into the bug of not having the Rails cache enabled which means the masquerade token isn't retrievable and masquerading fails. I know this got added to the readme recently in the Troubleshooting section. Is there any reason this couldn't use a Signed Global ID instead? They have expirations are are signed by...
Signed Global ID instead of Rails cache?
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/64/comments
6
2020-01-22T01:52:56Z
2021-02-05T21:01:02Z
https://github.com/oivoodoo/devise_masquerade/issues/64
553,260,831
64
[ "oivoodoo", "devise_masquerade" ]
The default value for `Devise.masquerade_expires_in` is 1 minute. If you navigate to a page with a masquerade link: ```ruby <%= link_to "Login As", masquerade_path(user) %> ``` Wait 1 minute (or whatever your timeout is set to) and then click the "Login As" link, masquerade is activated. but for your own accou...
Expired token masquerades you as yourself
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/63/comments
12
2020-01-13T16:04:39Z
2021-12-17T20:04:16Z
https://github.com/oivoodoo/devise_masquerade/issues/63
549,028,073
63
[ "oivoodoo", "devise_masquerade" ]
https://github.com/oivoodoo/devise_masquerade/blob/64acfa9d477ecb5cf66f762e3a0a81f11b6055a8/lib/devise_masquerade/models/masqueradable.rb#L27
Code duplication
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/60/comments
2
2019-11-30T18:38:32Z
2019-12-02T08:08:25Z
https://github.com/oivoodoo/devise_masquerade/issues/60
530,615,468
60
[ "oivoodoo", "devise_masquerade" ]
After setting up `devise` and `devise_masquerade` all standard install from the documentation I get the `flash[:error]` result of "You are already signed in". I am running version `4.7.1` of `devise` and `1.2.0` of `devise_masquerade`. If you look at the development log you will see `Filter chain halted as :require...
Receiving "You are already signed in" flash[:error]
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/58/comments
14
2019-10-24T04:52:59Z
2019-12-17T20:36:28Z
https://github.com/oivoodoo/devise_masquerade/issues/58
511,705,731
58
[ "oivoodoo", "devise_masquerade" ]
Rails 5.2 doesn't have Zeitwerk but v1.0.0 of this gem brings this dependency, why? I think it should be either optional based on Rails version or require Rails 6.
Rails 5.2 doesn't have Zeitwerk
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/56/comments
2
2019-10-22T11:09:30Z
2019-10-22T20:03:34Z
https://github.com/oivoodoo/devise_masquerade/issues/56
510,583,811
56
[ "oivoodoo", "devise_masquerade" ]
Deprecation warning with Rails 6.0.0 when `devise_masquerade` gem is included. On running `rails test`: ``` DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper. Being able to do this is deprecated. Autoloading during initialization is going to be a...
Rails 6.0.0. with Zeitwerk: DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper.
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/54/comments
3
2019-10-15T12:49:50Z
2019-10-21T18:44:50Z
https://github.com/oivoodoo/devise_masquerade/issues/54
507,223,266
54
[ "oivoodoo", "devise_masquerade" ]
When masquerading (and using timeoutable) I visit a url only accessible to the masq'd user. I walk away from the system, and it times out. I return to the system by logging back in and devise tries to deliver me to the url I was at just prior to timing out...but that url isn't valid unless I'm masquerading. Instead ...
masquerade, then session timeout; unable to return to prior url after re-login
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/53/comments
2
2019-04-01T15:03:56Z
2019-10-22T20:01:28Z
https://github.com/oivoodoo/devise_masquerade/issues/53
427,757,910
53
[ "oivoodoo", "devise_masquerade" ]
Hi, i've tried to use my resource name Instead of user, but it doesn't work if i don't configure the resource name with "config.masquerading_resource_name" on devise.rb (undocumented way). This is my configuration: Model: ``` class Organization < ApplicationRecord devise :database_authenticatable, :registera...
Problem with resource name
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/50/comments
9
2018-08-01T14:59:55Z
2019-10-22T20:02:13Z
https://github.com/oivoodoo/devise_masquerade/issues/50
346,638,719
50
[ "oivoodoo", "devise_masquerade" ]
When I'm logged in as Admin and I'm trying to impersonate User I'm getting authorization error, looks like that action show in MasqueradesController is not even reached. Is is possible to use that gem having two models Admin (who impersonates) and Uses (who is impersonated one) ?
Authorization failed when logged in as Admin and trying to impersonate User
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/49/comments
6
2018-07-27T09:40:25Z
2019-12-09T13:07:43Z
https://github.com/oivoodoo/devise_masquerade/issues/49
345,159,943
49
[ "oivoodoo", "devise_masquerade" ]
https://github.com/oivoodoo/devise_masquerade/blob/master/app/controllers/devise/masquerades_controller.rb#L120 I guess the `resource` param is not being used, so why have it right? I looked into the spec and no resource was passed into the `after_back_masquerade_path_for`, so I guess better to remove it? Let me kn...
Is the `resource` param being used in `after_back_masquerade_path_for` ?
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/48/comments
1
2018-07-24T04:36:37Z
2018-07-24T13:26:12Z
https://github.com/oivoodoo/devise_masquerade/issues/48
343,881,605
48
[ "oivoodoo", "devise_masquerade" ]
This gem seems to generate links as `http://localhost:3000/users/masquerade/[uid]` - is this not vulnerable to CSRF? The Masquerade module in Drupal does this. It makes URLs like this: `https://example.com/masquerade/switch/123?token=[LONG TOKEN HERE]` The token is generated using a site-specific salt and is con...
Should links have a secure token on them?
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/45/comments
5
2018-01-25T18:19:59Z
2019-10-23T09:48:21Z
https://github.com/oivoodoo/devise_masquerade/issues/45
291,667,382
45
[ "oivoodoo", "devise_masquerade" ]
This looks concerning to me: https://github.com/oivoodoo/devise_masquerade/commit/6b1460f36123e38d16391de6862e5ac7c32325f3#diff-3f96780b420f7f24f5d727515ecc71ffR38 ![bitmoji](https://render.bitstrips.com/v2/cpanel/ec48e54c-1ede-452a-ba29-4d4f918ccf2a-bd2a7242-a669-4357-9204-8dfc136be16e-v1.png?transparent=1&palette=...
Version 0.6 pry?
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/44/comments
3
2018-01-10T15:03:03Z
2018-01-12T11:50:57Z
https://github.com/oivoodoo/devise_masquerade/issues/44
287,464,394
44
[ "oivoodoo", "devise_masquerade" ]
Hello, I installed this gem after realizing pretender would not work for me because it doesn't create or modifies the client cookies when logging as another user. I'm having some problems adapting my app to this change. I need to be able to get the real user instance to have some logic behind, like displaying the r...
How to get the real user when using masquerade?
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/43/comments
1
2017-12-23T18:01:53Z
2018-01-12T11:51:04Z
https://github.com/oivoodoo/devise_masquerade/issues/43
284,318,750
43
[ "oivoodoo", "devise_masquerade" ]
I have a `masquerade_authorized?` defined as ``` def masquerade_authorized? current_user.admin? || user_masquerade? end ``` and I do have the routes.rb line: `devise_for :users, controllers: { masquerades: "admin/masquerades" }` I can masquerade only when an admin but if I click the back button I get a 403 a...
Unable to Authorize after Back link click
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/42/comments
2
2017-10-31T14:54:35Z
2017-11-02T09:26:37Z
https://github.com/oivoodoo/devise_masquerade/issues/42
269,989,598
42
[ "oivoodoo", "devise_masquerade" ]
Following the instructions and clicking `Login as` the reply is: ```` Started GET "/masquerades/1" for 127.0.0.1 at 2017-07-27 07:23:20 +0800 Processing by MasqueradesController#show as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 [Devise] Coul...
Dummy app reports ActionNotFound
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/40/comments
3
2017-07-26T23:25:06Z
2019-10-21T14:16:42Z
https://github.com/oivoodoo/devise_masquerade/issues/40
245,883,119
40
[ "oivoodoo", "devise_masquerade" ]
After following instructions and click on the login as user link I get You are already signed in error ``` Started GET "/login" for 127.0.0.1 at 2017-07-11 04:24:30 -0700 Processing by Devise::SessionsController#new as HTML User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."...
You are already Signed In Message appears
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/38/comments
1
2017-07-11T11:35:56Z
2018-12-03T18:59:39Z
https://github.com/oivoodoo/devise_masquerade/issues/38
242,016,729
38
[ "oivoodoo", "devise_masquerade" ]
The existing behavior assumes that the app uses the same Devise model (e.g. User) to masquerade. It would be nice if we can declare 2 different models.
Use different models (e.g. Admin and User for instance)
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/36/comments
1
2017-07-03T15:45:15Z
2017-07-05T08:39:31Z
https://github.com/oivoodoo/devise_masquerade/issues/36
240,209,804
36
[ "oivoodoo", "devise_masquerade" ]
Hello everyone, I'm using Pundit for authorization and I've noticed something strange. Please take a look at the following lines: https://github.com/oivoodoo/devise_masquerade/blob/master/app/controllers/devise/masquerades_controller.rb#L8-L12 I'm just wondering what this does. Since I'm experiencing weird behavi...
Using authorization with devise_masquerade
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/33/comments
5
2017-06-03T00:40:21Z
2017-06-07T12:52:44Z
https://github.com/oivoodoo/devise_masquerade/issues/33
233,331,920
33
[ "oivoodoo", "devise_masquerade" ]
Since the latest version of devise is 4 and most of other gems support it
Upgrade to devise 4
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/24/comments
1
2016-05-26T08:06:34Z
2018-12-03T18:59:28Z
https://github.com/oivoodoo/devise_masquerade/issues/24
156,927,207
24
[ "oivoodoo", "devise_masquerade" ]
I am trying to override the masquerades controller to include "load_and_authorize_resource" but am not able to for some reason. I've created /app/controllers/masquerades_controller.by with class MasqueradesController, but it doesn't get run. I tried class Admin::MasqueradesController as suggested in readme, but that d...
Authorize Resource
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/21/comments
2
2015-06-26T22:27:13Z
2017-06-07T18:45:46Z
https://github.com/oivoodoo/devise_masquerade/issues/21
91,377,409
21
[ "oivoodoo", "devise_masquerade" ]
If I start masquerading as a user and then visit the path to masquerade as a user (new or the same) the original user session is overwritten with the most recent masqueraded user. e.g. Start with user `A`. `A` masquerades as user `B`. `A` visits new masquerade path for user `C`. Original user is set to `B` when it sho...
Original User Squashed on Multiple Requests to Devise::MasqueradesController#show
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/20/comments
1
2015-05-29T19:33:21Z
2017-02-06T20:19:42Z
https://github.com/oivoodoo/devise_masquerade/issues/20
82,555,646
20
[ "oivoodoo", "devise_masquerade" ]
Per `README.md`: > ## Custom controller for adding cancan for authorization > > ``` > class Admin::MasqueradesController < Devise::MasqueradesController > def show > authorize!(:masquerade, User) > > super > end > end > ``` `save_masquerade_owner_session` is a `before_filter` on `Devise::MasqueradesCont...
Authorization (cancan) Order of Operations
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/19/comments
1
2015-05-29T19:21:22Z
2017-06-07T18:46:21Z
https://github.com/oivoodoo/devise_masquerade/issues/19
82,551,577
19
[ "oivoodoo", "devise_masquerade" ]
#22 fixed in this pull request
Fix CI server
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/18/comments
0
2014-12-02T16:13:19Z
2015-08-07T16:19:48Z
https://github.com/oivoodoo/devise_masquerade/issues/18
50,673,663
18
[ "oivoodoo", "devise_masquerade" ]
I've been seeing this pretty regularly, but can't figure out why. It seems the `owner_user` variable here is sometimes `nil`: https://github.com/oivoodoo/devise_masquerade/blob/master/app/controllers/devise/masquerades_controller.rb#L20 Perhaps the redirect was OK with occasional nils but `sign_in` is not. Should we a...
RuntimeError: Could not find a valid mapping for nil
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/13/comments
2
2014-06-05T21:40:50Z
2018-05-24T15:40:25Z
https://github.com/oivoodoo/devise_masquerade/issues/13
35,100,656
13
[ "oivoodoo", "devise_masquerade" ]
For some reason after the masquerade completes successfully and redirects, the initial page shows me logged in as the non-masqueraded user. Any thoughts?
Masquerade doesn't take effect until next page reload
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/10/comments
2
2014-04-18T16:30:34Z
2014-04-23T18:06:21Z
https://github.com/oivoodoo/devise_masquerade/issues/10
31,808,787
10
[ "oivoodoo", "devise_masquerade" ]
Hi, I'm trying to use your extension in conjunction with https://github.com/spree/spree_auth_devise but can't get things to work. I've followed the guidance in the readme. I believe the issue is related to the fact that in spree_auth_devise, the devise authentication is name spaced. The error I'm getting seems to be h...
Use with spree_auth_devise
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/7/comments
3
2014-04-17T20:27:21Z
2014-04-19T14:51:41Z
https://github.com/oivoodoo/devise_masquerade/issues/7
31,759,345
7
[ "oivoodoo", "devise_masquerade" ]
Review override the after masquerade path.
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/3/comments
0
2013-07-26T14:50:46Z
2017-06-07T12:45:43Z
https://github.com/oivoodoo/devise_masquerade/issues/3
17,267,066
3
[ "oivoodoo", "devise_masquerade" ]
Try to use few different devise models in the application with masquerades.
https://api.github.com/repos/oivoodoo/devise_masquerade/issues/1/comments
2
2013-04-04T15:59:14Z
2014-05-20T11:48:21Z
https://github.com/oivoodoo/devise_masquerade/issues/1
12,806,839
1
[ "magicwave18", "vuldb" ]
1、Access the url to back up the sql file and return success successfully. task.php?m=sys|runt&a=beifen ![图片2](https://github.com/magicwave18/vuldb/assets/52652537/ad27f2fa-7c89-475c-baf7-341637999c34) 2、Then the sql data will be backed up to upload/data in json format. ![图片3](https://github.com/magicwave18/vu...
Xinghu OA v2.3.2 sensitive information leaked
https://api.github.com/repos/magicwave18/vuldb/issues/2/comments
1
2023-09-24T10:43:31Z
2023-12-05T03:20:37Z
https://github.com/magicwave18/vuldb/issues/2
1,910,188,964
2
[ "magicwave18", "vuldb" ]
1、The payload generated to change the password is as follows: The data passed in is $data='{"msgtype":"editpass","user":"rock","pass":"123"}';, user is the username and pass is the password to be changed. <?php $data='{"msgtype":"editpass","user":"rock","pass":"123"}'; //$data = '{"basemodenum": "1","baseoptid...
Any user's password modification vulnerability in Xinhuo OA V2.3.2
https://api.github.com/repos/magicwave18/vuldb/issues/1/comments
0
2023-09-24T10:37:41Z
2023-09-24T10:38:19Z
https://github.com/magicwave18/vuldb/issues/1
1,910,187,402
1
[ "JPressProjects", "jpress" ]
null
控制接口权限在哪个文件或目录内
https://api.github.com/repos/JPressProjects/jpress/issues/191/comments
1
2025-03-17T10:41:00Z
2025-03-17T10:42:31Z
https://github.com/JPressProjects/jpress/issues/191
2,924,597,565
191
[ "JPressProjects", "jpress" ]
Download the latest version and start it locally ![image](https://github.com/user-attachments/assets/65e384ad-4b04-4454-9ea6-562a16840f0f) Replication process: Login to the backend and create a new data source ![image](https://github.com/user-attachments/assets/0c797430-de77-4217-aa7e-137d9693e56f) Select dyna...
Jpress has a SSRF Vulnerability
https://api.github.com/repos/JPressProjects/jpress/issues/190/comments
0
2024-09-04T08:46:18Z
2024-09-04T08:51:47Z
https://github.com/JPressProjects/jpress/issues/190
2,504,691,916
190
[ "JPressProjects", "jpress" ]
## Affected version ≤Jpress v5.1.1 ## Vendor https://github.com/JPressProjects/jpress ## vulnerability File jfinal-5.1.9.jar ## Description Enter the background at [http://127.0.0.1:8080/admin/login](http://127.0.0.1:8080/admin/login). In System Management → Template → Edit Module, select to ed...
jpress has an arbitrary file read vulnerability
https://api.github.com/repos/JPressProjects/jpress/issues/189/comments
0
2024-08-22T14:51:08Z
2024-08-22T14:51:08Z
https://github.com/JPressProjects/jpress/issues/189
2,480,992,964
189
[ "JPressProjects", "jpress" ]
## Vulnerability Reproduction Similar to the [[jpress前台存在任意文件上传漏洞 · Issue #173 · JPressProjects/jpress (github.com)](https://github.com/JPressProjects/jpress/issues/173)](https://github.com/JPressProjects/jpress/issues/173) Deploy JPress on Windows After installing the JPress framework, register a user. htt...
The latest version of JPress deployed on Windows has an arbitrary file upload vulnerability
https://api.github.com/repos/JPressProjects/jpress/issues/188/comments
0
2024-08-02T17:15:44Z
2024-08-02T17:15:44Z
https://github.com/JPressProjects/jpress/issues/188
2,445,438,746
188
[ "JPressProjects", "jpress" ]
直接运行curl -O https://gitee.com/JPressProjects/jpress/raw/master/docker-compose.yml docker-compose up -d后,页面http://127.0.0.1:8080展示空白页面,docker_volumes下没有资源 系统macos M1
docker部署问题
https://api.github.com/repos/JPressProjects/jpress/issues/187/comments
0
2024-03-20T02:15:30Z
2024-03-20T02:15:59Z
https://github.com/JPressProjects/jpress/issues/187
2,196,532,940
187
[ "JPressProjects", "jpress" ]
null
jpress 本地tomcat启动 文件无法正常上传
https://api.github.com/repos/JPressProjects/jpress/issues/186/comments
1
2023-10-10T09:43:54Z
2023-11-15T06:03:15Z
https://github.com/JPressProjects/jpress/issues/186
1,934,920,387
186
[ "JPressProjects", "jpress" ]
我配置nginx(使用域名访问)代理到jpress这个服务,proxy_pass配置的是127.0.0.1:8080,但是访问:域名/admin浏览器地址直接跳转到127.0.0.1:8080/admin,这是怎么回事,我在宿主机部署也是不可以的,但是如果直接访问域名,就没事,后台管理的页面就有问题,
使用Nginx反向代理到jpress服务无法自定义域名访问
https://api.github.com/repos/JPressProjects/jpress/issues/185/comments
1
2023-09-14T07:26:47Z
2023-09-14T07:27:58Z
https://github.com/JPressProjects/jpress/issues/185
1,895,910,144
185