Skip to content

Commit 180182d

Browse files
authored
v201909.1rc
1 parent f4857c5 commit 180182d

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Firepower Management Console Access Policy Review Generator
2-
v201909.0a
2+
v201909.1rc - Sep 16, 2019
3+
4+
I already said this is my first code so no trolling please :)
5+
6+
Changes
7+
* Improved pause timer to work around the 120 API request per minute limitation, now it will pause for the necessary time plus 5 seconds only
8+
* Improved error recovery, now it recognize HTTP 404, 500, 401, and 429. if you received any other code before kindly report it so I can add it to the logic.
9+
* Improved code structure, including using Dictionaries more and lists less, next release I am planning on gitting rid of lists completely
10+
* Improved logging, now you can actually see what's going on and what is the script doing
11+
* Improved Security, now user name and password are stored in a 'config.json' file not the code itself, and purged from the code the second the script get's the Auth Token, also less global variables and more arguments hand offs.
12+
* Nice cute GUI for inputing username/password.
13+
* Improved output file with more meaningful information...
14+
15+
16+
If you like to see futures or other functionality, please feel free to ask!!!
17+
18+
19+
# Sam Jbori
20+
# jbori.net
21+
----------------------------------------------------------------------------------------------------------------------------------------
22+
23+
24+
v201909.0a - Sep 10, 2019
325

426
Note: This is literally my first python code beside the "Hello World" and print (x + 2)!
527

0 commit comments

Comments
 (0)