This repository was archived by the owner on Jan 5, 2023. It is now read-only.
Add models for the Chi web framework#343
Merged
smowton merged 1 commit intogithub:mainfrom Sep 16, 2020
Merged
Conversation
owen-mc
approved these changes
Sep 16, 2020
Contributor
owen-mc
left a comment
There was a problem hiding this comment.
Once this is merged we should add Chi to the list of frameworks we support
max-schaefer
suggested changes
Sep 16, 2020
ql/src/semmle/go/frameworks/Chi.qll
Outdated
| } | ||
|
|
||
| /** | ||
| * Functions that extract URL parameters, considered as a source of untrusted flow. |
Contributor
There was a problem hiding this comment.
Suggested change
| * Functions that extract URL parameters, considered as a source of untrusted flow. | |
| * Methods that extract URL parameters, considered as a source of untrusted flow. |
| // Code generated by depstubber. DO NOT EDIT. | ||
| // This is a simple stub for github.com/go-chi/chi, strictly for use in testing. | ||
|
|
||
| // See the LICENSE file for information about the licensing of the original library. |
Contributor
There was a problem hiding this comment.
Is the LICENSE file part of this PR?
This is mostly simple as the framework uses ordinary net/http methods and ordinary Go contexts for most purposes.
d89b48d to
1bf366c
Compare
Contributor
Author
|
@max-schaefer done |
max-schaefer
approved these changes
Sep 16, 2020
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This is mostly simple as the framework uses ordinary net/http methods and ordinary Go contexts for most purposes.