arangodb 1.0.0 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +11 -0
- metadata +9 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eef5a239dde7a003bfee8a47a857d56d30b9a27add483088a986f39eee5c222a
|
4
|
+
data.tar.gz: fab108a34e962156984d242f809e6e6611c7971473b9009f9428baeb39ed5bba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e768c11f8ccbe972c4555c64ea043e13dfb6a65a836109198034fedb02c1fc4f66ad77a1150c744aecf62f4156bee78cf371d11bc51b0735958c3cfaaadd16e
|
7
|
+
data.tar.gz: c0dae023785ac081a70aca416cb5eec1a70975b3e86118093d448d98487aef01f10c1449a4b9ae3b4602c6aaf4c19e7b30237822a6cfc7069850fb9c9677223f
|
data/README.md
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
# arangodb
|
2
|
+
|
3
|
+
*************************
|
4
|
+
|
5
|
+
⚠️ !ALERT! Do not use this! !ALERT! ⚠️
|
6
|
+
|
7
|
+
This could be a malicious gem because you didn't check if the code ChatGPT wrote for you referenced a real gem or not.
|
8
|
+
Fortunately, this is a benign security engineer's project to help keep you safe.
|
9
|
+
See more: <https://vulcan.io/blog/ai-hallucinations-package-risk> (I am not affiliated with vulcan.io)
|
10
|
+
|
11
|
+
*************************
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arangodb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Noah Berman
|
@@ -10,14 +10,18 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2023-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: Do not use this! This could be a malicious gem because you didn't check
|
14
|
+
if the code ChatGPT wrote for you referenced a real gem or not. Fortunately, this
|
15
|
+
is a benign security engineer's project to help keep you safe.
|
14
16
|
email: noah@noahberman.org
|
15
17
|
executables: []
|
16
18
|
extensions: []
|
17
|
-
extra_rdoc_files:
|
19
|
+
extra_rdoc_files:
|
20
|
+
- README.md
|
18
21
|
files:
|
22
|
+
- README.md
|
19
23
|
- lib/arangodb.rb
|
20
|
-
homepage: https://
|
24
|
+
homepage: https://github.com/bermannoah/arangodb
|
21
25
|
licenses:
|
22
26
|
- MIT
|
23
27
|
metadata: {}
|
@@ -48,7 +52,5 @@ requirements: []
|
|
48
52
|
rubygems_version: 3.3.3
|
49
53
|
signing_key:
|
50
54
|
specification_version: 4
|
51
|
-
summary:
|
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.
|
55
|
+
summary: A ChatGPT honeypot :(
|
54
56
|
test_files: []
|