Skip to content

Commit fc338da

Browse files
author
Ganesh K Bhat
committed
[COMMIT] [improvement] [docs] [feature] Adding parser file parser.js for requires and imports based on require.cache and regex for js, cjs, mjs files. Adding demos for the parser.js. Adding verifyfilelock functions structure in filelock.js. Adding __isParentModule function in require.js
1 parent 1bc240d commit fc338da

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
name: Security Vulnerability / Bug report ticket
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the Security vulnerability / bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Security Vulerability**
14+
Describe the security vulnerability.
15+
16+
**Security Vulerability Impact**
17+
Describe the security vulnerability impact.
18+
19+
**Security Vulerability Detection or How To Reproduce**
20+
Describe how the security vulnerability can be detected or reprduced.
21+
22+
Steps to reproduce the behavior:
23+
1. Go to '...'
24+
2. Click on '....'
25+
3. Scroll down to '....'
26+
4. See error
27+
28+
**Expected behavior**
29+
A clear and concise description of what you expected to happen.
30+
31+
**How To Rectify the Security Vulerability Issue**
32+
Describe How To Rectify the Security Vulerability Issue.
33+
34+
Eg: Upgrade package, code section change, feature, changing defaults, etc.
35+
36+
**Screenshots**
37+
If applicable, add screenshots to help explain your problem.
38+
39+
**Desktop (please complete the following information):**
40+
- OS: [e.g. iOS]
41+
- Browser [e.g. chrome, safari]
42+
- Version [e.g. 22]
43+
44+
**Smartphone (please complete the following information):**
45+
- Device: [e.g. iPhone6]
46+
- OS: [e.g. iOS8.1]
47+
- Browser [e.g. stock browser, safari]
48+
- Version [e.g. 22]
49+
50+
**Additional context**
51+
Add any other context about the problem here.

0 commit comments

Comments
 (0)