green-metrics-tool icon indicating copy to clipboard operation
green-metrics-tool copied to clipboard

API Security improvement - Parameter check

Open ArneTR opened this issue 11 months ago • 0 comments

When adding a new software through the API it shall be checked that:

  • branch is only a string with only the allowed chars from git
  • URL is only a valid URL
  • username / password if supplied in URL shall be rejected. ex: https://arne:[email protected]/asd

ArneTR avatar Sep 07 '23 13:09 ArneTR