vulnerability
Here are 526 public repositories matching this topic...
-
Updated
Jun 8, 2020 - Python
In a server / client setup it would be great if Trivy would expose some metrics about the scans happen with the central server.
Some useful metrics for my implementation:
- Last DB Update (timestamp)
- Last DB Update Attempt (timestamp)
- Sum of Issues found
- Sum of Issues found splited up in SEVERITY
- Sum of Issues found splited up in sources (OS, Python, Node etc)
As Trivy is build to
-
Updated
Jun 8, 2020 - Shell
-
Updated
Jun 8, 2020 - Vue
To facilitate easier studying of these types of vulnerabilities the tool scaffolding should be able to instrument itself to generate ASCII diagrams of payload object-graphs (similar to this) and deserialization code execution call-trees (similar to [this](https://gist.github.com/frohoff/24af7913611f8406ea
Multiples wiki issues.
Typos
- https://github.com/infobyte/faraday/wiki/Executive-Report#using-markdown-on-a-report: -lenguage +language
Bad links
- https://github.com/infobyte/faraday/wiki/Executive-Report#requirements: https://github.com/infobyte/faraday/wiki/first-steps, the nedpoint
first-stepsdoesn't exist anymore.
Images
-
Updated
May 22, 2020 - Lua
-
Updated
Jul 1, 2019 - PHP
-
Updated
Nov 19, 2019 - JavaScript
-
Updated
Jan 28, 2020 - Python
-
Updated
May 8, 2020
Describe the bug
When using the init_kibana.sh, the script creates a new logstash-vulnwhisperer-* index. This one is however empty.
when I create a index myself, I see the elasticsearch hits. Since the UI elements are bound to the index ID of the created index, I c
-
Updated
May 10, 2020 - Python
-
Updated
Jun 3, 2020 - Go
-
Updated
Nov 2, 2018 - Python
-
Updated
Jan 11, 2018 - Ruby
-
Updated
Jun 1, 2020 - Python
-
Updated
Apr 20, 2020 - Python
The database is saved to and used from the current directory versus somewhere better like ~/.vfeed/. This hampers several things, but most notably putting a symlink somewhere in my path to be able to call/use vfeedcli.py from any directory (cd ~/bin; ln -s path/to/vFeed/vfeedcli.py vfeed) like a system-wide command.
Btw, I have a patch for this already and will sent a PR shortly.
-
Updated
Aug 14, 2019 - Python
-
Updated
Jun 9, 2020 - C
-
Updated
Apr 11, 2020 - Python
-
Updated
Jan 22, 2019 - Python
-
Updated
Jun 4, 2020 - C++
Update main table
The table on the main README is pretty outdated.
It'd be great if someone could update it.
Adding a few entries from the repo to the table is already a valuable help
😈
Improve this page
Add a description, image, and links to the vulnerability topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vulnerability topic, visit your repo's landing page and select "manage topics."

It would be great if we add solution to each section that protects your code/server.
For example a PHP script that sanitises request strings against all attacks