This website requires JavaScript.
Explore
Help
Sign In
oxbrbtx
/
PrimAITE
Watch
1
Star
0
Fork
0
You've already forked PrimAITE
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a8c1e2b9d97aaeeaacfc8b49964699cf661844d6
PrimAITE
/
src
/
primaite
/
simulator
History
Chris McCarthy
a8c1e2b9d9
#2205
- Fixed ACLRule.is_permitted function by returning a bool that indicates whether the rule was matched or not to allow the AccessControlList to know whether to pay attention to the rule or not when it's iterating over them.
2024-02-10 21:32:13 +00:00
..
_package_data
Rename Sim Actions to request
2023-10-09 13:24:08 +01:00
domain
Change describe_state to use names instead of uuids
2023-12-14 11:19:32 +00:00
file_system
Finish upgrading folder actions to work with names instead of uuids & get tests fixed
2024-02-06 16:58:08 +00:00
network
#2205
- Fixed ACLRule.is_permitted function by returning a bool that indicates whether the rule was matched or not to allow the AccessControlList to know whether to pay attention to the rule or not when it's iterating over them.
2024-02-10 21:32:13 +00:00
system
#2248
- Dropped old router_arp.py module. Fixed the ICMP codes as per IANA (
https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml
)
2024-02-09 11:03:48 +00:00
__init__.py
#2205
- Introduced a Firewall class for enhanced network security and control, extending Router functionalities. Updated ACLRule to support IP ranges via wildcard masking for refined traffic filtering. Includes documentation updates.
2024-02-09 23:29:06 +00:00
core.py
#2248
- Big refactor of base with all Network Interface subclasses created to allow for proper management of ports on devices as it was starting to get messy with the Router. Some routing tests still need fixing as ARP doesn't seem to be working properly
2024-02-05 08:44:10 +00:00
sim_container.py
Add unit test
2023-12-21 16:08:09 +00:00