Giter Club home page Giter Club logo

sophosendpoints's People

Contributors

testlablive avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

samlue

sophosendpoints's Issues

Exception list doesn't get activated automatically

While the exception list is being created nicely, it doesn't actually get activated. You have to click into it manually and save it to make the exception work. This makes it impossible to update the exception list automatically e. g. on a daily basis. Sophos engineering investigated this, this is what they found:

This is a problem with the script, not the API.
As per the documentation here: https://www.sophos.com/en-us/medialibrary/PDFs/documentation/UTMonAWS/Sophos-UTM-RESTful-API.pdf?la=en
3.6 X-Restd-Insert header
In many cases when you create a new object, the object needs to be directly inserted into a node in order to be active. This usually takes two operations; however, there is an additional header you can use when creating objects to automatically activate the objects. The header will insert a reference at the given position inside the node.
For example, if you create a “packetfilter/packetfilter” rule object and need to add the object into the “packetfilter.rules” node and make it active, you can use the “1” flag to set the rule as the first rule. If you need to add the new rule object as the last rule, you can use “-1” flag. If you need the new rule object to reside somewhere in the middle, e.g., fourth rules, you can set the flag to “4”.
X-Restd-Insert: packetfilter.rules 4
This script does not utilize the X-RESTD-INSERT header, or do a second operation to add it, and therefore does not update the reference to include this.

Missing IPv6-Addresses

Hi there. Great Module. It makes things really easier.
Any Chance to include the MS IPv6-Addresses too?

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.