OrenGitHub / dhscanner

free as in speech container scanner
https://orengithub.github.io/
2 stars 0 forks source link

Missing args in ruby call #71

Closed OrenGitHub closed 3 months ago

OrenGitHub commented 3 months ago

There should be a kb_arg_for_call with startloc_36_1067_endloc_36_1105

$ grep -rn "startloc_36_1067_endloc_36_1105" kb.pl
1912:kb_call( startloc_36_1067_endloc_36_1105 ).
5114:kb_dataflow_edge( startloc_36_1067_endloc_36_1079, startloc_36_1067_endloc_36_1105 ).
5115:kb_dataflow_edge( startloc_36_1067_endloc_36_1105, startloc_36_1053_endloc_36_1064 ).
8107:kb_has_fqn( startloc_36_1067_endloc_36_1105, 'any' ).
8108:kb_has_fqn( startloc_36_1067_endloc_36_1105, 'generic_call' ).
OrenGitHub commented 3 months ago

FIXED !

$ grep -rn "startloc_36_1067_endloc_36_1105" kb.pl | sed -n '1,2p'
974:kb_arg_for_call( startloc_35_1015_endloc_35_1026, startloc_36_1067_endloc_36_1105 ).
975:kb_arg_for_call( startloc_35_1028_endloc_35_1039, startloc_36_1067_endloc_36_1105 ).