mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
[pitboss] phase 09: Track J.7 + Track L.7 — OPEN_REDIRECT corpus + redirect-aware adapters
This commit is contained in:
parent
5697763f28
commit
b881af5d93
47 changed files with 2592 additions and 32 deletions
|
|
@ -28,6 +28,13 @@ pub mod php_twig;
|
|||
pub mod php_unserialize;
|
||||
pub mod python_jinja2;
|
||||
pub mod python_pickle;
|
||||
pub mod redirect_go;
|
||||
pub mod redirect_java;
|
||||
pub mod redirect_js;
|
||||
pub mod redirect_php;
|
||||
pub mod redirect_python;
|
||||
pub mod redirect_ruby;
|
||||
pub mod redirect_rust;
|
||||
pub mod ruby_erb;
|
||||
pub mod ruby_marshal;
|
||||
pub mod xpath_java;
|
||||
|
|
@ -57,6 +64,13 @@ pub use php_twig::PhpTwigAdapter;
|
|||
pub use php_unserialize::PhpUnserializeAdapter;
|
||||
pub use python_jinja2::PythonJinja2Adapter;
|
||||
pub use python_pickle::PythonPickleAdapter;
|
||||
pub use redirect_go::RedirectGoAdapter;
|
||||
pub use redirect_java::RedirectJavaAdapter;
|
||||
pub use redirect_js::RedirectJsAdapter;
|
||||
pub use redirect_php::RedirectPhpAdapter;
|
||||
pub use redirect_python::RedirectPythonAdapter;
|
||||
pub use redirect_ruby::RedirectRubyAdapter;
|
||||
pub use redirect_rust::RedirectRustAdapter;
|
||||
pub use ruby_erb::RubyErbAdapter;
|
||||
pub use ruby_marshal::RubyMarshalAdapter;
|
||||
pub use xpath_java::XpathJavaAdapter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue