-
Updated
Dec 16, 2021 - Shell
compliance
Here are 377 public repositories matching this topic...
-
Updated
Dec 16, 2021 - Shell
-
Updated
Dec 16, 2021 - Python
-
Updated
Dec 16, 2021 - Go
-
Updated
Oct 15, 2021 - C
CKV_AWS_174 is being triggered in our terraform code even though we have the viewer certificate set to use TLSv.1.2. Snippet of our code here:
viewer_certificate {
acm_certificate_arn = aws_acm_certificate.cert.arn
ssl_support_method = "sni-only"
minimum_protocol_version = "TLSv1.2_2019"
}
Steps to reproduce the behavior:
Running checkov on our terraform code
**Expe
AFTER TX support
Other than BEFORE TX we could expose AFTER TX as a SQL method
-
Updated
Dec 17, 2021 - C
The command exist test always returns true regardless of if the command is invalid.
Describe the problem
On Windows, we want to test if a command/cmdlet exists before running it. However, the 'command().exist?‘ test always returns true no matter what command t
Say Hi on Discord!
Join our new Discord Channel to say Hi and get live support from the team or from the community.
Description of problem:
The bash remediation of selinux_state runs:
fixfiles onboot
fixfiles -f relabel
whereas the Ansible remediation doe
-
Updated
Sep 12, 2018 - HTML
`make install`
We should make it easier to install this plugin.
-
Updated
Dec 14, 2021 - Python
-
Updated
Dec 16, 2021 - Go
-
Updated
Dec 14, 2021 - XSLT
Describe the bug
When using parse-tree command, error information in printed twice with slightly different text.
To Reproduce
Please supply:
var status = ['ACTIVE']
NOTE: Please be sure that the templates, rules and logs you provide as part of your bug report do not contain any sensitive information.
Expected behavior
There should be one error log instead of dupli
-
Updated
Nov 5, 2021 - Go
-
Updated
Sep 21, 2021 - JavaScript
I think the lines in the following documentation are somehow not in correct order. Maybe chunks were added between multi line statements. Especially import_str: is broken.
-
Updated
Dec 17, 2021 - TypeScript
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
Description
Ability to Delete a license via a REST API
Proposal and expected result
input: license_short_name at the end of url
url = "http://fossology.com:po
-
Updated
Nov 1, 2021 - Ruby
-
Updated
Dec 13, 2021 - Go
-
Updated
Dec 16, 2021 - Scala
-
Updated
Sep 30, 2021 - Python
Improve this page
Add a description, image, and links to the compliance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compliance topic, visit your repo's landing page and select "manage topics."
Currently, there are natively implemented builtins for
json.marshalandjson.unmarshal. Addingjson.is_validto that list is a low-hanging fruit because the code needed to implement is already present.Steps