feature/match #5

Merged
Tritium merged 63 commits from feature/match into main 2024-04-25 21:30:29 +08:00
Showing only changes of commit 27ef6c9acc - Show all commits

View File

@ -1,9 +1,6 @@
import unittest
import os
import sys
sys.path.append(os.path.abspath("../detection"))
from backdoor_detection import find_dangerous_functions
from detection.backdoor_detection import find_dangerous_functions
class TestBackdoorDetection(unittest.TestCase):