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 missing builtins #1

Open
76 of 86 tasks
me-viper opened this issue Jun 20, 2023 · 0 comments
Open
76 of 86 tasks

Implement missing builtins #1

me-viper opened this issue Jun 20, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@me-viper
Copy link
Owner

me-viper commented Jun 20, 2023

Ensure all rego built-in functions (like http.send) have implementation.

List of SDK dependent built-ins

@me-viper me-viper added the enhancement New feature or request label Jun 20, 2023
@me-viper me-viper added this to the v1.0 milestone Jun 20, 2023
@me-viper me-viper self-assigned this Jun 20, 2023
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 6, 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
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
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 me-viper modified the milestones: v1.0, v1.1 Jul 12, 2023
me-viper added a commit that referenced this issue Jul 21, 2023
semver.is_valid
semver.compare
me-viper added a commit that referenced this issue Jul 21, 2023
regex.template_match
@me-viper me-viper modified the milestones: v1.1, vnext Jul 22, 2023
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 Aug 7, 2023
units.parse
units.parse_bytes
me-viper added a commit that referenced this issue Oct 3, 2023
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
me-viper added a commit that referenced this issue Feb 1, 2024
me-viper added a commit that referenced this issue Feb 1, 2024
me-viper added a commit that referenced this issue Feb 2, 2024
me-viper added a commit that referenced this issue Feb 2, 2024
- graph.reachable_paths
me-viper added a commit that referenced this issue Feb 6, 2024
- time.format
- time.parse_ns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant