Skip to content

Commit 48925a7

Browse files
authored
Code Owners (#545)
* Initial draft for code owners * Add janniclas as owner of the .docker folder
1 parent 71cc57a commit 48925a7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/CODEOWNERS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Patterns listed later take precedence over earlier patterns.
2+
# All owners are automatically set as reviewers for PRs affecting their files.
3+
# At least one owner must approve a PR affecting their files.
4+
5+
* @MMory @fabianbs96
6+
7+
/include/phasar/PhasarLLVM/DataflowSolver/IfdsIde/Solver/IDESolver.h @pdschubert
8+
9+
/include/phasar/PhasarLLVM/DataflowSolver/IfdsIde/FlowEdgeFunctionCache.h @vulder
10+
11+
/include/phasar/PhasarLLVM/DataflowSolver/Mono @pdschubert
12+
13+
/img @pdschubert
14+
15+
/include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEInstInteractionAnalysis.h @pdschubert @vulder
16+
/include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/ExtendedTaintAnalysis/ @fabianbs96
17+
/include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEExtendedTaintAnalysis.h @fabianbs96
18+
/lib/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEExtendedTaintAnalysis.cpp @fabianbs96
19+
/lib/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/ExtendedTaintAnalysis/ @fabianbs96
20+
21+
/include/phasar/PhasarLLVM/AnalysisStrategy/ @pdschubert
22+
23+
Dockerfile @janniclas
24+
/.docker/ @janniclas
25+
26+
/include/phasar/Utils/Logger.h @MMory

0 commit comments

Comments
 (0)