Skip to content
#

compliance

Here are 367 public repositories matching this topic...

Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.

  • Updated Nov 8, 2021
  • Shell
maclaf
maclaf commented Oct 27, 2021

Hi,
I would like to have possibility to define max message size for gprc server that is created here:
https://github.com/open-policy-agent/opa-envoy-plugin/blob/50b620edeb2855697e54b859075453ed38bc6fcd/internal/internal.go#L108

At the moment there is no possibilities to handle by this plugin requests larger than 4MB.

In go GRPC from version 1.4.0 there is the option to set server option M

prowler

Prowler is a security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains all CIS controls and many more additional checks that help on GDPR, HIPAA and other security frameworks.

  • Updated Nov 8, 2021
  • Shell
cfn_nag
sfarazkazmi
sfarazkazmi commented Jun 16, 2021

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

ort
martencassel
martencassel commented Oct 4, 2021

It might be helpful to inform people in the guide some hints on setting up private repos such as github using the docker container.

git config --global url."https://$GITHUB_USERNAME:$GITHUB_PASSWORD@github.com".insteadOf /"https://github.com"
ls -l ~/.gitconfig
docker run -e -v $(pwd):/project \
	   -v ~/.gitconfig:/root/.gitconfig \
            ort:latest --info an

Improve this page

Add a description, image, and links to the compliance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compliance topic, visit your repo's landing page and select "manage topics."

Learn more