Ou7law007

Results 28 comments of Ou7law007

Is it coming to VS 2022 at all at this point?

I don't have the knowledge or experience to do it unfortunately.

It took me a while to know what was going on why my class inheriting from `permissions.IsAdminUser` keeps returning True when `has_object_permission` is called! I do not understand why some...

Yeah, I'm aware of how to check if a user `is_staff`, `is_admin` or `is_superuser` but that's not clean when a whole class called `IsAdminUser` exists and is supposed to do...

> > Seeing the exact same issue here. We can tunnel DBeaver via an Ubuntu 20.04 bastion host but not an Ubuntu 22.04 bastion host. > > I'm running DBeaver...

@Zenoo Snippets don't work. Thanks though

What about this one: https://github.com/hasherezade/transacted_hollowing/blob/a9eaed85627827d28d34d03d059bbdd4e88834c9/transacted_file.cpp#L40 Is it possible to not write the file to disk at all? This is also used in all other injection techniques you made i.e. process_doppelganging,...

> initial user input ( What is wrong with altering the user's input email case?

> Traced this to [django/contrib/admin/options.py](https://github.com/django/django/blob/fed8129276eac973fd48a2f33b7e1735a866628d/django/contrib/admin/options.py#L596). > > You need to implement the following on the inline: > > ``` > has_view_or_change_permission > has_add_permission > has_delete_permission > ``` > > At...

> transport layer security I've never heard of transport layer security **callbacks** before 😅 Is it possible to omit these "concurrency optimizations" and manage them myself? The compiler flag /Zc:threadSafeInit-...