Changes between Version 17 and Version 18 of howto


Ignore:
Timestamp:
Aug 31, 2020, 1:07:32 PM (4 years ago)
Author:
tothm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto

    v17 v18  
    181181 * {{{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 
    182182 * {{{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.. 
    184186 
    185187== Detecting vulnerabilities 
     
    201203   * {{{mods.unsecure_xml_usage}}} -- Identifies unsecure   xml parsing 
    202204   * {{{mods.unsecure_communication}}} -- Lists unsecure   communication   related settings 
     205  
    203206 
    204207