-
-
Notifications
You must be signed in to change notification settings - Fork 171
Implement fuzztesting. #1139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ahmedxgouda
wants to merge
65
commits into
OWASP:main
Choose a base branch
from
ahmedxgouda:feature/fuzz-testing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+420
−8
Open
Implement fuzztesting. #1139
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
bc40efb
Add hypothesis to poetry and fuzz test the index endpoint.
ahmedxgouda 6c18da7
Refactor import statements in algolia_test.py for consistency
ahmedxgouda 4a17780
Add the client ip address to the request META.
ahmedxgouda 75aa9fe
Add fuzz testing for Slack event handlers and refactor algolia fuzz t…
ahmedxgouda 625cc0e
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda b078e92
Refactor fuzz tests for Slack event handlers to improve readability a…
ahmedxgouda f1f6718
Fix the poetry lock file.
ahmedxgouda c0ed1f9
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 998bd29
Remove fuzz testing from algolia_search unit tests
ahmedxgouda 6b240b4
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda f060510
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda ab68f1a
Create a docker file for fuzz-testing, add the run commands to the Ma…
ahmedxgouda d1d48ea
Refactor to improve quality
ahmedxgouda 54f7fbe
Update fuzz testing setup: modify Makefile and Dockerfile, add entryp…
ahmedxgouda 12b5139
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 21283f7
Update poetry.lock to reflect dependency changes and version updates
ahmedxgouda c47b9fd
Create a fuzz configuration, update docker file, makefile, and the te…
ahmedxgouda de81b25
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 5f79854
Refactor fuzz configuration by reorganizing imports and cleaning up w…
ahmedxgouda 8330865
Update Dockerfile and entrypoint script to use Alpine base image and …
ahmedxgouda 1ed4452
Run the server on port 8000 after the tests.
ahmedxgouda dd36f25
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 0a9068d
Create a docker compose file for fuzz testing.
ahmedxgouda c5363db
Add 'graphqler' to custom dictionary
ahmedxgouda ccc28c8
Load data from nest.json and add graphqler to cspell dict.
ahmedxgouda ef20adb
Remove model-bakery dependency from pyproject.toml and update poetry.…
ahmedxgouda 845e1c1
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 8755056
Update graphqler command in docker compose and the healthcheck
ahmedxgouda 6637d8c
Update graphql command to use backend service URL in docker-compose
ahmedxgouda decec65
Refactor docker-compose to build graphqler service from Dockerfile an…
ahmedxgouda 672f097
Enhance fuzz testing setup: update Dockerfile and entrypoint scripts,…
ahmedxgouda ed62759
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 49fa5f8
Update fuzz-test-backend command to abort on container exit
ahmedxgouda e1533ab
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda dcba769
Add fuzz testing workflow and update image build steps
ahmedxgouda 5e85b0b
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 70312c5
Add .env file creation step for fuzz tests in CI/CD workflow
ahmedxgouda 751f105
Add Docker Hub login step for fuzz tests in CI/CD workflow
ahmedxgouda 4cb975a
Refactor for the checks
ahmedxgouda 47daeda
Refactor fuzz testing workflow: replace Docker Hub login with buildx …
ahmedxgouda 5e08107
Fix fuzz tests workflow: rename docker-compose file
ahmedxgouda de6bf2e
Refactor fuzz-tests job.
ahmedxgouda d908fcf
Add environment variables for fuzz tests configuration
ahmedxgouda d3f2987
Update fuzz tests environment variables
ahmedxgouda d3fd074
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 7d5c20d
Resolve conflicts
ahmedxgouda 03ecb0c
Fix poetry lock file
ahmedxgouda cf07402
Sort the custom-dict.
ahmedxgouda e0459d4
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 54ce26a
Update content hash in poetry.lock
ahmedxgouda deaf1d0
Add docker cache mounts to the backend image
ahmedxgouda 2236c73
Add Redis configuration
ahmedxgouda 8ada3b9
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 013537b
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 8ec969f
refactor yaml
ahmedxgouda 3839ef1
Add docker cache mounts to graphql file
ahmedxgouda f1e2c56
Remove unnecessary chmod command for cache directories in Dockerfile
ahmedxgouda 2fabe70
Merge branch 'main' into feature/fuzz-testing
ahmedxgouda 56acd52
Merge branch 'main' into 'feature/fuzz-testing'
ahmedxgouda a2436f5
Fix poetry lock file
ahmedxgouda 25b98f5
Add cache mounts to backend tests
ahmedxgouda eb8c087
Update cache mounts in graphql image
ahmedxgouda e27ce00
Update mkdir in graphql image
ahmedxgouda 8d8e3fe
Remove duplicates
ahmedxgouda 303f825
Update tests
ahmedxgouda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.