Esempio n. 1
0
def get_apialert(pe):
    show_apialert = apialert.get(pe)
    return json.dumps({"Suspicious API": show_apialert},
                      indent=4,
                      separators=(',', ': '))
Esempio n. 2
0
def get_apialert(pe):
	show_apialert = apialert.get(pe)
	return json.dumps({"Suspicious API": show_apialert}, indent=4, separators=(',', ': '))
Esempio n. 3
0
def get_apialert(pe):
    show_apialert = apialert.get(pe)
    return show_apialert