mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
new capacity bits (#67)
This commit is contained in:
parent
afaffc0df6
commit
7d0e7320e2
261 changed files with 10591 additions and 231 deletions
|
|
@ -1181,7 +1181,12 @@ fn type_kind_tag(k: &TypeKind) -> String {
|
|||
TypeKind::LocalCollection => "LocalCollection".into(),
|
||||
TypeKind::RequestBuilder => "RequestBuilder".into(),
|
||||
TypeKind::JpaCriteriaQuery => "JpaCriteriaQuery".into(),
|
||||
TypeKind::LdapClient => "LdapClient".into(),
|
||||
TypeKind::XPathClient => "XPathClient".into(),
|
||||
TypeKind::XmlParser => "XmlParser".into(),
|
||||
TypeKind::Template => "Template".into(),
|
||||
TypeKind::Dto(_) => "Dto".into(),
|
||||
TypeKind::NullPrototypeObject => "NullPrototypeObject".into(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1538,6 +1543,8 @@ pub fn analyse_function_taint(
|
|||
receiver_seed: None,
|
||||
const_values: Some(&opt.const_values),
|
||||
type_facts: Some(&opt.type_facts),
|
||||
xml_parser_config: Some(&opt.xml_parser_config),
|
||||
xpath_config: Some(&opt.xpath_config),
|
||||
ssa_summaries: None,
|
||||
extra_labels: None,
|
||||
callee_bodies: None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue