Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
852d4da5
Commit
852d4da5
authored
May 30, 2018
by
Theophile GENTILHOMME
Browse files
[script][vuln] Add prefix aliasing and fix doc
parent
371551f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/script/vuln.py
View file @
852d4da5
...
...
@@ -3,9 +3,11 @@
import
click
import
pkg_resources
from
click_plugins
import
with_plugins
from
bob.extension.scripts.click_helper
import
AliasedGroup
@
with_plugins
(
pkg_resources
.
iter_entry_points
(
'bob.vuln.cli'
))
@
click
.
group
()
@
click
.
group
(
cls
=
AliasedGroup
)
def
vuln
():
"""
Presentation Attack Detection
related commands."""
"""
Vulnerability analysis
related commands."""
pass
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment