Skip to content

Commit

Permalink
Merge pull request #404 from Privado-Inc/storage/java
Browse files Browse the repository at this point in the history
add: lettuce-redis, jdbi-handler
  • Loading branch information
HiteshMah-Jan authored Mar 5, 2024
2 parents f774461 + a3a1a19 commit cb4cac0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
19 changes: 19 additions & 0 deletions rules/sinks/storages/jdbi/java.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Sink Rules for storage database JDBC Driver - https://www.oracle.com/in/database/technologies/appdev/jdbc.html

sinks:

- id: Storages.JDBI.Jdbi.Write
name: Java Database Interface(Write)
domains:
- jdbi.org
patterns:
- "(?i)((org[.]jdbi[.]v3[.]core[.].*)[.](createUpdate|bind)).*"
tags:

- id: Storages.JDBI.Jdbi.Read
name: Java Database Interface(Read)
domains:
- jdbi.org
patterns:
- "(?i)((org[.]jdbi[.]v3[.]core[.].*)[.]createQuery).*"
tags:
8 changes: 8 additions & 0 deletions rules/sinks/storages/redis/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ sinks:
- (?i)(redis.clients.jedis.CommandObjects.getset:)(.*)
- (?i)(redis.clients.jedis.CommandObjects[.])(m|h|p)?(set)(one|user|range|nx|ex)?(:)(.*)
tags:

- id: Storages.Redis.Lettuce
name: Redis
domains:
- redis.io
patterns:
- (?i)(io.lettuce.core.RedisClient.*[:])(.*)
tags:

0 comments on commit cb4cac0

Please sign in to comment.