Skip to content
Snippets Groups Projects
Commit 8a5bf011 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets Committed by Jacob Vosmaer (GitLab)
Browse files

Shell escape code search

parent 6c067380
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,7 +6,7 @@ class SearchContext
end
 
def execute
query = params[:search]
query = Shellwords.shellescape(params[:search])
 
return result unless query.present?
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment