Noam Rathaus

Results 96 comments of Noam Rathaus

Trying the OWASP one - https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/12-API_Testing/01-Testing_GraphQL: ``` query IntrospectionQuery { __schema { queryType { name } mutationType { name } subscriptionType { name } types { ...FullType } directives {...

I think the bug is here: ``` diff --git a/src/gqlspection/introspection_query.py b/src/gqlspection/introspection_query.py index 601f7b0..9b9e467 100644 --- a/src/gqlspection/introspection_query.py +++ b/src/gqlspection/introspection_query.py @@ -10,7 +10,6 @@ query IntrospectionQuery { queryType { name } -...

I don't think this bug is related to python 3.11, as I am able to recreate this also on 3.10.12

I think the issue is related to `acquired_until` value getting "freed"

The value of `30` seems to arrive from `self.lock_expiration_delay`