Changes between Version 17 and Version 18 of howto
- Timestamp:
- Aug 31, 2020, 1:07:32 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto
v17 v18 181 181 * {{{mods[name~\"xyz\"][.funs.calls[module~\"[^xyz].*\"]]}}} -- list all the modules staring with xyz that contains calls to modules that are not starting with xyz 182 182 * {{{mods.funs.exprs.sub[type=integer, not .macro]}}} -- list the integers that are not defined in a macro 183 183 * {{{mods.funs.vars[name~\"atom\"], 184 mods.funs.vars[name~\"string\"] 185 mods.funs.vars[name~\"list\"]}}} -- list variable names containing the text atom, string, list, etc.. 184 186 185 187 == Detecting vulnerabilities … … 201 203 * {{{mods.unsecure_xml_usage}}} -- Identifies unsecure xml parsing 202 204 * {{{mods.unsecure_communication}}} -- Lists unsecure communication related settings 205 203 206 204 207