mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 12:07:43 +03:00
Nov_12_2023-Dev
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
class ParserGql : public ParserBase, public facebook::graphql::ast::visitor::AstVisitor {
|
||||
public:
|
||||
ParserGql(IParserReceiver &receiver);
|
||||
ParserGql(IParserReceiver &receiver, size_t parser_depth);
|
||||
virtual ~ParserGql();
|
||||
size_t push(const char *data, size_t data_len);
|
||||
void finish();
|
||||
@@ -51,6 +51,7 @@ private:
|
||||
bool visitEnumValue(const facebook::graphql::ast::EnumValue &node) override;
|
||||
public:
|
||||
static const std::string m_parserName;
|
||||
size_t m_parser_depth;
|
||||
};
|
||||
|
||||
#endif // __PARSER_JQL_H
|
||||
|
Reference in New Issue
Block a user