Potential leak of data: URL with Credentials


Detected 2 occurrence(s) of ‘[ht|f]tp[s]*:\/\/\w+\:.*\@\w*\.\w*’:
parent field definitions
curl -XPOST 'http://localhost:9200/parent_child' -d @mapping.json

# bulk insert data into the index
curl -s -XPOST localhost:9200/_bulk?pretty=true --data-binary @bulk_data.json

# execute the query with 'has_parent
curl -XPOST 'http://localhost:9200/parent_child/_search?pretty=true' -d @has_parent_query.json