Skip to content
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 builtins #1

Open
29 of 75 tasks
sandhose opened this issue May 31, 2022 · 1 comment
Open
29 of 75 tasks

Implement builtins #1

sandhose opened this issue May 31, 2022 · 1 comment

Comments

@sandhose
Copy link
Member

sandhose commented May 31, 2022

  • base64url.encode_no_pad
  • crypto.hmac.md5
  • crypto.hmac.sha1
  • crypto.hmac.sha256
  • crypto.hmac.sha512
  • crypto.md5
  • crypto.sha1
  • crypto.sha256
  • crypto.x509.parse_and_verify_certificates
  • crypto.x509.parse_certificate_request
  • crypto.x509.parse_certificates
  • crypto.x509.parse_rsa_private_key
  • glob.quote_meta
  • graph.reachable_paths
  • graphql.is_valid
  • graphql.parse
  • graphql.parse_and_verify
  • graphql.parse_query
  • graphql.parse_schema
  • hex.decode
  • hex.encode
  • http.send
  • indexof_n
  • io.jwt.decode
  • io.jwt.decode_verify
  • io.jwt.encode_sign
  • io.jwt.encode_sign_raw
  • io.jwt.verify_es256
  • io.jwt.verify_es384
  • io.jwt.verify_es512
  • io.jwt.verify_hs256
  • io.jwt.verify_hs384
  • io.jwt.verify_hs512
  • io.jwt.verify_ps256
  • io.jwt.verify_ps384
  • io.jwt.verify_ps512
  • io.jwt.verify_rs256
  • io.jwt.verify_rs384
  • io.jwt.verify_rs512
  • json.patch
  • net.cidr_contains_matches
  • net.cidr_expand
  • net.cidr_merge
  • net.lookup_ip_addr
  • object.union_n
  • opa.runtime
  • rand.intn
  • regex.find_n
  • regex.globs_match
  • regex.split
  • regex.template_match
  • rego.parse_module
  • semver.compare
  • semver.is_valid
  • sprintf
  • time.add_date
  • time.clock
  • time.date
  • time.diff
  • time.now_ns
  • time.parse_duration_ns
  • time.parse_ns
  • time.parse_rfc3339_ns
  • time.weekday
  • trace
  • units.parse
  • units.parse_bytes
  • urlquery.decode
  • urlquery.decode_object
  • urlquery.encode
  • urlquery.encode_object
  • uuid.rfc4122
  • yaml.is_valid
  • yaml.marshal
  • yaml.unmarshal
@sandhose sandhose mentioned this issue Jun 10, 2022
@sandhose sandhose mentioned this issue Jun 28, 2022
8 tasks
@kaplanelad
Copy link
Contributor

kaplanelad commented Jan 9, 2023

Hey @sandhose you can marked as done the following builtins?
yaml.-> PR: #44
object.union_n -> PR: #135 (waiting for review)
regex.
-> PR: #128 (waiting for review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants