Skip to content
New issue

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

New Rule: Error messages with stack traces (OWASP API7) #12

Open
3 tasks
philsturgeon opened this issue Oct 3, 2022 · 0 comments
Open
3 tasks

New Rule: Error messages with stack traces (OWASP API7) #12

philsturgeon opened this issue Oct 3, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@philsturgeon
Copy link
Contributor

philsturgeon commented Oct 3, 2022

User Story Description

As an API developer I want to be sure that I'm not leaking backtraces, so if I design an API that says I will it should error, and if I omit this error contract testing will catch it. Either way I then know I am not leaking backtraces.

Acceptance Criteria

  • Supports backtrace detection for Java, PHP, Ruby, Python, and NodeJS
  • Assume its JSON and its probably got some awkwardly encoded \n\n strings.
  • Severity: Error

More information: https://apisecurity.io/encyclopedia/content/owasp/api7-security-misconfiguration

@philsturgeon philsturgeon added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Oct 3, 2022
@philsturgeon philsturgeon changed the title New Rule: API7 Error messages with stack traces New Rule: Error messages with stack traces (OWASP API7) Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants