security-tools
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 2,498 public repositories matching this topic...
-
Updated
Jan 1, 2022 - Shell
-
Updated
Jan 6, 2022 - Go
config validation
Is your feature request related to a problem? Please describe.
It would be nice if gitleaks had a validate command that would validate examples found in the config rules. Introducing such a feature would speed up rule development and help with debugging.
Describe the solution you'd like
example entry in the rules tables
ex:
[[rules]]
id = "discord-client-secret"
des-
Updated
Dec 12, 2021 - JavaScript
RTCP packet support
-
Updated
Jan 8, 2022 - Python
-
Updated
Dec 24, 2021 - Python
-
Updated
Jan 3, 2022 - Shell
-
Updated
Dec 22, 2021 - Ruby
-
Updated
Jan 5, 2022 - Go
-
Updated
Jan 6, 2022
-
Updated
Jan 7, 2022 - Python
RustScan has an accessible mode, rustscan --accessible which should promise not to have any weird ASCII text in it.
Write CI that runs RustScan with --accessible a few times, with different flags / options and check the terminal output to see if it contains one of these:
[!][~][>]| {}
If any of these characters appear in any of the tests, fail the CI. E
-
Updated
Jan 2, 2022 - Shell
-
Updated
Jan 6, 2022 - Shell
We need Vagrant docs, you can find it here https://github.com/NullArray/AutoSploit/tree/dev-beta/Vagrant
README translations
-
Updated
Jan 8, 2022 - C#
-
Updated
Jan 7, 2022 - Go
Describe the bug
In the docs found here:
https://bandit.readthedocs.io/en/latest/plugins/index.html#complete-test-plugin-listing
B109 and B111 show a description instead of a plugin name. This looks inconsistent since all the other plugin names are listed. I believe this is a result of a recent change to remove these deprecated plugins.
To Reproduce
- Navigate to https://bandit
FreeBSD uses an rc.d framework for starting up applications. The pidfile is a special case because it is used by the rc system itself. It's used to tell rc how to check the status of the controlled program, or how to stop it. It's not the responsibility of rc to write the pidfile. That falls to the controlled program.
step-ca appears to lack support for creating a pidfile, It's a desirable enha
-
Updated
Nov 10, 2021 - Go
-
Updated
Jul 8, 2021
-
Updated
Dec 16, 2021 - Ruby
Hey, here we need add url decoding cuz that invalid link with symbols of get request like ?, &, = etc
p.s thx for awesome tool
-
Updated
Jan 7, 2022 - Go
-
Updated
Jul 2, 2021 - Go
-
Updated
Nov 21, 2021 - Shell
-
Updated
Oct 19, 2021 - Shell
-
Updated
Oct 30, 2021 - C#
- Wikipedia
- Wikipedia

Description
we have NPM7 generated package-lock.json with lockFileVersion = 2. Now when we scan Node.js project using Trivy filesystem scan, Trivy does not find out packages from package-lock.json.
It is working with lockFileVersion = 1
What did you expect to happen?
It should find out packages in package-lock.json
What happened instead?
It did not find out packages from pack