-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lot of fixes, improvements etc... (#66)
* feat: fork for pypi * fix: handle json decode errors * fix: error not defined * feat: jmiroosh feature Signed-off-by: QuentinN42 <[email protected]> * feat: duplicate query regex Signed-off-by: QuentinN42 <[email protected]> * fix: dockerhub token * feat: proxy Signed-off-by: QuentinN42 <[email protected]> * feat: ignore error Signed-off-by: QuentinN42 <[email protected]> * feat: add max retry param Signed-off-by: QuentinN42 <[email protected]> * fix: input object heuristics * fix: typing context * fix: input object for argmuments * fix: double regex * fix: new field regex * fix: did you mean * fix: did you mean * fix: tests * fix: tests * fix: typename regex * feat: skip regex * feat: fix regex * fix: was not provided regex * feat: dot in field * feat: add backoff Signed-off-by: QuentinN42 <[email protected]> * feat: multiple did you mean * fix: better regexps * feat: move to triple quotes * feat: move to triple quotes * feat: move to triple quotes * feat: move to triple quotes * feat: profiles Signed-off-by: QuentinN42 <[email protected]> * feat: field regexes above * feat: triple quote * feat: compile arg regexes * feat: compile typeref regexes * --wip-- [skip ci] * --wip-- [skip ci] * fix: final regexes * fix: remove print * docs: add help message to the doc Signed-off-by: QuentinN42 <[email protected]> * feat: V2.3 Signed-off-by: QuentinN42 <[email protected]> * feat: @jamboro fixes issue 11 Signed-off-by: QuentinN42 <[email protected]> * feat: retro compat Signed-off-by: QuentinN42 <[email protected]> * feat: update python Signed-off-by: QuentinN42 <[email protected]> * feat: lookup in stderr Signed-off-by: QuentinN42 <[email protected]> * feat: ignore aiohttp warns Signed-off-by: QuentinN42 <[email protected]> * chore: v2.3.1 Signed-off-by: QuentinN42 <[email protected]> * fix: better did you mean for type field * feat: did you mean skip field regex * fix: clairvoyance * fix: inline fragments regexps * fix: inline fragments regexps * feat: skip ever useless error message * fix: print context * fix: input object Input * fix: naming * feat: v2.4.0 Signed-off-by: QuentinN42 <[email protected]> * fix: unknown-message-log-error * fix: input flagh * fix: reccursive schemas loops * chore: remove unused import * chore: v2.4.1 Signed-off-by: QuentinN42 <[email protected]> * feat: disable ssl verification * chore: update readme * fix: don't crash when no field suggestion * docs: update readme Signed-off-by: QuentinN42 <[email protected]> * feat: some rich progress bars Signed-off-by: QuentinN42 <[email protected]> * fix: use pathlib to work with any OS Signed-off-by: QuentinN42 <[email protected]> * fix: updated an uniform tasks Signed-off-by: QuentinN42 <[email protected]> * fix: optional progress Signed-off-by: QuentinN42 <[email protected]> * feat: v2.5.0 Signed-off-by: QuentinN42 <[email protected]> * refactor: allow over python 3.11 * chore: typo Signed-off-by: QuentinN42 <[email protected]> * Revert "fix: dockerhub token" This reverts commit 200f43b. * feat: update debugger config Signed-off-by: QuentinN42 <[email protected]> * feat: revert one line Signed-off-by: QuentinN42 <[email protected]> * fix: call super in the __init__ Signed-off-by: QuentinN42 <[email protected]> * fix: drop warluses Signed-off-by: QuentinN42 <[email protected]> * docs: move comments Signed-off-by: QuentinN42 <[email protected]> * feat: fix typing Signed-off-by: QuentinN42 <[email protected]> * feat: restore main project name Signed-off-by: QuentinN42 <[email protected]> * fix: Closing angle bracket Signed-off-by: QuentinN42 <[email protected]> --------- Signed-off-by: QuentinN42 <[email protected]> Co-authored-by: Antoine Carossio <[email protected]> Co-authored-by: c3b5aw <[email protected]> Co-authored-by: nohehf <[email protected]> Co-authored-by: nohehf <[email protected]>
- Loading branch information
1 parent
66efa8f
commit de71a0f
Showing
21 changed files
with
1,516 additions
and
1,240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
|
||
|
||
class IConfig(ABC): | ||
|
||
_bucket_size: int | ||
|
||
@property | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
|
||
|
||
class MetaEnum(EnumMeta): | ||
|
||
"""Meta class for Enum.""" | ||
|
||
# pylint: disable=no-value-for-parameter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
"""Oracle definitions.""" | ||
|
||
from enum import Enum | ||
|
||
|
||
class FuzzingContext(str, Enum): | ||
"""Contexts.""" | ||
ARGUMENT = 'InputValue' | ||
FIELD = 'Field' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.