Exemple #1
0
 def _append_file(name, body):
     """ Append generally a file.
     """
     if scan_id:
         append_scan_file(scan_id, name, body, apibase, password)
Exemple #2
0
 def _append_file(name, body):
     if scan_id:
         append_scan_file(scan_id, name, body, apibase, password)
         appended_files.append(name)
Exemple #3
0
 def _append_file(name, body):
     """ Append generally a file.
     """
     if scan_id:
         append_scan_file(scan_id, name, body, apibase, password)