risu 1.7.7 → 1.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +15 -22
- data/Rakefile +16 -21
- data/bin/risu +16 -21
- data/docs/NEWS.markdown +4 -1
- data/lib/risu.rb +16 -21
- data/lib/risu/base.rb +16 -21
- data/lib/risu/base/post_process_base.rb +16 -21
- data/lib/risu/base/post_process_manager.rb +16 -21
- data/lib/risu/base/schema.rb +16 -21
- data/lib/risu/base/template_base.rb +16 -21
- data/lib/risu/base/template_manager.rb +16 -21
- data/lib/risu/base/templater.rb +16 -21
- data/lib/risu/cli.rb +16 -21
- data/lib/risu/cli/application.rb +16 -21
- data/lib/risu/cli/banner.rb +16 -21
- data/lib/risu/exceptions.rb +16 -21
- data/lib/risu/exceptions/invaliddocument.rb +16 -21
- data/lib/risu/graphs.rb +16 -21
- data/lib/risu/graphs/top_vuln_graph.rb +16 -21
- data/lib/risu/graphs/windows_os_graph.rb +16 -21
- data/lib/risu/models.rb +16 -21
- data/lib/risu/models/attachment.rb +16 -21
- data/lib/risu/models/familyselection.rb +16 -21
- data/lib/risu/models/host.rb +16 -21
- data/lib/risu/models/hostproperty.rb +16 -21
- data/lib/risu/models/individualpluginselection.rb +16 -21
- data/lib/risu/models/item.rb +16 -21
- data/lib/risu/models/patch.rb +16 -21
- data/lib/risu/models/plugin.rb +16 -21
- data/lib/risu/models/pluginspreference.rb +16 -21
- data/lib/risu/models/policy.rb +16 -21
- data/lib/risu/models/reference.rb +16 -21
- data/lib/risu/models/report.rb +16 -21
- data/lib/risu/models/serverpreference.rb +16 -21
- data/lib/risu/models/servicedescription.rb +16 -21
- data/lib/risu/models/version.rb +16 -21
- data/lib/risu/parsers.rb +16 -21
- data/lib/risu/parsers/nessus/nessus_document.rb +16 -21
- data/lib/risu/parsers/nessus/nessus_sax_listener.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/adobe_acrobat.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/adobe_air.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/adobe_reader.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/apache.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/apache_tomcat.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/apple_itunes.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/apple_quicktime.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/blackberry_enterprise_server.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/ca_brightstor_arcserve.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/cisco_anyconnect.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/cisco_ios.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/core_ftp.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/db2.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/downgrade_plugins.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/filezilla.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/firefox.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/flash_player.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/flexnet.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/foxit_reader.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/google_chrome.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/hp_system_mgt_homepage.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/irfanview.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/java.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/libreoffice.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/openoffice.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/openssh.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/openssl.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/oracle_database.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/php.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/post_process.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/risk_score.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/root_cause.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/servu.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/shockwave.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/sigplus_pro.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/symantec_pcanywhere.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/timbuktu.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/vlc.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/vmware_esxi.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/vmware_player.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/vmware_vcenter.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/vmware_vsphere_client.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/windows.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/winscp.rb +16 -21
- data/lib/risu/parsers/nessus/postprocess/wireshark.rb +16 -21
- data/lib/risu/parsers/nexpose/nexpose_document.rb +16 -21
- data/lib/risu/parsers/nexpose/simple_nexpose.rb +16 -21
- data/lib/risu/renderers.rb +16 -21
- data/lib/risu/renderers/csvrenderer.rb +16 -21
- data/lib/risu/renderers/nilrenderer.rb +16 -21
- data/lib/risu/renderers/pdfrenderer.rb +16 -21
- data/lib/risu/template_helpers.rb +16 -21
- data/lib/risu/templates/assets.rb +16 -21
- data/lib/risu/templates/authentication_summary.rb +16 -21
- data/lib/risu/templates/cover_sheet.rb +16 -21
- data/lib/risu/templates/exec_summary.rb +16 -21
- data/lib/risu/templates/executive_summary_detailed.rb +16 -21
- data/lib/risu/templates/exploitablity_summary.rb +16 -21
- data/lib/risu/templates/finding_statistics.rb +16 -21
- data/lib/risu/templates/findings_host.rb +16 -21
- data/lib/risu/templates/findings_summary.rb +16 -21
- data/lib/risu/templates/findings_summary_with_pluginid.rb +16 -21
- data/lib/risu/templates/graphs.rb +16 -21
- data/lib/risu/templates/host_findings_csv.rb +16 -21
- data/lib/risu/templates/host_summary.rb +16 -21
- data/lib/risu/templates/malicious_process_detection.rb +16 -21
- data/lib/risu/templates/missing_root_causes.rb +16 -21
- data/lib/risu/templates/ms_patch_summary.rb +16 -21
- data/lib/risu/templates/ms_update_summary.rb +16 -21
- data/lib/risu/templates/notable.rb +16 -21
- data/lib/risu/templates/notable_detailed.rb +16 -21
- data/lib/risu/templates/pci_compliance.rb +16 -21
- data/lib/risu/templates/stig_findings_summary.rb +16 -21
- data/lib/risu/templates/talking_points.rb +16 -21
- data/lib/risu/templates/technical_findings.rb +16 -21
- data/lib/risu/templates/template.rb +16 -21
- data/lib/risu/templates/top_25.rb +16 -21
- data/lib/risu/version.rb +17 -22
- data/risu.gemspec +17 -22
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16652fc4313b84cc7fdf74b816345a3146346bfe
|
|
4
|
+
data.tar.gz: 91ed6ad2e0ef2ebbb2177cc689683c5092f4f40b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 877344f282ee30df130405687c302b59f1ce63eb2db9a1677a10c6919c248e6e3920855c3221a0072f54f2f65747b2c6b5cc3768c36f450e12db2f422a147b96
|
|
7
|
+
data.tar.gz: aadbc5c2f1110117d855860b3ea2ee8b9bdff278641e8ce4df183977f82f8eadf3f1da982f30357301f1625c49a2cefa24b5b048f8b6404d941e33f02822b395
|
data/LICENSE
CHANGED
|
@@ -1,26 +1,19 @@
|
|
|
1
1
|
Copyright (c) 2010-2016 Arxopia LLC.
|
|
2
|
-
All rights reserved.
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
in the Software without restriction, including without limitation the rights
|
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
furnished to do so, subject to the following conditions:
|
|
6
9
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
10
|
-
notice, this list of conditions and the following disclaimer in the
|
|
11
|
-
documentation and/or other materials provided with the distribution.
|
|
12
|
-
* Neither the name of the Arxopia LLC nor the names of its contributors
|
|
13
|
-
may be used to endorse or promote products derived from this software
|
|
14
|
-
without specific prior written permission.
|
|
15
|
-
|
|
16
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
17
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
18
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
19
|
-
DISCLAIMED. IN NO EVENT SHALL ARXOPIA LLC BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
20
|
-
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
21
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
|
|
22
|
-
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
23
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
24
|
-
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
25
|
-
OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
10
|
+
The above copyright notice and this permission notice shall be included in
|
|
11
|
+
all copies or substantial portions of the Software.
|
|
26
12
|
|
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
THE SOFTWARE.
|
data/Rakefile
CHANGED
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
# Copyright (c) 2010-2016 Arxopia LLC.
|
|
2
|
-
# All rights reserved.
|
|
3
2
|
#
|
|
4
|
-
#
|
|
5
|
-
#
|
|
3
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
# in the Software without restriction, including without limitation the rights
|
|
6
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
# furnished to do so, subject to the following conditions:
|
|
6
9
|
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
# * Redistributions in binary form must reproduce the above copyright
|
|
10
|
-
# notice, this list of conditions and the following disclaimer in the
|
|
11
|
-
# documentation and/or other materials provided with the distribution.
|
|
12
|
-
# * Neither the name of the Arxopia LLC nor the names of its contributors
|
|
13
|
-
# may be used to endorse or promote products derived from this software
|
|
14
|
-
# without specific prior written permission.
|
|
10
|
+
# The above copyright notice and this permission notice shall be included in
|
|
11
|
+
# all copies or substantial portions of the Software.
|
|
15
12
|
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
|
|
24
|
-
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
25
|
-
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
13
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
# THE SOFTWARE.
|
|
20
|
+
|
|
26
21
|
|
|
27
22
|
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
|
|
28
23
|
|
data/bin/risu
CHANGED
|
@@ -1,30 +1,25 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
|
|
3
3
|
# Copyright (c) 2010-2016 Arxopia LLC.
|
|
4
|
-
# All rights reserved.
|
|
5
4
|
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
5
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
# in the Software without restriction, including without limitation the rights
|
|
8
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
# furnished to do so, subject to the following conditions:
|
|
8
11
|
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
# * Redistributions in binary form must reproduce the above copyright
|
|
12
|
-
# notice, this list of conditions and the following disclaimer in the
|
|
13
|
-
# documentation and/or other materials provided with the distribution.
|
|
14
|
-
# * Neither the name of the Arxopia LLC nor the names of its contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software
|
|
16
|
-
# without specific prior written permission.
|
|
12
|
+
# The above copyright notice and this permission notice shall be included in
|
|
13
|
+
# all copies or substantial portions of the Software.
|
|
17
14
|
#
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
#
|
|
24
|
-
#
|
|
25
|
-
|
|
26
|
-
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
27
|
-
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
15
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
# THE SOFTWARE.
|
|
22
|
+
|
|
28
23
|
|
|
29
24
|
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '/../lib'))
|
|
30
25
|
|
data/docs/NEWS.markdown
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# News
|
|
2
2
|
|
|
3
|
-
# 1.7.
|
|
3
|
+
# 1.7.8 (June 25, 2016)
|
|
4
|
+
- Changed license from 3 clause BSD to MIT.
|
|
5
|
+
|
|
6
|
+
# 1.7.7 (June 25, 2016)
|
|
4
7
|
- **NOTICE** Only ruby-2.2.1 and above are supported now. Please upgrade.
|
|
5
8
|
- Merge pull request #90 to add a new Banner for the console from [abenson]
|
|
6
9
|
- Updated Java, Windows, ESXi post-processing plugin-ids
|
data/lib/risu.rb
CHANGED
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
# Copyright (c) 2010-2016 Arxopia LLC.
|
|
2
|
-
# All rights reserved.
|
|
3
2
|
#
|
|
4
|
-
#
|
|
5
|
-
#
|
|
3
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
# in the Software without restriction, including without limitation the rights
|
|
6
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
# furnished to do so, subject to the following conditions:
|
|
6
9
|
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
# * Redistributions in binary form must reproduce the above copyright
|
|
10
|
-
# notice, this list of conditions and the following disclaimer in the
|
|
11
|
-
# documentation and/or other materials provided with the distribution.
|
|
12
|
-
# * Neither the name of the Arxopia LLC nor the names of its contributors
|
|
13
|
-
# may be used to endorse or promote products derived from this software
|
|
14
|
-
# without specific prior written permission.
|
|
10
|
+
# The above copyright notice and this permission notice shall be included in
|
|
11
|
+
# all copies or substantial portions of the Software.
|
|
15
12
|
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
|
|
24
|
-
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
25
|
-
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
13
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
# THE SOFTWARE.
|
|
20
|
+
|
|
26
21
|
|
|
27
22
|
module Risu
|
|
28
23
|
# @TODO 1.8 - move graph variables to graphs.rb
|
data/lib/risu/base.rb
CHANGED
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
# Copyright (c) 2010-2016 Arxopia LLC.
|
|
2
|
-
# All rights reserved.
|
|
3
2
|
#
|
|
4
|
-
#
|
|
5
|
-
#
|
|
3
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
# in the Software without restriction, including without limitation the rights
|
|
6
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
# furnished to do so, subject to the following conditions:
|
|
6
9
|
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
# * Redistributions in binary form must reproduce the above copyright
|
|
10
|
-
# notice, this list of conditions and the following disclaimer in the
|
|
11
|
-
# documentation and/or other materials provided with the distribution.
|
|
12
|
-
# * Neither the name of the Arxopia LLC nor the names of its contributors
|
|
13
|
-
# may be used to endorse or promote products derived from this software
|
|
14
|
-
# without specific prior written permission.
|
|
10
|
+
# The above copyright notice and this permission notice shall be included in
|
|
11
|
+
# all copies or substantial portions of the Software.
|
|
15
12
|
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
|
|
24
|
-
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
25
|
-
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
13
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
# THE SOFTWARE.
|
|
20
|
+
|
|
26
21
|
|
|
27
22
|
module Risu
|
|
28
23
|
module Base
|
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
# Copyright (c) 2010-2016 Arxopia LLC.
|
|
2
|
-
# All rights reserved.
|
|
3
2
|
#
|
|
4
|
-
#
|
|
5
|
-
#
|
|
3
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
# in the Software without restriction, including without limitation the rights
|
|
6
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
# furnished to do so, subject to the following conditions:
|
|
6
9
|
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
# * Redistributions in binary form must reproduce the above copyright
|
|
10
|
-
# notice, this list of conditions and the following disclaimer in the
|
|
11
|
-
# documentation and/or other materials provided with the distribution.
|
|
12
|
-
# * Neither the name of the Arxopia LLC nor the names of its contributors
|
|
13
|
-
# may be used to endorse or promote products derived from this software
|
|
14
|
-
# without specific prior written permission.
|
|
10
|
+
# The above copyright notice and this permission notice shall be included in
|
|
11
|
+
# all copies or substantial portions of the Software.
|
|
15
12
|
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
|
|
24
|
-
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
25
|
-
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
13
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
# THE SOFTWARE.
|
|
20
|
+
|
|
26
21
|
|
|
27
22
|
module Risu
|
|
28
23
|
module Base
|
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
# Copyright (c) 2010-2016 Arxopia LLC.
|
|
2
|
-
# All rights reserved.
|
|
3
2
|
#
|
|
4
|
-
#
|
|
5
|
-
#
|
|
3
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
# in the Software without restriction, including without limitation the rights
|
|
6
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
# furnished to do so, subject to the following conditions:
|
|
6
9
|
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
# * Redistributions in binary form must reproduce the above copyright
|
|
10
|
-
# notice, this list of conditions and the following disclaimer in the
|
|
11
|
-
# documentation and/or other materials provided with the distribution.
|
|
12
|
-
# * Neither the name of the Arxopia LLC nor the names of its contributors
|
|
13
|
-
# may be used to endorse or promote products derived from this software
|
|
14
|
-
# without specific prior written permission.
|
|
10
|
+
# The above copyright notice and this permission notice shall be included in
|
|
11
|
+
# all copies or substantial portions of the Software.
|
|
15
12
|
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
|
|
24
|
-
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
25
|
-
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
13
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
# THE SOFTWARE.
|
|
20
|
+
|
|
26
21
|
|
|
27
22
|
module Risu
|
|
28
23
|
module Base
|
data/lib/risu/base/schema.rb
CHANGED
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
# Copyright (c) 2010-2016 Arxopia LLC.
|
|
2
|
-
# All rights reserved.
|
|
3
2
|
#
|
|
4
|
-
#
|
|
5
|
-
#
|
|
3
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
# in the Software without restriction, including without limitation the rights
|
|
6
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
# furnished to do so, subject to the following conditions:
|
|
6
9
|
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
# * Redistributions in binary form must reproduce the above copyright
|
|
10
|
-
# notice, this list of conditions and the following disclaimer in the
|
|
11
|
-
# documentation and/or other materials provided with the distribution.
|
|
12
|
-
# * Neither the name of the Arxopia LLC nor the names of its contributors
|
|
13
|
-
# may be used to endorse or promote products derived from this software
|
|
14
|
-
# without specific prior written permission.
|
|
10
|
+
# The above copyright notice and this permission notice shall be included in
|
|
11
|
+
# all copies or substantial portions of the Software.
|
|
15
12
|
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
|
|
24
|
-
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
25
|
-
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
13
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
# THE SOFTWARE.
|
|
20
|
+
|
|
26
21
|
|
|
27
22
|
module Risu
|
|
28
23
|
module Base
|
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
# Copyright (c) 2010-2016 Arxopia LLC.
|
|
2
|
-
# All rights reserved.
|
|
3
2
|
#
|
|
4
|
-
#
|
|
5
|
-
#
|
|
3
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
# in the Software without restriction, including without limitation the rights
|
|
6
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
# furnished to do so, subject to the following conditions:
|
|
6
9
|
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
# * Redistributions in binary form must reproduce the above copyright
|
|
10
|
-
# notice, this list of conditions and the following disclaimer in the
|
|
11
|
-
# documentation and/or other materials provided with the distribution.
|
|
12
|
-
# * Neither the name of the Arxopia LLC nor the names of its contributors
|
|
13
|
-
# may be used to endorse or promote products derived from this software
|
|
14
|
-
# without specific prior written permission.
|
|
10
|
+
# The above copyright notice and this permission notice shall be included in
|
|
11
|
+
# all copies or substantial portions of the Software.
|
|
15
12
|
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
|
|
24
|
-
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
25
|
-
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
13
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
# THE SOFTWARE.
|
|
20
|
+
|
|
26
21
|
|
|
27
22
|
module Risu
|
|
28
23
|
module Base
|
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
# Copyright (c) 2010-2016 Arxopia LLC.
|
|
2
|
-
# All rights reserved.
|
|
3
2
|
#
|
|
4
|
-
#
|
|
5
|
-
#
|
|
3
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
# in the Software without restriction, including without limitation the rights
|
|
6
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
# furnished to do so, subject to the following conditions:
|
|
6
9
|
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
# * Redistributions in binary form must reproduce the above copyright
|
|
10
|
-
# notice, this list of conditions and the following disclaimer in the
|
|
11
|
-
# documentation and/or other materials provided with the distribution.
|
|
12
|
-
# * Neither the name of the Arxopia LLC nor the names of its contributors
|
|
13
|
-
# may be used to endorse or promote products derived from this software
|
|
14
|
-
# without specific prior written permission.
|
|
10
|
+
# The above copyright notice and this permission notice shall be included in
|
|
11
|
+
# all copies or substantial portions of the Software.
|
|
15
12
|
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
|
|
24
|
-
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
25
|
-
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
13
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
# THE SOFTWARE.
|
|
20
|
+
|
|
26
21
|
|
|
27
22
|
module Risu
|
|
28
23
|
module Base
|