Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Please the blotus
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Nov 16, 2016
1 parent 72b60d3 commit 615382a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nxtool/whitelists_generators/array_like_variables_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def generate_whitelist(provider, whitelists):
"""
:param provider:
:list
:return:
"""
ids = [1310, 1311] # [ and ]
Expand Down
2 changes: 1 addition & 1 deletion nxtool/whitelists_generators/zone_var_wide_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ def generate_whitelist(provider, whitelists):
else:
mz = '$%s_VAR:%s' % (zone, var_name)
ret.append(
{'mz': [mz + '|$URL:%s' % uri], 'wl': __content, 'msg': 'Variable zone-wide on a specific url'}
{'mz': ['$URL:%s|%s' % (uri, mz)], 'wl': __content, 'msg': 'Variable zone-wide on a specific url'}
)
return ret

0 comments on commit 615382a

Please sign in to comment.