Skip to content

Addition of web & sql modules#31

Open
marksie1988 wants to merge 2 commits intomainfrom
web_sql_modules
Open

Addition of web & sql modules#31
marksie1988 wants to merge 2 commits intomainfrom
web_sql_modules

Conversation

@marksie1988
Copy link
Copy Markdown
Contributor

PR Checklist

Please check if your PR fulfils the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behaviour?

No web or SLQ scanning.

Issue Number: N/A

What is the new behaviour?

This release adds two new modules

  • Web Scanning: checks if a device with a website on it is secure, using secure headers etc.
  • SQL Scanning: Checks that Postgres, Mysql, Redis or MongoDB are using secure credentials and if access is possible.
  • Adds recommendations for possible fixes.
  • Updates the telemetry settings and documentation

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

- Added the correlation ID to make it easier for us to link port scans with device scans etc.
- Added better documentation around the data privacy
- Linked data privacy to the README
- Cleaned up the menu items for a simpler user experience
json.dump(schema, f, indent=2)
f.write("\n")

print(f"Generated schema for {name} at {output_path}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants