We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the default set-up the Timesketch API returns an empty page with status code 200 for API endpoints that do not exist.
Reproduce:
Expected behaviour:
The text was updated successfully, but these errors were encountered:
Working on this issue
Sorry, something went wrong.
Added check to invalid API endpoints to close issue #3005 (#3058)
a89ef9f
* added route error handler * Updating invalid route method with comment, docstring * Fixed invalid api routes to require login * implemented invalid route check and unit test * provided unit test for invalid resources check * Final commit Co-authored-by: Devin Delaney <devdeltek@gmail.com> Co-authored-by: Chynna Syas <chynna.syas@gmail.com> Co-authored-by: Dustin Phan <dustinnphan@gmail.com> * Update timesketch/app.py Co-authored-by: Janosch <99879757+jkppr@users.noreply.github.com> * Update timesketch/app.py Co-authored-by: Janosch <99879757+jkppr@users.noreply.github.com> * Update timesketch/app.py Co-authored-by: Janosch <99879757+jkppr@users.noreply.github.com> * Update timesketch/app.py Co-authored-by: Janosch <99879757+jkppr@users.noreply.github.com> * Update timesketch/app.py Co-authored-by: Janosch <99879757+jkppr@users.noreply.github.com> * Update timesketch/api/v1/resources_test.py Co-authored-by: Janosch <99879757+jkppr@users.noreply.github.com> * Update app.py for linter compatibility * Update resources_test.py for linter compatibility --------- Co-authored-by: Janosch <99879757+jkppr@users.noreply.github.com> Co-authored-by: Johan Berggren <jberggren@gmail.com>
TedmanNguyen
No branches or pull requests
With the default set-up the Timesketch API returns an empty page with status code 200 for API endpoints that do not exist.
Reproduce:
Expected behaviour:
The text was updated successfully, but these errors were encountered: