Skip to content

Commit 5a24311

Browse files
committed
Added a template for requesting new queries.
1 parent 7979dd9 commit 5a24311

1 file changed

Lines changed: 76 additions & 0 deletions

File tree

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
name: Request for Query
3+
about: Template for creating queries
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# Task Description
11+
12+
<!-- Provide an explanation of the issue -->
13+
14+
# Open Questions
15+
16+
<!-- Add any list of questions that still need to be clarified here -->
17+
18+
# Notes
19+
20+
<!-- Add any useful findings here -->
21+
22+
# Task List
23+
24+
<!-- The list below is just an example of a possible breakdown of the work: -->
25+
26+
The following tasks will need to be carried out:
27+
* [ ] Implement a query.
28+
* [ ] Create a query help file.
29+
* [ ] Test the fix.
30+
* [ ] Implement a test case.
31+
* [ ] Add Java class(es) that contains the vulnerability.
32+
* [ ] Add Java class(es) that do not contain the vulnerability.
33+
* [ ] Set up a `.qlref` file.
34+
* [ ] Set up an `.expected` file and make sure the results only contain findings in the vulnerable class(es).
35+
* [ ] Set up an `options` file.
36+
* [ ] Set up a `pom.xml` file.
37+
* [ ] Update the documentation.
38+
39+
# Useful Commands
40+
41+
42+
# Incurred Costs
43+
44+
45+
# Task Relationships
46+
47+
This task:
48+
* Is a sub-task of:
49+
* Depends on:
50+
* Is a follow-up of:
51+
* Relates to:
52+
53+
# Resources
54+
55+
<!-- Use this section to list out internal resources, such as, for example:
56+
* Git repositories
57+
* Wiki pages
58+
* Service IP-s/URL-s
59+
* Etc
60+
-->
61+
62+
# Useful Links
63+
64+
<!-- Use this section to collect links to articles, or documentation you found useful for the resolution of this issue -->
65+
* []()
66+
67+
# Points of Contact
68+
69+
<!-- List people who might be able to help get a better understanding of the problem. For example:
70+
- The person who reported this issue, (if you are raising it on their behalf)
71+
- Any Subject Matter Experts (SME-s) that might help with providing ideas on how to implement this
72+
- Any chat channels where questions could be raised
73+
- If this is related to a third-party vendor issue, list e-mails, issue trackers, established, or dedicated contacts one could reach out to
74+
- Any other stakeholders
75+
- Any other interested parties
76+
-->

0 commit comments

Comments
 (0)