Code Monkey home page Code Monkey logo

libapppal's Introduction

App Guarden Security Knowledge Base

A slightly more usable version of the Security Knowledge base... this time just with a CLI.

libapppal's People

Contributors

bogwonch avatar josephhallett avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

libapppal's Issues

Add typing sugar

Make it so that:

'boss' says E can-say E hasAcknowledged(P)
  if E isEmployee,
    P isPolicy.

Can be written as:

'boss' says Employee:E can-say E hasAcknowledged(Policy:P).

For every variable in the head, if it is of the for TYPE:Var, add a conditional that Var isTYPE, and remove the annotation from the variable. Remove duplicates before adding.

Possibly add support for:

TYPE1:TYPE2:Var

Becoming

Var isTYPE1,
Var isTYPE2,

Bug with conditionals added to redundancy graph.

See example lint-examples/redundancy-4.policy.

'x' says 'y' p
  if A q.
'x' says 'y' q.
'x' says 'z' q
  if 'p' q.

The 'x' says 'p' q in the conditionals of the third assertion, gets unified with 'x' says A q in the first.
However this shouldn't happen as the policy is incomplete and there is no 'x' says 'p' q to unify with.

Probably just need to be a bit more careful when doing unification.
(Which we already new).

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.