Skip to content
#

security-hardening

Here are 196 public repositories matching this topic...

Varbin
Varbin commented Feb 5, 2018

I'm using OpenNTPD instead of the default ntp on my FreeBSD server - when lynis analyses the ntp settings it tries to query information with ntpq which is (to my knowledge) is not possible with OpenNTPD.

Lynis will slow down as ntpq takes a while fail.

OS: FreeBSD 10.4
Lynis: 2.6.1 (768446e4)

[ Lynis 2.6.1 ]

####################################################################
jackTaw88
jackTaw88 commented Feb 26, 2019

As you know it is hard to surf on web with user.js. I always have problem with many sites, but it i realyly takes time to find which config is not compatibale with the visited site. I think we can create a list of buggy sites so anyone can contribute it.

I can start with mines:


  • site
  • bug
  • comments
  • how to fix

  • linkedin.com
  • does not go home page after login
  • this is
martin-t
martin-t commented Oct 9, 2019
/// Does nothing
void test1() {}

/** Stilll nothing
 */
void test2() {}

results in

// / Does nothing
#[no_mangle]
pub unsafe extern "C" fn test1() { }
/* * Stilll nothing
 */
#[no_mangle]
pub unsafe extern "C" fn test2() { }

There's an extra space after the comment's first 2 chars.

Tested on the website and latest git (d1bbe9f).

eliotsykes
eliotsykes commented Jan 4, 2018

This may surprise developers used to other templating engines used in Rails, but, at time of writing, Liquid does not behave like ERB/HAML templates in Rails where interpolated values are escaped by default.

Liquid does not escape interpolated values and does not have an option (at time of writing) to configure this to be the default. The developer needs to remember each and every time to es

kclinden
kclinden commented Apr 11, 2019

Description of problem:

I have never written SCAP content before, and am looking at how to get started. I would like to write SCAP content to test compliance on Photon OS against DISA SRGs. I have been all over the wiki pages, but I am still not sure how to get started. The main page makes it look super easy for writing OVAL and XCCDF files using YAML, but I am not sure where to build those

hakabo
hakabo commented Mar 16, 2018

I've been tasked with creating a CIS Level 1 standard RHEL image in Azure. I've taken a market place RHEL 7.3 image and applied this playbook with packer/ansible using tags level1.

However, when I go and try and create a VM from the image, it fails. If I skip cis_section1, I can create a VM from the image. I'm a linux newbie, apologies, but any obvious rules in section 1 that could be causing

jamescassell
jamescassell commented Nov 13, 2019

jmespath is no longer installed by default (though still available) with Ansible Engine provided by Red Hat on RHEL 7 (it is installed by default on RHEL 8), so it's one more dep users will need to install manually. Maybe we can swap jmespath out for some jinja2 list comprehension.

jctello
jctello commented Nov 5, 2019
Wazuh Elastic Rev
3.10 7.x ---

Description
Letters will move around as you hover over items in the Kibana App using Firefox.
This is most notable in the Management tab and when the window size is somewhat small.

Steps to reproduce
With Firefox

  1. Go to Management
  2. Hover over the different dashboard buttons
  3. Resize browser win

Improve this page

Add a description, image, and links to the security-hardening 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 security-hardening topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.