Skip to content

feature: added iptables (legacy) and iptables-nft plugins#1974

Open
Tasty-Murder wants to merge 1 commit into
volatilityfoundation:developfrom
Tasty-Murder:feature/iptables-plugin
Open

feature: added iptables (legacy) and iptables-nft plugins#1974
Tasty-Murder wants to merge 1 commit into
volatilityfoundation:developfrom
Tasty-Murder:feature/iptables-plugin

feature: added iptables (legacy) and iptables-nft plugins

9006bb5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 30, 2026 in 14s

33 new alerts

New alerts in code changed by this pull request

  • 33 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 469 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 571 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 728 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_IPT_ENTRY_NEXT_OFF_OFF' is not used.

Check notice on line 730 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_IPT_ENTRY_BCNT_OFF' is not used.

Check notice on line 736 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_IP6T_ENTRY_NEXT_OFF_OFF' is not used.

Check notice on line 738 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_IP6T_ENTRY_BCNT_OFF' is not used.

Check notice on line 850 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 862 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 1349 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable from_off is not used.

Check notice on line 1349 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable to_off is not used.

Check notice on line 2013 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 2155 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 2485 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 2489 in volatility3/framework/plugins/linux/iptables.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 93 in volatility3/framework/plugins/linux/iptables_nft.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_NF_ACCEPT' is not used.

Check notice on line 677 in volatility3/framework/plugins/linux/iptables_nft.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_NFT_PAYLOAD_LL' is not used.

Check notice on line 708 in volatility3/framework/plugins/linux/iptables_nft.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_NFT_PAYLOAD_DREG_OFF' is not used.

Check notice on line 717 in volatility3/framework/plugins/linux/iptables_nft.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_NFT_CMP_SREG_OFF' is not used.

Check notice on line 718 in volatility3/framework/plugins/linux/iptables_nft.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_NFT_CMP_LEN_OFF' is not used.

Check notice on line 731 in volatility3/framework/plugins/linux/iptables_nft.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 808 in volatility3/framework/plugins/linux/iptables_nft.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 829 in volatility3/framework/plugins/linux/iptables_nft.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 898 in volatility3/framework/plugins/linux/iptables_nft.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 928 in volatility3/framework/plugins/linux/iptables_nft.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 1134 in volatility3/framework/plugins/linux/iptables_nft.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.