2021-02-24 01:28:13 +00:00
|
|
|
id: yarn-lock
|
|
|
|
|
|
|
|
info:
|
2023-07-04 03:58:08 +00:00
|
|
|
name: Yarn Lock File Disclosure
|
2023-01-06 17:19:54 +00:00
|
|
|
author: oppsec,noraj
|
2021-02-24 01:28:13 +00:00
|
|
|
severity: info
|
2023-07-04 03:58:08 +00:00
|
|
|
description: |
|
|
|
|
The yarn.lock file stores the versions of each Yarn dependency installed. It's a lock file for package.json.
|
2023-01-06 17:19:54 +00:00
|
|
|
reference:
|
|
|
|
- https://classic.yarnpkg.com/lang/en/docs/yarn-lock/
|
2023-07-07 05:04:59 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-07-04 03:58:08 +00:00
|
|
|
tags: exposure,files,yarn
|
2021-02-24 01:28:13 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-02-24 01:28:13 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/yarn.lock"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2023-07-04 03:58:08 +00:00
|
|
|
part: body
|
2021-02-24 01:28:13 +00:00
|
|
|
words:
|
|
|
|
- "# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY."
|
|
|
|
- "# yarn lockfile v1"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
2023-07-04 03:58:08 +00:00
|
|
|
part: header
|
2021-02-24 01:28:13 +00:00
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502206eace0f19af437ac9c319b5a1bc91d0c99e8e860795e06ca784df22f8e0cf8da022100c7fb1383ab9b22fb4f9573c92543d58e74721a9016fcea9b214189a06eae86b0:922c64590222798bb761d5b6d8e72950
|