fortran-lang / registry

Registry for Fortran package manager
MIT License
8 stars 3 forks source link

Add security checks for the APIs #44

Closed arteevraina closed 1 year ago

arteevraina commented 1 year ago

The following APIs :

  1. Get namespace admins.
  2. Get namespace maintainers.
  3. Get package maintainers.

These APIs are public. It would be essential to add necessary security checks for the same in the backend as well.

arteevraina commented 1 year ago

This has been addressed.