29 lines
592 B
YAML
29 lines
592 B
YAML
|
id: gitlab-public-signup
|
||
|
info:
|
||
|
name: GitLab public snippets
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
tags: gitlab
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/users/sign_in"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<a data-qa-selector="register_link" href="/users/sign_up">Register now</a>'
|
||
|
- 'https://about.gitlab.com'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<meta content="GitLab.com" property="og:description">'
|
||
|
negative: true
|