-
Updated
Mar 20, 2022
security-hardening
Here are 276 public repositories matching this topic...
-
Updated
Jul 20, 2022 - Shell
-
Updated
Jul 19, 2022 - Go
-
Updated
Jul 21, 2022 - Shell
-
Updated
Jul 21, 2022 - C
-
Updated
Jun 29, 2022
Update to clap3
-
Updated
Mar 28, 2022 - JavaScript
Extend macro function that creates OCIL entries for package removed rules to support both package removed/installed rules using an extra parameter to define the behavior of the ocil_clause (the ocil clause "package is installed" for removed package rules and "package is not installed" for installed package rules)
https://github.com/ComplianceAsCode/content/blob/fe68fcd788b85eed7559e6174d71a67
-
Updated
Mar 28, 2021 - JavaScript
-
Updated
Jul 18, 2022 - C++
-
Updated
Jul 17, 2022 - Ruby
-
Updated
Jul 20, 2022 - TypeScript
-
Updated
Nov 20, 2020
https://github.com/0xmachos/mOSL is a good replacement until this is updated.
Basically, we should remove all settings that are no longer relevant, and add ones that are newly added.
-
Updated
Jul 19, 2022 - Shell
-
Updated
Jul 12, 2022 - HCL
-
Updated
May 26, 2022 - C++
-
Updated
Jul 8, 2022 - HTML
Hi,
It seems like there is an error in the reporting of invalid configuration.
Using this configuration file:
# This
# is
# a
# comment
sp.does_not_exist.enable();I get:
PHP message: PHP Fatal error: [snuffleupagus][config] Invalid configuration file in Unknown on line 0
I'm using the latest version of master, with php7.3-fpm.
I can do a PR for this, but I
-
Updated
Jun 14, 2022 - Python
-
Updated
Sep 21, 2020 - PHP
A nice feature of http.Mux is that it can be used as a handler, so users can set up separate parts of an application on separate muxes that share a common configuration (e.g. a set of interceptors) and then install them on the root mux.
This is currently not possible with GSW, and we should seriously consider doing it.
-
Updated
Jul 19, 2022 - Go
-
Updated
Jul 13, 2022 - Ruby
-
Updated
Sep 7, 2018
-
Updated
Oct 21, 2018 - Shell
-
Updated
Jul 13, 2022 - YAML
-
Updated
Jun 28, 2022 - JavaScript
-
Updated
Mar 9, 2020 - Shell
Improve this page
Add a description, image, and links to the security-hardening topic page so that developers can more easily learn about it.
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."
Clap3 deprecated YAML support, so we need to rewrite command-line parsing to use the new APIs.