File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change 1
- HACKING
2
- =======
3
1
4
- (Last updated: 2014-03-04)
5
-
6
- This document almost entirely deprecated by:
7
-
8
- CONTRIBUTING.md
9
-
10
- in the same directory as this file, and to a lesser extent:
11
-
12
- The Metasploit Development Environment
13
- https://github.com/rapid7/metasploit-framework/wiki/Setting-Up-a-Metasploit-Development-Environment
14
-
15
- Common Coding Mistakes
16
- https://github.com/rapid7/metasploit-framework/wiki/Common-Metasploit-Module-Coding-Mistakes
17
-
18
- The Ruby Style Guide
19
- https://github.com/bbatsov/ruby-style-guide
20
-
21
- Ruby 1.9: What to Expect
22
- http://slideshow.rubyforge.org/ruby19.html
23
-
24
- You can use the the "./tools/msftidy.rb" script against your new and
25
- changed modules to do some rudimentary checking for various style and
26
- syntax violations.
27
-
28
- Licensing for Your New Content
29
- ==============================
30
-
31
- By submitting code contributions to the Metasploit Project it is
32
- assumed that you are offering your code under the Metasploit License
33
- or similar 3-clause BSD-compatible license. MIT and Ruby Licenses
34
- are also fine. We specifically cannot include GPL code. LGPL code
35
- is accepted on a case by case basis for libraries only and is never
36
- accepted for modules.
37
2
38
3
You can’t perform that action at this time.
0 commit comments