mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
[pitboss] phase 05: Track J.3 + Track L.3 — XXE corpus + DocumentBuilder / lxml / libxml / SimpleXML adapters
This commit is contained in:
parent
637b733928
commit
4de925c3ef
35 changed files with 1985 additions and 23 deletions
|
|
@ -20,6 +20,11 @@ pub mod python_jinja2;
|
|||
pub mod python_pickle;
|
||||
pub mod ruby_erb;
|
||||
pub mod ruby_marshal;
|
||||
pub mod xxe_go;
|
||||
pub mod xxe_java;
|
||||
pub mod xxe_php;
|
||||
pub mod xxe_python;
|
||||
pub mod xxe_ruby;
|
||||
|
||||
pub use java_deserialize::JavaDeserializeAdapter;
|
||||
pub use java_thymeleaf::JavaThymeleafAdapter;
|
||||
|
|
@ -30,6 +35,11 @@ pub use python_jinja2::PythonJinja2Adapter;
|
|||
pub use python_pickle::PythonPickleAdapter;
|
||||
pub use ruby_erb::RubyErbAdapter;
|
||||
pub use ruby_marshal::RubyMarshalAdapter;
|
||||
pub use xxe_go::XxeGoAdapter;
|
||||
pub use xxe_java::XxeJavaAdapter;
|
||||
pub use xxe_php::XxePhpAdapter;
|
||||
pub use xxe_python::XxePythonAdapter;
|
||||
pub use xxe_ruby::XxeRubyAdapter;
|
||||
|
||||
/// True when any callee in `summary.callees` matches `predicate`.
|
||||
fn any_callee_matches(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue