arangodb 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/arangodb.rb +5 -0
- metadata +54 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: bc4d13e0ddc451811ed8f1f5e503bda759bf4d29c39a2bd362662d1835eeeb36
|
4
|
+
data.tar.gz: 29f6cad5f41500ffd13ff6cb1c2a458e3f8778d110058b13b1debbe52c08b12b
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e7a075eeb8be6165106eef83e50892aa73f1c65f7afabbd1f3bfddbfd64ffcee00d56dcb5f874c39393b20c0ca38045b2beb33bb6e29b2c33a7962855ad3297a
|
7
|
+
data.tar.gz: d12dfcd059eec1ca245506942fecc92f51a63b8cb64d76cdb9fd1c1c74d90f9a6eec2a96060e71e6d976e9212e180766dc5024559d43b073e017687ceba4f305
|
data/lib/arangodb.rb
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
class StopIt
|
2
|
+
def self.warning
|
3
|
+
puts "This could be a malicious gem because you didn't check if the code ChatGPT wrote for you referenced a real gem or not. Fortunately, this is a benign security engineer's experiment, and is not going to do anything malicious."
|
4
|
+
end
|
5
|
+
end
|
metadata
ADDED
@@ -0,0 +1,54 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: arangodb
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Noah Berman
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2023-06-11 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A ChatGPT honeypot :(
|
14
|
+
email: noah@noahberman.org
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/arangodb.rb
|
20
|
+
homepage: https://rubygems.org/gems/arangodb
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message: |-
|
25
|
+
*************************
|
26
|
+
|
27
|
+
!ALERT! Do not use this! !ALERT!
|
28
|
+
|
29
|
+
This could be a malicious gem because you didn't check if the code ChatGPT wrote for you referenced a real gem or not.
|
30
|
+
Fortunately, this is a benign security engineer's project to help keep you safe.
|
31
|
+
See more: https://vulcan.io/blog/ai-hallucinations-package-risk (I am not affiliated with vulcan.io)
|
32
|
+
|
33
|
+
*************************
|
34
|
+
rdoc_options: []
|
35
|
+
require_paths:
|
36
|
+
- lib
|
37
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
42
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - ">="
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
47
|
+
requirements: []
|
48
|
+
rubygems_version: 3.3.3
|
49
|
+
signing_key:
|
50
|
+
specification_version: 4
|
51
|
+
summary: Do not use this! This could be a malicious gem because you didn't check if
|
52
|
+
the code ChatGPT wrote for you referenced a real gem or not. Fortunately, this is
|
53
|
+
a benign security engineer's project to help keep you safe.
|
54
|
+
test_files: []
|