Skip to content

Commit

Permalink
remove dots
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Oct 31, 2023
1 parent e7eae36 commit 158341c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/tmplexec/multiproto/testcases/multiprotodynamic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dns:
- type: dsl
name: blogid
dsl:
- trim_suffix(cname,'.ghost.io.')
- trim_suffix(cname,'.ghost.io')
internal: true


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ http:
- type: dsl
dsl:
- contains(http_body,'ProjectDiscovery.io') # check for http string
- trim_suffix(dns_cname,'.ghost.io.') == 'projectdiscovery' # check for cname (extracted information from dns response)
- trim_suffix(dns_cname,'.ghost.io') == 'projectdiscovery' # check for cname (extracted information from dns response)
- ssl_subject_cn == 'blog.projectdiscovery.io'
condition: and

0 comments on commit 158341c

Please sign in to comment.