You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Categories such as "Web-based Applications" or "Web-based Email" are not properly pared and identified by the Fortiguard_URLCategory analyzer.
Describe the bug
Categories such as "Web-based Applications" or "Web-based Email" are not properly pared and identified by the Fortiguard_URLCategory analyzer.
To Reproduce
Steps to reproduce the behavior:
./urlcategory.py <<< '{"data":"http://trello.com","dataType":"url"}'
result is:
Expected behavior
The result should be:
Work environment
Possible solutions
[-\w\s]+
instead of[\w\s]+
to parse URL category from the API responseThe text was updated successfully, but these errors were encountered: