-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add dependency parsing grammar for gateway allowlist #1459
Merged
Merged
Commits on Sep 10, 2024
-
add dependency parsing grammar for gateway allowlist
Signed-off-by: Paul S. Schweigert <[email protected]> This PR adds the dependency specification grammar from PEP 508 (https://peps.python.org/pep-0508/) to use when validating dependencies via the allowlist. As a temporary measure, it also simplifies the check to only consider the dependency and not a specific version. As such, it has dropped the test for related to dependency version. Future work should be done to convert the allowlist file from JSON to the standard requirements.txt format, which would allow for easier version checking.
Configuration menu - View commit details
-
Copy full SHA for aa56ff7 - Browse repository at this point
Copy the full SHA aa56ff7View commit details -
Signed-off-by: Paul S. Schweigert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24d3aef - Browse repository at this point
Copy the full SHA 24d3aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb5e3cc - Browse repository at this point
Copy the full SHA fb5e3ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8672e1b - Browse repository at this point
Copy the full SHA 8672e1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cab5dc - Browse repository at this point
Copy the full SHA 2cab5dcView commit details -
Signed-off-by: Paul S. Schweigert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8821de7 - Browse repository at this point
Copy the full SHA 8821de7View commit details -
increase gateway resource limits
Signed-off-by: Paul S. Schweigert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18cb24b - Browse repository at this point
Copy the full SHA 18cb24bView commit details -
revert gateway resource changes
Signed-off-by: Paul S. Schweigert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02950ff - Browse repository at this point
Copy the full SHA 02950ffView commit details -
use gateway/api/utils for parsing utilities
Signed-off-by: Paul S. Schweigert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11278b8 - Browse repository at this point
Copy the full SHA 11278b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d99ae71 - Browse repository at this point
Copy the full SHA d99ae71View commit details -
Signed-off-by: Paul S. Schweigert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62f9018 - Browse repository at this point
Copy the full SHA 62f9018View commit details -
Signed-off-by: Paul S. Schweigert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4f8ff3 - Browse repository at this point
Copy the full SHA d4f8ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42204d5 - Browse repository at this point
Copy the full SHA 42204d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03f72eb - Browse repository at this point
Copy the full SHA 03f72ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for c422094 - Browse repository at this point
Copy the full SHA c422094View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd0d03c - Browse repository at this point
Copy the full SHA fd0d03cView commit details -
Signed-off-by: Paul S. Schweigert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e473f1 - Browse repository at this point
Copy the full SHA 2e473f1View commit details
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.