Skip to content
#

compliance

Here are 305 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 Jan 22, 2021
  • Shell
tsandall
tsandall commented Jan 21, 2021

The bundle persistence directory is currently hardcoded to be $WORKDIR/.opa/bundles/<bundle-name>. While users could control the directory by setting the working directory of the OPA process, it would be useful to have a configuration setting for the persistence directory. For the initial implementation, the directory doesn't need to support reconfiguration.

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 listed here https://d0.awsstatic.com/whitepapers/compliance/AWS_CIS_Foundations_Benchmark.pdf and more than 100 additional checks that help on GDPR, HIPAA and other security requirements.

  • Updated Jan 28, 2021
  • Shell
pombredanne
pombredanne commented Sep 5, 2020

There are about ~240 URLs and licenses listed at https://directory.fsf.org/wiki?title=Category:License
We should:

  1. ensure that we can detect all of them
  2. ensure that we can detect their URL
    We should also add as an "other_urls" ech URL to the corresponding license YAML

fsf-license-urls.txt

panther
tatehanawalt
tatehanawalt commented Jan 14, 2021

Overview:

Developers may run mage commands against multiple different versions of panther.

The mage logs do not specify the version of panther.

If we have the git commit we can be sure of the command context.

Example:

Specifically I am running integration tests for release testing. I pulled the repo and achieved successful integration test results. Pull resulted in updates to

GMishx
GMishx commented Dec 24, 2020

Description

If an upload created by other user is copied into folder of other user, REST API can not list the upload as it filters the result by user id as well.

How to reproduce

  1. From User 1, upload a package in a folder.
  2. From Admin user, copy the upload to another folder accessible by User 2.
  3. From User 2, query for uploads, query for copied upload, the result will not
cfripper
IgnacioRV
IgnacioRV commented Feb 7, 2020

Description

Currently add_failure takes the values required to create a failure, creates it then adds it to the Result object's failed_rules
On the other hand add_warning takes a Failure object directly.

Proposed solution

The methods should be updated so that they both have the same behavior (or maybe even just add an add_finding method which takes a type that can be either Failure o

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