1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Add unittest.nse to 'safe' category

This commit is contained in:
dmiller
2014-01-21 22:17:13 +00:00
parent 7b43ab1ff6
commit 2ea4934bbf
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ author = "Daniel Miller"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {}
categories = {"safe"}
prerule = function() return stdnse.get_script_args("unittest.run") end