/Light_UserRowRestriction

A tool to help defend against the database-identity-usurpation problem.

Primary LanguagePHP

Light_UserRowRestriction

2020-03-03 -> 2021-03-15

A tool to help defend against the database-identity-usurpation problem.

This is a Light plugin.

This is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.Light_UserRowRestriction

Using the uni command.

uni import Ling/Light_UserRowRestriction

Or just download it and place it where you want otherwise.

Summary

Services

This plugin provides the following services:

  • user_row_restriction (returns a LightUserRowRestrictionService instance)

Here is an example of the service configuration:

user_row_restriction:
    instance: Ling\Light_UserRowRestriction\Service\LightUserRowRestrictionService
    methods:
        setContainer:
            container: @container()




Related

History Log

  • 1.3.8 -- 2021-05-31

    • Removing trailing plus in lpi-deps file (to work with Light_PlanetInstaller:2.0.0 api
  • 1.3.7 -- 2021-05-11

    • Update deps (by CommitWizard).
  • 1.3.6 -- 2021-05-10

    • Fix assets missing.
  • 1.3.5 -- 2021-03-15

    • update planet to adapt Ling.Light:0.70.0
  • 1.3.4 -- 2021-03-05

    • update README.md, add install alternative
  • 1.3.3 -- 2021-02-19

    • upgrade dependencies
  • 1.3.2 -- 2020-12-08

    • Fix lpi-deps not using natsort.
  • 1.3.1 -- 2020-12-04

    • Add lpi-deps.byml file
  • 1.3.0 -- 2020-03-10

    • implement the new row restriction system
  • 1.2.0 -- 2020-03-05

    • add LightUserRowRestrictionService::$mode property
  • 1.1.0 -- 2020-03-03

    • update plugin to adapt new Light_Database implementation with system call flags
  • 1.0.2 -- 2020-03-03

    • fix LightUserRowRestrictionService->handle passing $eventName in checkRestriction
  • 1.0.1 -- 2020-03-03

    • fix LightUserRowRestrictionService->handle fetch "select database" triggering error
  • 1.0.0 -- 2020-03-03

    • initial commit