-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix false-positives in http_parser.rb-0.8.0/ext/ruby_http_parser/vend…
…or/http-parser/test.c (#720) * improve http false positives * refresh testdata * Add test
- Loading branch information
1 parent
d21305b
commit 892d94a
Showing
4 changed files
with
42 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# c/clean/ruby_http_parser/test.c: medium | ||
c2/tool_transfer/os: low | ||
crypto/openssl: medium | ||
data/compression/gzip: low | ||
data/compression/zlib: low | ||
data/embedded/base64_url: medium | ||
data/embedded/pem_certificate: low | ||
data/random/insecure: low | ||
impact/remote_access/agent: medium | ||
net/download/fetch: medium | ||
net/http/accept_encoding: low | ||
net/http/content_length: medium | ||
net/http/cookies: medium | ||
net/http/form_upload: medium | ||
net/http/post: medium | ||
net/http/request: low | ||
net/http/websocket: medium | ||
net/ip/host_port: medium | ||
net/socket/send: low | ||
net/udp/kcp: medium | ||
net/udp/upnp: medium | ||
net/url/embedded: low | ||
net/url/encode: medium |