-
Updated
Dec 11, 2021
Security
Cybersecurity (security) includes controlling physical access to hardware as well as protection from attacks that come via network access, data injection, and code injection.
Here are 14,923 public repositories matching this topic...
-
Updated
Dec 5, 2021
-
Updated
Dec 14, 2021 - C++
-
Updated
Dec 14, 2021 - Python
-
Updated
Dec 12, 2021
OS/Environment
None yet, but I'm working on OS X v10.11.6 'El Capitan' client-side. (See 'The way of deployment (cloud or local)' below for details on considered server infrastructure.)
Ansible version
None yet, as I haven't yet gotten that far into setting up Algo.
Version of components from requirements.txt
Not applicable (see above.)
Summary of the pro
-
Updated
Dec 2, 2020
-
Updated
Dec 14, 2021 - Python
-
Updated
Dec 16, 2021 - Python
-
Updated
Dec 3, 2021 - Python
-
Updated
Dec 15, 2021 - C++
-
Updated
Nov 11, 2021 - Shell
-
Updated
Dec 16, 2021 - PHP
Description
Please describe what are you missing or wanting to be improved
Recently I read a new syntax coloring technique for programing languages. Instead of highlighting grammar, highlight the things you are likely to mistake. So make sure strcpy and strncpy are easily distinguishable by their color. It would be cool to apply this to immediate values in assembly and the ? command
-
Updated
Dec 13, 2021 - JavaScript
-
Updated
Oct 20, 2021 - Shell
-
Updated
Dec 10, 2021 - SCSS
-
Updated
Dec 4, 2021
Asking about this since the NSA recently published guidance advising the public and private sectors to transition to cryptographic algorithms that are no less than sha384 & ec384 (elliptic curves).
While Edwards' Curves are different, its worth noting that prior to this update sha256 & secp256k1 were both on the list of acceptable cryptographic algorithms. My deduction was that 128-bit securit
-
Updated
Dec 15, 2021 - C++
Right now the main app passes the debug flag to the sensor as a startup param when the global --debug flag is enabled. The --debug flag is a shortcut for the debug log-level configured with the --log-level global flag.
We need to pass the log level param to the sensor when we configure the entrypoint/cmd fields for the temporary container.
-
Updated
Dec 15, 2021 - C++
-
Updated
Dec 16, 2021 - Go
-
Updated
Nov 29, 2021 - Go
-
Updated
Dec 5, 2021 - JavaScript
-
Updated
Dec 16, 2021 - Go
- Wikipedia
- Wikipedia
Security apps
LGTM
Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review
Semgrep
Code scanning at ludicrous speed. Find bugs, apply guardrails across your repos, and get feedback in PRs, Slack, or email
GuardRails
GuardRails provides continuous security feedback for modern development teams
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
GitProtect.io Backup
Automatic, daily repo and metadata backup - no maintenance needed: fast restore, DR, AWS, and S3 cloud storage support
Renovate
Keep dependencies up-to-date with automated Pull Requests
Snyk
Find, fix (and prevent!) known vulnerabilities in your code
BackHub Backups by Rewind
Backup your GitHub repos & metadata automatically. Get daily backups that can be restored in seconds – AWS storage available
Cloudback Backup
Backups your GitHub repositories, fast and secure
It seems Caddy does not support wildcards/ expression matching in the reverse proxy's header_up.
For example this does not remove any headers:
This works as expected, but is limited in its use:
It'd be great if Caddy would support wildcards/ expression matching in the reverse proxy's header_up/ header_down.