Skip to content

Commit 5c947a9

Browse files
committed
feat: Label OpenSSL::Random
1 parent 8e1d015 commit 5c947a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/appmap/builtin_hooks/openssl.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,10 @@
4141
- OpenSSL::Cipher#random_key
4242
- OpenSSL::Cipher#reset
4343
- OpenSSL::Cipher#update
44+
- methods:
45+
- OpenSSL::Random.random_bytes
46+
label: random.secure
47+
- methods:
48+
- OpenSSL::Random#add
49+
- OpenSSL::Random#seed
50+
label: pseudorandom.seed

0 commit comments

Comments
 (0)