-
Updated
May 27, 2022
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 16,472 public repositories matching this topic...
-
Updated
Mar 7, 2022
Feature type
Quality of life
Describe the feature
I would like to be able to use relative paths in the launcher settings file to point to x32dbg.exe and x64dbg.exe respectively. I've already tried editing the file manually and assuming my implementation (.\/\//) isn't wrong, the launcher seemingly refuses the use of relative paths.
-
Updated
Jun 3, 2022 - Python
-
Updated
May 16, 2022
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
Jun 3, 2022 - Python
-
Updated
Jun 3, 2022 - Python
-
Updated
May 28, 2022
-
Updated
May 1, 2022 - Python
-
Updated
Jun 3, 2022 - C++
-
Updated
Jun 5, 2022 - Shell
Feature request
Place the access_log and error_log directives inside the main server block instead of http block.
Feature description
Disable access_log at http block:
File: /etc/nginx/nginx.conf
# ...
http {
# ...
access_log off;
# ...
}
# ...Enable per site access_log and error_log at main server block:
File: /etc/nginx/
-
Updated
Jun 4, 2022 - PHP
Need to have a global flag to control the console output mode (--json-output or something like that).
-
Updated
Jun 5, 2022 - Go
-
Updated
Jun 4, 2022 - C++
-
Updated
Oct 20, 2021 - Shell
The upstream issues got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
-
Updated
May 25, 2022 - SCSS
-
Updated
Mar 20, 2022
-
Updated
May 19, 2022 - C++
According to the Debain wiki keys “MUST NOT be placed in /etc/apt/trusted.gpg.d or loaded by apt-key add.”: https://wiki.debian.org/DebianRepository/UseThirdParty
So instead of this:
wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key | sudo apt-key add -
echo deb https://aquasecurity.github.io/trivy-repo/deb $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.-
Updated
Jun 4, 2022 - Go
-
Updated
Jun 5, 2022 - Go
- Wikipedia
- Wikipedia
Security apps
Mend Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
Cloudback Backup
Automatic backups of your repos, metadata and even LFS. Backup to AWS, Azure, OneDrive, GCP, and more. Instant restores
Rewind Backups for GitHub (Formerly BackHub)
Daily, automatic backups of your repos & metadata. Restore your backups with metadata in seconds + Sync to your S3 or Azure
Renovate
Keep dependencies up-to-date with automated Pull Requests
GitProtect.io Backup
Automatic, daily repo and metadata backup - no maintenance needed: fast restore, DR, AWS, and S3 cloud storage support
Snyk
Find, fix (and prevent!) known vulnerabilities in your code
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 and enforce code standards
GuardRails
GuardRails provides continuous security feedback for modern development teams


It would be a nice addition to integrate Minimal windows service stub in Caddy (built for Windows).
At the moment, it is necessary to use for example NSSM to install Caddy as a service on Windows.
See how it becomes much more natural to [install the service and remove it in the case of another project (Gitea) with the Windows tools](https: