Code Monkey home page Code Monkey logo

master's People

Contributors

vicente-ramos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

master's Issues

Add new field to ViewAccess and TemplateAccess

Add to both model next generic fields:
• description (text)
• created (datetime)
• updated (datetime)

ViewAccess data model can add next fields:
#: Description for the view access restriction.

#: When view access was created.

#: When was the last update of the view access.

TemplateAccess data model can add next fields:
#: Description for the template tag restriction.

#: When template tag was created.

#: When was the last update of the template tag.

checkviewaccess output in csv format

checkviewaccess should output information with csv format so it can be imported by other tool.

Documentation proposed as starting point for BDD:

Output format

Is possible to export site’s view access in csv format with the next columns:

  • App Name: Application name to which belong the view being reported.

  • Type: ['None','NOT_SECURED', 'PUBLIC', 'SECURED']

  • View Name: The name of the vie or blank.

  • Url: The regex (django 1.10 and django 1.11) or pattern (django 2+)

  • Status: Normal, Warning, Error.

  • Status description: If there is a description for the state it should be reported here; eg cause of error or warning.

    python manage.py checkviewaccess --output-format csv

Checkviewaccess by roles or views

Make possible to filter access to views report by a list of roles or views.

Documentation proposed as starting point for BDD:

Roles security

It is also possible to use checkviewaccess using a role name (
:class:django.contrib.auth.models.Group name) for getting all views where
such role have access:

python manage.py checkviewaccess <role_name>

Views security

If in place of role name, checkviewaccess is used with a view name, It
will report the configured access to the view (configured with Django roles
tools):

python manage.py checkviewaccess <view_name>

Add Disabled as application type

Actually an application can have 4 type:

  • Not Configured
  • NOT_SECURED
  • PUBLIC
  • SECURED

Add a new type: ‘DISABLED’, with default behavior disabling all access to the views of the application.
An advantage could be, for example, install a new application and keep it “off-line” for a while.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.