Commit Graph

15 Commits

Author SHA1 Message Date
coderabbitai[bot] 9fd025df80
📝 Add docstrings to `fix-windows-path-handling`
Docstrings generation was requested by @subhash-0000.

* https://github.com/OWASP/Nettacker/pull/1173#issuecomment-3602915683

The following files were modified:

* `nettacker/api/engine.py`
* `nettacker/core/arg_parser.py`
* `nettacker/core/messages.py`
* `nettacker/core/template.py`
* `nettacker/core/utils/common.py`
2025-12-02 16:27:54 +00:00
Achintya Jai cab9b2c2fe
[Feature-Web] adding skipping service discovery, exclude ports and custom HTTP headers to the web (#1113)
* adding new features to the web UI

* minor bug fix

* ruff fixes

* removing debugging statement

* code-rabbit suggested changes

---------

Co-authored-by: Sam Stepanyan <sam.stepanyan@owasp.org>
2025-08-07 16:31:10 +00:00
Sam Stepanyan 5eb8f3a506
security improvements (#1066)
* security improvements

* formatting fix

* import sort

* security headers separate function
2025-05-06 01:13:21 +00:00
Arun Krishnan 1463af88bc
Added sanitization to report_path_filename and enhanced authentication cookie (#985) 2024-12-28 20:30:01 +00:00
Arkadii Yakovets 6ffbf882cc
Apply suggestions from code review
Signed-off-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com>
2024-09-17 16:28:06 -07:00
Captain-T2004 97c4f99bb9 Reverted back the results to results_dir directory(.data/results)
Now the comparison results are stored as report_compare_{date_time}_{scan_id}... in the default results_dir
2024-09-16 08:31:47 +05:30
Captain-T2004 9ffa45978e Fix file path handeling 2024-09-13 21:17:15 +05:30
Captain-T2004 f03ea61afe Forgot to run pre-commit 2024-09-12 10:19:12 +05:30
Captain-T2004 c640dcd1cf Adding filepath sanitization 2024-09-12 10:16:52 +05:30
Captain-T2004 d94f11860a CodeQL recommended changes 2024-09-11 21:05:09 +05:30
Captain-T2004 de4e02c2b1 Added Scan Compare feature 2024-08-26 04:02:07 +05:30
Arkadii Yakovets 44bd2ab7cd
Run scan in a separate thread when started via API 2024-08-23 17:45:01 -07:00
Arkadii Yakovets c35c55022d
Update docker-compose.yml 2024-08-19 09:42:57 -07:00
Arkadii Yakovets cc26caf170
Revert models `scan_id` -> `scan_unique_id` for compatibility 2024-08-19 09:27:34 -07:00
Arkadii Yakovets 8a64187048
Change the entry point name/location
As per request by Sam Stepanyan
2024-08-11 11:31:18 -07:00