Skip to content

Commit

Permalink
Merge pull request #1045 from psyray/fix-visualization-failed-1044
Browse files Browse the repository at this point in the history
Fix failing visualization when dorks are present
  • Loading branch information
AnonymousWP authored Nov 21, 2023
2 parents 0fb28c8 + 96fe0f0 commit c966cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def get_title(self, dork):
return dork.type

def get_description(self, dork):
return dork.description
return dork.type

def get_http_url(self, dork):
return dork.url
Expand Down

0 comments on commit c966cfb

Please sign in to comment.