-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement missing builtins #1
Comments
me-viper
added a commit
that referenced
this issue
Jun 27, 2023
time.now_ns time.date time.clock time.weekday time.diff time.add_date indexof_n strings.any_prefix_match strings.any_suffix_match uuid.rfc4122
me-viper
added a commit
that referenced
this issue
Jul 3, 2023
net.cidr_contains_matches net.cidr_expand net.cidr_is_valid net.lookup_ip_addr
me-viper
added a commit
that referenced
this issue
Jul 3, 2023
me-viper
added a commit
that referenced
this issue
Jul 6, 2023
crypto.hmac.equal crypto.hmac.md5 crypto.hmac.sha1 crypto.hmac.sha256 crypto.hmac.sha512 crypto.md5 crypto.sha1 crypto.sha256
me-viper
added a commit
that referenced
this issue
Jul 6, 2023
base64url.encode_no_pad hex.decode hex.encode
me-viper
added a commit
that referenced
this issue
Jul 6, 2023
regex.find_n regex.replace regex.split urlquery.encode urlquery.decode
me-viper
added a commit
that referenced
this issue
Jul 10, 2023
net.cidr_contains_matches net.cidr_expand net.cidr_is_valid net.lookup_ip_addr
me-viper
added a commit
that referenced
this issue
Jul 10, 2023
me-viper
added a commit
that referenced
this issue
Jul 10, 2023
crypto.hmac.equal crypto.hmac.md5 crypto.hmac.sha1 crypto.hmac.sha256 crypto.hmac.sha512 crypto.md5 crypto.sha1 crypto.sha256
me-viper
added a commit
that referenced
this issue
Jul 10, 2023
base64url.encode_no_pad hex.decode hex.encode
me-viper
added a commit
that referenced
this issue
Jul 10, 2023
regex.find_n regex.replace regex.split urlquery.encode urlquery.decode
me-viper
added a commit
that referenced
this issue
Jul 10, 2023
urlquery.decode_object urlquery.encode_object
me-viper
added a commit
that referenced
this issue
Jul 11, 2023
io.jwt.decode io.jwt.decode_verify io.jwt.verify_hs256 io.jwt.verify_hs384 io.jwt.verify_hs512 io.jwt.verify_es256 io.jwt.verify_es384 io.jwt.verify_es512 io.jwt.verify_ps256 io.jwt.verify_ps384 io.jwt.verify_ps512 io.jwt.verify_rs256 io.jwt.verify_rs384 io.jwt.verify_rs512
me-viper
added a commit
that referenced
this issue
Jul 11, 2023
io.jwt.encode_sign io.jwt.encode_sign_raw
me-viper
added a commit
that referenced
this issue
Jul 11, 2023
me-viper
added a commit
that referenced
this issue
Jul 12, 2023
time.parse_rfc3339_ns net.cidr_merge opa.runtime
me-viper
added a commit
that referenced
this issue
Jul 25, 2023
me-viper
added a commit
that referenced
this issue
Jul 25, 2023
json.patch json.match_schema json.verify_schema
me-viper
added a commit
that referenced
this issue
Feb 1, 2024
- crypto.parse_private_keys - crypto.x509.parse_and_verify_certificates - crypto.x509.parse_certificates - crypto.x509.parse_certificate_request - crypto.x509.parse_keypair - crypto.x509.parse_rsa_private_key
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ensure all rego built-in functions (like
http.send
) have implementation.List of SDK dependent built-ins
The text was updated successfully, but these errors were encountered: