Skip to content

Commit

Permalink
Change url search to ignore case
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronweaver committed Feb 16, 2018
1 parent f0212bc commit bd186ec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defectdojo_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.1.1'
Binary file modified defectdojo_api/__init__.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion defectdojo_api/defectdojo.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ def list_tool_products(self, resource_id=None, url=None, name=None, tool_configu
params['name'] = name

if url:
params['url'] = url
params['url__iregex'] = url

if tool_project_id:
params['tool_project_id__contains'] = tool_project_id
Expand Down
Binary file modified defectdojo_api/defectdojo.pyc
Binary file not shown.

0 comments on commit bd186ec

Please sign in to comment.