File: malformed00.gemspec

package info (click to toggle)
golang-github-aquasecurity-go-dep-parser 0.0~git20220110.4a30ebc-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 19,096 kB
  • sloc: xml: 673; php: 7; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# -*- encoding: utf-8 -*-
# ... REDACTED ...

# Wrong attribute value assignment.
Gem::Specification.new do |spec|
    s.name = "async".freeze
    s.version = "1.25.0"

    # ... REDACTED ...
end