Maxim Masiutin
Maxim Masiutin
I'm still not yet very comfortable with testing Django applications with "pyre analyze". Once I manage to configure Pyre to find vulnerabilities in the deliberately vulnerable Django applications, and we...
I have found the following issues with https://github.com/typeddjango/django-stubs : It does not define "cached" properties, while .pysa lists at least one of them: taint/django_sources_sinks.pysa:13:0 `django.http.request.HttpRequest.accepted_types` is not part of the...
I have made a pull request at https://github.com/typeddjango/django-stubs/pull/598 However, if we would like to use the https://github.com/typeddjango/ exclusively instead of the custom-made stubs for Django, we have to figure out...
> > we have to figure out what to do with the underscore functions defined in the “.pysa” file. > > It looks like all of those functions do exist...
@gbleaney It is unlikely that they would accept https://github.com/typeddjango/django-stubs/pull/598 because it failed the tests. I have no idea why it failed and how to fix it. I might have created...
> > we have to figure out what to do with the underscore functions defined in the “.pysa” file. > > It looks like all of those functions do exist...
@gbleaney Thank you! I will make a pull request to add methods with double underscores to http request and response classes, and also the _session_key for the SessionBase. The typeddjango/django-stubs...
I've created a request at https://github.com/typeddjango/django-stubs/pull/601
I have generated keys and certificates with the secp256k1, run `rke` version v1.2.8 today and got the following error: ``` FATA[0000] Failed to read certificates from dir [/home/max/cluster_certs]: failed to...
@al42and - Thank you, however, the regex was incomplete, I have addressed this issue in the pull request to update the regex to work on a real Dante server instance...