Skip to content

Commit

Permalink
chg: [lib] new meta added to suppot RDSv3 from NSRL - RDS:package_id
Browse files Browse the repository at this point in the history
All the new meta for NIST RDSv3 will be prefixed RDS:

Ref: https://s3.amazonaws.com/rds.nsrl.nist.gov/RDS/RDSv3_Docs/RDSv3.pdf
  • Loading branch information
adulau committed Mar 27, 2022
1 parent 6e05f1a commit f06929c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hashlookup/hashlookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"""

__author__ = "Alexandre Dulaunoy"
__copyright__ = "Copyright 2021, Alexandre Dulaunoy"
__copyright__ = "Copyright 2021-2022, Alexandre Dulaunoy"
__license__ = "AGPL License"
__version__ = "1.3"
__version__ = "1.4"

import redis
import time
Expand Down Expand Up @@ -64,7 +64,8 @@ def __init__(
"tar:gname",
"tar:uname",
"nsrl-sha256",
"insert-timestamp"
"insert-timestamp",
"RDS:package_id"
]

def cleanup(self):
Expand Down

0 comments on commit f06929c

Please sign in to comment.