File: control

package info (click to toggle)
ruby-safe-yaml 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 336 kB
  • ctags: 164
  • sloc: ruby: 1,998; sh: 30; makefile: 8
file content (30 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: ruby-safe-yaml
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               gem2deb,
               rake,
               ruby-rspec,
               ruby-hashie,
               ruby-indentation
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-safe-yaml.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-safe-yaml.git
Homepage: https://github.com/dtao/safe_yaml
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-safe-yaml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: safer YAML loader for Ruby
 SafeYAML provides an alternative implementation of YAML.load suitable for
 accepting user input in Ruby applications.
 .
 Unlike Ruby's built-in implementation of YAML.load, SafeYAML's version does
 not expose applications to arbitrary code execution exploits.