0

我试过使用 bandit -r 文件夹/路径,它似乎不起作用。有什么建议么?谢谢!由于某种原因,我的所有文件都被跳过了?

C:\Users\ablev\AppData\Local\Programs\Python\Python310>bandit -r C:\Users\ablev\OneDrive\Desktop\SDEV 300 6384 Building Secure Python Programs\Bandit Python Test Codes [main]  INFO    profile include tests: None [main]  INFO    profile exclude tests: None [main]  INFO   cli include tests: None [main]  INFO    cli exclude tests: None [main] INFO    running on Python 3.10.1 Run started:2022-02-16 01:50:42.427769

Test results:
        No issues identified.

Code scanned:
        Total lines of code: 0
        Total lines skipped (#nosec): 0

Run metrics:
        Total issues (by severity):
                Undefined: 0
                Low: 0
                Medium: 0
                High: 0
        Total issues (by confidence):
                Undefined: 0
                Low: 0
                Medium: 0
                High: 0 
**Files skipped (9):**
        300 (No such file or directory)
        6384 (No such file or directory)
        Building (No such file or directory)
        C:\Users\ablev\OneDrive\Desktop\SDEV (No such file or directory)
        Codes (No such file or directory)
        Programs\Bandit (No such file or directory)
        Python (No such file or directory)
        Secure (No such file or directory)
        Test (No such file or directory)
4

0 回答 0